angstrom: switch to YYYY.MM in distro version

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

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-04-29 18:19:36 +02:00
parent 01bc90938d
commit 0eeb976f29

View File

@@ -19,7 +19,7 @@
# Again, in doubt, use DISTRO="angstrom-2008.1"
#DISTRO_VERSION = "2010.X"
DISTRO_VERSION = "v${DATE}-core"
DISTRO_VERSION = "v${@time.strftime('%Y.%m',time.gmtime())}-core"
DISTRO_REVISION = "5"
DISTRO_PR = ".9"