[oe-commits] Koen Kooi : angstrom: switch to YYYY.MM in distro version

git version control git at git.openembedded.org
Sun May 8 18:42:13 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 604e02b7a836326c398927fa6d1b0f2b78cfb8e7
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=604e02b7a836326c398927fa6d1b0f2b78cfb8e7

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun May  8 19:03:31 2011 +0200

angstrom: switch to YYYY.MM in distro version

This avoids changing SDKNAME daily, which triggers too much sstate invalidations

imported from meta-angstrom

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 conf/distro/angstrom-2010.x.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/angstrom-2010.x.conf b/conf/distro/angstrom-2010.x.conf
index 4fe980f..fd6cb42 100644
--- a/conf/distro/angstrom-2010.x.conf
+++ b/conf/distro/angstrom-2010.x.conf
@@ -19,7 +19,7 @@
 # Again, in doubt, use DISTRO="angstrom-2008.1"
 
 #DISTRO_VERSION = "2010.X"
-DISTRO_VERSION = "v${DATE}"
+DISTRO_VERSION = "v${@time.strftime('%Y.%m',time.gmtime())}"
 DISTRO_REVISION = "4"
 DISTRO_PR = ".9"
 





More information about the Openembedded-commits mailing list