poky.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] poky.conf: Switch to post release name/version
@ 2023-01-10 15:18 Peter Kjellerstedt
  2023-01-10 15:21 ` [poky] " Richard Purdie
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Kjellerstedt @ 2023-01-10 15:18 UTC (permalink / raw)
  To: poky

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
 meta-poky/conf/distro/poky.conf | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index dc0e8e76ab..a876ddde94 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -1,8 +1,7 @@
 DISTRO = "poky"
 DISTRO_NAME = "Poky (Yocto Project Reference Distro)"
-#DISTRO_VERSION = "4.1+snapshot-${METADATA_REVISION}"
-DISTRO_VERSION = "4.1"
-DISTRO_CODENAME = "langdale"
+DISTRO_VERSION = "4.2+snapshot-${METADATA_REVISION}"
+DISTRO_CODENAME = "mickledore"
 SDK_VENDOR = "-pokysdk"
 SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${METADATA_REVISION}', 'snapshot')}"
 SDK_VERSION[vardepvalue] = "${SDK_VERSION}"

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-01-10 23:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-10 15:18 [PATCH] poky.conf: Switch to post release name/version Peter Kjellerstedt
2023-01-10 15:21 ` [poky] " Richard Purdie
2023-01-10 16:49   ` Peter Kjellerstedt
2023-01-10 17:10     ` Richard Purdie
2023-01-10 20:36       ` Peter Kjellerstedt
2023-01-10 23:17         ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).