* [PATCH 0/1] Dylan distro variable changes
@ 2013-04-10 7:23 Elizabeth Flanagan
2013-04-10 7:23 ` [PATCH 1/1] poky.conf: Flipping vars for dylan release Elizabeth Flanagan
0 siblings, 1 reply; 2+ messages in thread
From: Elizabeth Flanagan @ 2013-04-10 7:23 UTC (permalink / raw)
To: yocto
These are only for when the dylan branch is created and should be
pulled prior to generation of the next release candidate
The following changes since commit 307e860860badd4420a01ed781c6c845fc9bf603:
udev: fix init script for the location of udevd (2013-04-09 18:09:14 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib eflanagan/1.4
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=eflanagan/1.4
Elizabeth Flanagan (1):
poky.conf: Flipping vars for dylan release
meta-yocto/conf/distro/poky.conf | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] poky.conf: Flipping vars for dylan release
2013-04-10 7:23 [PATCH 0/1] Dylan distro variable changes Elizabeth Flanagan
@ 2013-04-10 7:23 ` Elizabeth Flanagan
0 siblings, 0 replies; 2+ messages in thread
From: Elizabeth Flanagan @ 2013-04-10 7:23 UTC (permalink / raw)
To: yocto
DISTRO/SDKVERSION etc need to be flipped for dylan. This
commit is valid only for the dylan branch.
Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
---
meta-yocto/conf/distro/poky.conf | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 538f343..b9c2758 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -1,9 +1,9 @@
DISTRO = "poky"
-DISTRO_NAME = "Poky 8.0 (Yocto Project 1.3 Reference Distro)"
-DISTRO_VERSION = "1.3+snapshot-${DATE}"
+DISTRO_NAME = "Poky 9.0 (Yocto Project 1.4 Reference Distro)"
+DISTRO_VERSION = "1.4"
DISTRO_CODENAME = "dylan"
SDK_VENDOR = "-pokysdk"
-SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
+SDK_VERSION := "${@'${DISTRO_VERSION}'}"
MAINTAINER = "Poky <poky@yoctoproject.org>"
@@ -70,6 +70,7 @@ CONNECTIVITY_CHECK_URIS ?= " \
http://bugzilla.yoctoproject.org/report.cgi"
SANITY_TESTED_DISTROS ?= " \
+ Yocto-1.3 \n \
Yocto-1.2 \n \
Poky-1.2 \n \
Poky-1.3 \n \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-10 7:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-10 7:23 [PATCH 0/1] Dylan distro variable changes Elizabeth Flanagan
2013-04-10 7:23 ` [PATCH 1/1] poky.conf: Flipping vars for dylan release Elizabeth Flanagan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.