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}/" + +