diff options
author | Koen Kooi <koen@openembedded.org> | 2008-10-15 19:11:50 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-10-15 19:12:16 +0200 |
commit | 0f14c351dd5b40afb2f5decd835949705f38ae76 (patch) | |
tree | 919d4be8523e77b7949c73c89e9632cd96117083 /conf/distro/include/angstrom.inc | |
parent | 201e05c72b20fc1401858461bc9ee7bfaa369dc4 (diff) |
angstrom: turn of OABI compat in EABI kernels
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r-- | conf/distro/include/angstrom.inc | 4 |
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" |