diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-05-31 14:13:26 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-05-31 14:13:26 +0000 |
| commit | 8cf058f8c13dab7a78c5812c5a37c87bc49284ca (patch) | |
| tree | 942e95b603c4aa92cc2ed155b02a9ef5b77e5df7 /build/conf | |
| parent | b1b6e6ac219c2dda910a7cd3de0f49c972838b59 (diff) | |
| download | poky-8cf058f8c13dab7a78c5812c5a37c87bc49284ca.tar.gz | |
local.conf.sample: Document external poky toolchain usage
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1837 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'build/conf')
| -rw-r--r-- | build/conf/local.conf.sample | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index cf39996663..92f49097b7 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
| @@ -66,7 +66,6 @@ TMPDIR = "${OEROOT}/build/tmp" | |||
| 66 | 66 | ||
| 67 | # Uncomment and set to allow bitbake to execute multiple tasks at once. | 67 | # Uncomment and set to allow bitbake to execute multiple tasks at once. |
| 68 | # Note, This option is currently experimental - YMMV. | 68 | # Note, This option is currently experimental - YMMV. |
| 69 | # 'quilt' is also required on the host system | ||
| 70 | # BB_NUMBER_THREADS = "1" | 69 | # BB_NUMBER_THREADS = "1" |
| 71 | 70 | ||
| 72 | # Comment this out if you are *not* using provided qemu deb - see README | 71 | # Comment this out if you are *not* using provided qemu deb - see README |
| @@ -96,3 +95,7 @@ BBINCLUDELOGS = "yes" | |||
| 96 | CVS_TARBALL_STASH = "http://folks.o-hand.com/~richard/poky/sources/" | 95 | CVS_TARBALL_STASH = "http://folks.o-hand.com/~richard/poky/sources/" |
| 97 | 96 | ||
| 98 | ENABLE_BINARY_LOCALE_GENERATION = "1" | 97 | ENABLE_BINARY_LOCALE_GENERATION = "1" |
| 98 | |||
| 99 | # A precompiled poky toolchain is available. If installed, uncomment the | ||
| 100 | # line below to enable (Note this support is still experimental) | ||
| 101 | #require conf/external_toolchain.conf | ||
