aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/conf/local.conf.sample7
-rw-r--r--meta/conf/distro/poky.conf2
2 files changed, 8 insertions, 1 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"
#PACKAGE_CLASSES ?= "package_deb package_ipk"
PACKAGE_CLASSES ?= "package_ipk"
+# POKYMODE controls the characteristics of the generated packages/images.
+# Options include several different EABI combinations and a
+# compatibility mode for the OABI mode poky use to use. Use "oabi" for machines
+# with kernels < 2.6.18 for example. The default is "eabi". These changes only
+# really apply for ARM machines.
+# POKYMODE = "oabi"
+
# 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
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index 2f090b24ea..04c6fa4fca 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -33,7 +33,7 @@ KERNEL_CONSOLE = "ttyS0"
#DEBUG_BUILD = "1"
#INHIBIT_PACKAGE_STRIP = "1"
-POKYMODE ?= "oabi"
+POKYMODE ?= "eabi"
require conf/distro/include/poky-${POKYMODE}.inc