diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/conf/local.conf.sample | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index ecd7df2c34..395504225c 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
@@ -1,4 +1,4 @@ | |||
1 | # Where to cache the files OE downloads | 1 | # Where to cache the files Poky downloads |
2 | DL_DIR ?= "${OEROOT}/sources" | 2 | DL_DIR ?= "${OEROOT}/sources" |
3 | BBFILES = "${OEROOT}/meta/packages/*/*.bb" | 3 | BBFILES = "${OEROOT}/meta/packages/*/*.bb" |
4 | 4 | ||
@@ -39,7 +39,6 @@ DISTRO_TYPE = "debug" | |||
39 | #PACKAGE_CLASSES ?= "package_deb package_ipk" | 39 | #PACKAGE_CLASSES ?= "package_deb package_ipk" |
40 | PACKAGE_CLASSES ?= "package_ipk" | 40 | PACKAGE_CLASSES ?= "package_ipk" |
41 | 41 | ||
42 | |||
43 | # Uncomment this to specify where BitBake should create its temporary files. | 42 | # Uncomment this to specify where BitBake should create its temporary files. |
44 | # Note that a full build of everything in OpenEmbedded will take GigaBytes of hard | 43 | # Note that a full build of everything in OpenEmbedded will take GigaBytes of hard |
45 | # disk space, so make sure to free enough space. The default TMPDIR is | 44 | # disk space, so make sure to free enough space. The default TMPDIR is |
@@ -47,8 +46,13 @@ PACKAGE_CLASSES ?= "package_ipk" | |||
47 | TMPDIR = "${OEROOT}/build/tmp" | 46 | TMPDIR = "${OEROOT}/build/tmp" |
48 | 47 | ||
49 | # Uncomment and set to allow bitbake to execute multiple tasks at once. | 48 | # Uncomment and set to allow bitbake to execute multiple tasks at once. |
49 | # Note, This option is currently experimental - YMMV. | ||
50 | # 'quilt' is also required on the host system | ||
50 | # BB_NUMBER_THREADS = "1" | 51 | # BB_NUMBER_THREADS = "1" |
51 | 52 | ||
53 | # Comment this out if you are *not* using provided qemu deb - see README | ||
54 | ASSUME_PROVIDED += "qemu-native" | ||
55 | |||
52 | # Uncomment these two if you want BitBake to build images useful for debugging. | 56 | # Uncomment these two if you want BitBake to build images useful for debugging. |
53 | # DEBUG_BUILD = "1" | 57 | # DEBUG_BUILD = "1" |
54 | # INHIBIT_PACKAGE_STRIP = "1" | 58 | # INHIBIT_PACKAGE_STRIP = "1" |