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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user