chinook-compat: add new toolchain options and stick to util-linux
authorHenning Heinold <heinold@inf.fu-berlin.de>
Fri, 23 Oct 2009 09:37:47 +0000 (11:37 +0200)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Fri, 23 Oct 2009 09:37:47 +0000 (11:37 +0200)
conf/distro/chinook-compat.conf

index d773de4..e7d7a99 100644 (file)
@@ -21,6 +21,10 @@ DISTRO_TYPE = "debug"
 # Needed for e.g. libffi builds on armv6
 OVERRIDES .= ":${FEED_ARCH}"
 
+# Set the toolchain type (internal, external) and brand (generic, csl etc.)
+TOOLCHAIN_TYPE ?= "internal"
+TOOLCHAIN_BRAND ?= ""
+
 LIBC = "glibc"
 require conf/distro/include/angstrom-glibc.inc
 FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -O1"
@@ -54,6 +58,8 @@ PREFERRED_PROVIDER_virtual/arm-linux-gnueabi-binutils = "binutils-cross"
 PREFERRED_PROVIDER_linux-libc-header = "linux-libc-headers"
 PREFERRED_PROVIDER_virtual/libx11 = "libx11"
 PREFERRED_PROVIDER_gconf ?= "gconf-dbus"
+PREFERRED_PROVIDER_util-linux = "util-linux"
+
 
 PREFERRED_VERSION_automake-native = "1.9.6"