]> code.ossystems Code Review - openembedded-core.git/commitdiff
Use POKYMODE to enable the external toolchain
authorRichard Purdie <richard@openedhand.com>
Wed, 1 Aug 2007 13:23:41 +0000 (13:23 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 1 Aug 2007 13:23:41 +0000 (13:23 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2285 311d38ba-8fff-0310-9ca6-ca027cbcb966

build/conf/local.conf.sample
meta/conf/distro/include/poky-external.inc [moved from meta/conf/external_toolchain.conf with 100% similarity]

index 3c22e0a2f847f8bad9a494d70dbbf5adea487d1c..29ca0174eb181342f188d7f3a1c20996f63ff89e 100644 (file)
@@ -52,12 +52,16 @@ IMAGE_FEATURES = "tools-dbg tools-profile tools-testapps debug-tweaks"
 #PACKAGE_CLASSES ?= "package_deb package_ipk"
 PACKAGE_CLASSES ?= "package_ipk"
 
-# POKYMODE controls the characteristics of the generated packages/images.
-# Options include several different EABI combinations and a
-# compatibility mode for the OABI mode poky use to use. Use "oabi" for machines 
-# with kernels < 2.6.18 for example. The default is "eabi". These changes only 
-# really apply for ARM machines.
-# POKYMODE = "oabi"
+# POKYMODE controls the characteristics of the generated packages/images by
+# telling poky which type of toolchain to use.
+#
+# Options include several different EABI combinations and a compatibility 
+# mode for the OABI mode poky previously used. 
+#
+# The default is "eabi"
+# Use "oabi" for machines with kernels < 2.6.18 on ARM for example.
+# Use "external" to use the precompiled external poky toolchain.
+# POKYMODE = "external"
 
 # Uncomment this to specify where BitBake should create its temporary files.
 # Note that a full build of everything in OpenEmbedded will take GigaBytes of hard
@@ -96,7 +100,3 @@ BBINCLUDELOGS = "yes"
 CVS_TARBALL_STASH = "http://folks.o-hand.com/~richard/poky/sources/"
 
 ENABLE_BINARY_LOCALE_GENERATION = "1"
-
-# A precompiled poky toolchain is available. If installed, uncomment the 
-# line below to enable (Note this support is still experimental)
-#require conf/external_toolchain.conf