From 26a4a9421e126d7b921b97d279af765c90ff559b Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Tue, 16 Mar 2010 11:40:15 +0000 Subject: [PATCH] angstrom.inc: Add OABI compatability for the omap3-pandora kernel. OABI calls are used by a few projects that are looking at virtualising older Linux 2.4 based games consoles on the OpenPandora, having OABI compatability in the kernel helps with this. EABI is still being used for all the ROOTFS etc. --- conf/distro/include/angstrom.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 8bbd28ee93..6e72da280c 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -101,7 +101,7 @@ ARM_KEEP_OABI = "0" # Do keep OABI compat for om-gta01 to keep the gllin binary working ARM_KEEP_OABI_pn-linux-openmoko-2.6.24_om-gta01 = "1" ARM_KEEP_OABI_pn-linux-openmoko-2.6.28_om-gta01 = "1" - +ARM_KEEP_OABI_pn-omap3-pandora-kernel_omap3-pandora = "1" #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" -- 2.39.5