[oe-commits] Koen Kooi : angstrom: turn of OABI compat in EABI kernels

GIT User account git at amethyst.openembedded.net
Wed Oct 15 21:13:49 UTC 2008


Module: openembedded.dev.git
Branch: holger/hash-style
Commit: 0f14c351dd5b40afb2f5decd835949705f38ae76
URL:    http://gitweb.openembedded.net/?p=openembedded.dev.git&a=commit;h=0f14c351dd5b40afb2f5decd835949705f38ae76

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Oct 15 19:11:50 2008 +0200

angstrom: turn of OABI compat in EABI kernels

---

 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 3375a00..a66b1e4 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"





More information about the Openembedded-commits mailing list