summaryrefslogtreecommitdiff
path: root/conf/local.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r--conf/local.conf.sample11
1 files changed, 5 insertions, 6 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index a00fec4c2a..2cff53bc1b 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -35,12 +35,6 @@ BBMASK = ""
# have to set PATH in your environment to make sure BitBake finds additional binaries.
# ASSUME_PROVIDED += "virtual/${TARGET_PREFIX}gcc virtual/libc"
-# Uncomment this if you're building for an arch that uses emulated locale
-# generation under qemu (mainly arm glibc) and have an external gcc 3.x compiler
-# that OE recognises. This will mean the gcc-native build is skipped, speeding
-# builds up.
-# ASSUME_PROVIDED += "gcc3-native"
-
# Uncomment this if you are building Linux 2.4 Embedix kernels.
# i.e. openzaurus-sa-2.4.18 and openzaurus-pxa-2.4.18 - and don't forget
# to rename the binaries as instructed in the Wiki.
@@ -119,6 +113,11 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
# squashfs, squashfs-lzma
IMAGE_FSTYPES = "jffs2 tar"
+# Uncomment this if you want to keep the temporary rootfs
+# diretory, this can be useful during development.
+# (Note that this rootfs is NOT usuable as NFS export.)
+# IMAGE_KEEPROOTFS = "1"
+
# Uncomment this to disable the parse cache (not recommended).
# CACHE = ""