angstrom bleeding: add config to test bleeding edge toolchain stuff
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
16
conf/distro/angstrom-bleeding.conf
Normal file
16
conf/distro/angstrom-bleeding.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
# Bleeding edge version of anstrom
|
||||
# Only use for toolchain testing!
|
||||
|
||||
ANGSTROM_GCC_VERSION ?= "4.6.0"
|
||||
ANGSTROM_BINUTILS_VERSION ?= "2.21"
|
||||
|
||||
require angstrom-2010.x.conf
|
||||
|
||||
DISTRO_VERSION = "v${@time.strftime('%Y.%m',time.gmtime())}-bleeding-core"
|
||||
DISTRO_REVISION = "0"
|
||||
DISTRO_PR = ".10"
|
||||
|
||||
# set feed path variables
|
||||
FEED_BASEPATH = "feeds/bleeding-core/${ANGSTROM_PKG_FORMAT}/${TCLIBC}/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user