aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-10-15 19:11:50 +0200
committerKoen Kooi <koen@openembedded.org>2008-10-15 19:12:16 +0200
commit0f14c351dd5b40afb2f5decd835949705f38ae76 (patch)
tree919d4be8523e77b7949c73c89e9632cd96117083
parent201e05c72b20fc1401858461bc9ee7bfaa369dc4 (diff)
downloadopenembedded-0f14c351dd5b40afb2f5decd835949705f38ae76.tar.gz
angstrom: turn of OABI compat in EABI kernels
-rw-r--r--conf/distro/include/angstrom.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 3375a0089f..a66b1e4ac7 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -54,6 +54,10 @@ INHERIT += "testlab"
ANGSTROM_PKG_FORMAT ?= "ipk"
require conf/distro/include/angstrom-package-${ANGSTROM_PKG_FORMAT}.inc
+
+# We don't want to keep OABI compat
+ARM_KEEP_OABI = "0"
+
#Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable
PREFERRED_PROVIDER_qemu-native = "qemu-native"
ENABLE_BINARY_LOCALE_GENERATION ?= "1"