From 0f14c351dd5b40afb2f5decd835949705f38ae76 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 15 Oct 2008 19:11:50 +0200 Subject: angstrom: turn of OABI compat in EABI kernels --- conf/distro/include/angstrom.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf/distro/include/angstrom.inc') 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" -- cgit 1.2.3-korg