From f41121fdbc6f1dacfeb7cf501d74e793a4782d8b Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 9 May 2011 19:25:06 +0200 Subject: [PATCH] angstrom bleeding: add config to test bleeding edge toolchain stuff Signed-off-by: Koen Kooi --- conf/distro/angstrom-bleeding.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 conf/distro/angstrom-bleeding.conf diff --git a/conf/distro/angstrom-bleeding.conf b/conf/distro/angstrom-bleeding.conf new file mode 100644 index 0000000..31d5f03 --- /dev/null +++ b/conf/distro/angstrom-bleeding.conf @@ -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}/" + +