diff options
-rw-r--r-- | build/conf/local.conf.sample | 20 | ||||
-rw-r--r-- | meta/conf/distro/include/poky-external.inc (renamed from meta/conf/external_toolchain.conf) | 0 |
2 files changed, 10 insertions, 10 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index 3c22e0a2f8..29ca0174eb 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
@@ -52,12 +52,16 @@ IMAGE_FEATURES = "tools-dbg tools-profile tools-testapps debug-tweaks" | |||
52 | #PACKAGE_CLASSES ?= "package_deb package_ipk" | 52 | #PACKAGE_CLASSES ?= "package_deb package_ipk" |
53 | PACKAGE_CLASSES ?= "package_ipk" | 53 | PACKAGE_CLASSES ?= "package_ipk" |
54 | 54 | ||
55 | # POKYMODE controls the characteristics of the generated packages/images. | 55 | # POKYMODE controls the characteristics of the generated packages/images by |
56 | # Options include several different EABI combinations and a | 56 | # telling poky which type of toolchain to use. |
57 | # compatibility mode for the OABI mode poky use to use. Use "oabi" for machines | 57 | # |
58 | # with kernels < 2.6.18 for example. The default is "eabi". These changes only | 58 | # Options include several different EABI combinations and a compatibility |
59 | # really apply for ARM machines. | 59 | # mode for the OABI mode poky previously used. |
60 | # POKYMODE = "oabi" | 60 | # |
61 | # The default is "eabi" | ||
62 | # Use "oabi" for machines with kernels < 2.6.18 on ARM for example. | ||
63 | # Use "external" to use the precompiled external poky toolchain. | ||
64 | # POKYMODE = "external" | ||
61 | 65 | ||
62 | # Uncomment this to specify where BitBake should create its temporary files. | 66 | # Uncomment this to specify where BitBake should create its temporary files. |
63 | # Note that a full build of everything in OpenEmbedded will take GigaBytes of hard | 67 | # Note that a full build of everything in OpenEmbedded will take GigaBytes of hard |
@@ -96,7 +100,3 @@ BBINCLUDELOGS = "yes" | |||
96 | CVS_TARBALL_STASH = "http://folks.o-hand.com/~richard/poky/sources/" | 100 | CVS_TARBALL_STASH = "http://folks.o-hand.com/~richard/poky/sources/" |
97 | 101 | ||
98 | ENABLE_BINARY_LOCALE_GENERATION = "1" | 102 | ENABLE_BINARY_LOCALE_GENERATION = "1" |
99 | |||
100 | # A precompiled poky toolchain is available. If installed, uncomment the | ||
101 | # line below to enable (Note this support is still experimental) | ||
102 | #require conf/external_toolchain.conf | ||
diff --git a/meta/conf/external_toolchain.conf b/meta/conf/distro/include/poky-external.inc index 3856fe1ca6..3856fe1ca6 100644 --- a/meta/conf/external_toolchain.conf +++ b/meta/conf/distro/include/poky-external.inc | |||