angstrom.inc: Add OABI compatability for the omap3-pandora kernel.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 16 Mar 2010 11:40:15 +0000 (11:40 +0000)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Thu, 8 Apr 2010 07:19:44 +0000 (08:19 +0100)
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

index 8bbd28e..6e72da2 100644 (file)
@@ -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"