All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Increment DISTRO_VERSION and DISTRO_NAME in master
@ 2011-09-28 23:01 Beth Flanagan
  2011-09-28 23:01 ` [PATCH 1/1] poky.conf: Increment DISTRO_VERSION Beth Flanagan
  0 siblings, 1 reply; 2+ messages in thread
From: Beth Flanagan @ 2011-09-28 23:01 UTC (permalink / raw)
  To: yocto

With the edison branch stable, it's safe to increment DISTRO_VERSION and
DISTRO_NAME

The following changes since commit 72928abdfc00af2a7a5fac27f82e23e5de8efc4b:

  util-linux: Ensure perl scripts reference the correct perl (2011-09-28 21:51:52 +0100)

are available in the git repository at:
  git://git.yoctoproject.org/poky-contrib eflanagan/distro_version
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=eflanagan/distro_version

Elizabeth Flanagan (1):
  poky.conf: Increment DISTRO_VERSION

 meta-yocto/conf/distro/poky.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)



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

* [PATCH 1/1] poky.conf: Increment DISTRO_VERSION
  2011-09-28 23:01 [PATCH 0/1] Increment DISTRO_VERSION and DISTRO_NAME in master Beth Flanagan
@ 2011-09-28 23:01 ` Beth Flanagan
  0 siblings, 0 replies; 2+ messages in thread
From: Beth Flanagan @ 2011-09-28 23:01 UTC (permalink / raw)
  To: yocto

From: Elizabeth Flanagan <elizabeth.flanagan@intel.com>

With 1.1 release coming, it's time to increment the DISTRO_VERSION
and poky version.

Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
---
 meta-yocto/conf/distro/poky.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 46b22f4..80d4e47 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -1,6 +1,6 @@
 DISTRO = "poky"
-DISTRO_NAME = "Yocto (Built by Poky 5.0)"
-DISTRO_VERSION = "1.0+snapshot-${DATE}"
+DISTRO_NAME = "Yocto (Built by Poky 6.0)"
+DISTRO_VERSION = "1.1+snapshot-${DATE}"
 SDK_VENDOR = "-pokysdk"
 SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
 
-- 
1.7.1



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

end of thread, other threads:[~2011-09-28 23:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-28 23:01 [PATCH 0/1] Increment DISTRO_VERSION and DISTRO_NAME in master Beth Flanagan
2011-09-28 23:01 ` [PATCH 1/1] poky.conf: Increment DISTRO_VERSION Beth 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.