angstrom: turn of OABI compat in EABI kernels
authorKoen Kooi <koen@openembedded.org>
Wed, 15 Oct 2008 17:11:50 +0000 (19:11 +0200)
committerKoen Kooi <koen@openembedded.org>
Wed, 15 Oct 2008 17:12:16 +0000 (19:12 +0200)
conf/distro/include/angstrom.inc

index 3375a00..a66b1e4 100644 (file)
@@ -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"