angstrom-next: Drop 'core' from DISTRO_VERSION

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2012-08-22 07:37:49 -07:00
parent 63f7a01783
commit cfb9ceb30c

View File

@@ -19,7 +19,7 @@
# Again, in doubt, use the master branch of setup-scripts
#DISTRO_VERSION = "v2012.X"
DISTRO_VERSION = "v${@time.strftime('%Y.%m',time.gmtime())}-core"
DISTRO_VERSION = "v${@time.strftime('%Y.%m',time.gmtime())}"
OLDEST_KERNEL = "2.6.16"