summaryrefslogtreecommitdiffstats
path: root/build/conf/local.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'build/conf/local.conf.sample')
-rw-r--r--build/conf/local.conf.sample7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample
index e5d14301b4..7f5e8499ed 100644
--- a/build/conf/local.conf.sample
+++ b/build/conf/local.conf.sample
@@ -51,6 +51,13 @@ IMAGE_FEATURES = "dbg-tools test-tools debug-tweaks"
51#PACKAGE_CLASSES ?= "package_deb package_ipk" 51#PACKAGE_CLASSES ?= "package_deb package_ipk"
52PACKAGE_CLASSES ?= "package_ipk" 52PACKAGE_CLASSES ?= "package_ipk"
53 53
54# POKYMODE controls the characteristics of the generated packages/images.
55# Options include several different EABI combinations and a
56# compatibility mode for the OABI mode poky use to use. Use "oabi" for machines
57# with kernels < 2.6.18 for example. The default is "eabi". These changes only
58# really apply for ARM machines.
59# POKYMODE = "oabi"
60
54# Uncomment this to specify where BitBake should create its temporary files. 61# Uncomment this to specify where BitBake should create its temporary files.
55# Note that a full build of everything in OpenEmbedded will take GigaBytes of hard 62# Note that a full build of everything in OpenEmbedded will take GigaBytes of hard
56# disk space, so make sure to free enough space. The default TMPDIR is 63# disk space, so make sure to free enough space. The default TMPDIR is