summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2006-12-05 14:48:50 +0000
committerMatthew Allum <mallum@openedhand.com>2006-12-05 14:48:50 +0000
commit2886028dd9797f1eb657423133b5f4e2d1bf5952 (patch)
treeb1132642f23f629be3ca323a785948a95d64d11d /build
parent5eadd9dfaf2b6fe5f8b34399c26205c3f7498f6f (diff)
downloadopenembedded-core-2886028dd9797f1eb657423133b5f4e2d1bf5952.tar.gz
local.conf.sample doc updates + add ASSUME_PROVIDED += "qemu-native"
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1009 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'build')
-rw-r--r--build/conf/local.conf.sample8
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 @@
-# Where to cache the files OE downloads
+# Where to cache the files Poky downloads
DL_DIR ?= "${OEROOT}/sources"
BBFILES = "${OEROOT}/meta/packages/*/*.bb"
@@ -39,7 +39,6 @@ DISTRO_TYPE = "debug"
#PACKAGE_CLASSES ?= "package_deb package_ipk"
PACKAGE_CLASSES ?= "package_ipk"
-
# 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
# disk space, so make sure to free enough space. The default TMPDIR is
@@ -47,8 +46,13 @@ PACKAGE_CLASSES ?= "package_ipk"
TMPDIR = "${OEROOT}/build/tmp"
# Uncomment and set to allow bitbake to execute multiple tasks at once.
+# Note, This option is currently experimental - YMMV.
+# 'quilt' is also required on the host system
# BB_NUMBER_THREADS = "1"
+# Comment this out if you are *not* using provided qemu deb - see README
+ASSUME_PROVIDED += "qemu-native"
+
# Uncomment these two if you want BitBake to build images useful for debugging.
# DEBUG_BUILD = "1"
# INHIBIT_PACKAGE_STRIP = "1"