[oe-commits] Henning Heinold : chinook-compat: add new toolchain options and stick to util-linux

git version control git at git.openembedded.org
Fri Oct 23 09:46:41 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1258abe38ad6240a78c700f03f66a654c9cab2a9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1258abe38ad6240a78c700f03f66a654c9cab2a9

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Fri Oct 23 11:37:47 2009 +0200

chinook-compat: add new toolchain options and stick to util-linux

---

 conf/distro/chinook-compat.conf |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/conf/distro/chinook-compat.conf b/conf/distro/chinook-compat.conf
index d773de4..e7d7a99 100644
--- a/conf/distro/chinook-compat.conf
+++ b/conf/distro/chinook-compat.conf
@@ -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"
 





More information about the Openembedded-commits mailing list