aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/angstrom.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-10-17 16:04:18 +0200
committerKoen Kooi <koen@openembedded.org>2008-10-17 16:04:18 +0200
commit16cb512d4dea28b429f9ee2400f6c37c49eea749 (patch)
treed6d8e583dc9e3fb19ef0905bb4b4e0399f08af4f /conf/distro/include/angstrom.inc
parent6a9f1c31286345d8be0b8264d4a7a389f93e3178 (diff)
downloadopenembedded-16cb512d4dea28b429f9ee2400f6c37c49eea749.tar.gz
angstrom: enable oabi compat for gta01 to keep gllin working, schwartz doesn't seem to work 100%
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r--conf/distro/include/angstrom.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index a66b1e4ac7..48cbb49d2c 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -57,6 +57,9 @@ require conf/distro/include/angstrom-package-${ANGSTROM_PKG_FORMAT}.inc
# We don't want to keep OABI compat
ARM_KEEP_OABI = "0"
+# Do keep OABI compat for om-gta01 to keep the gllin binary working
+ARM_KEEP_OABI_pn-linux-openmoko_om-gta01 = "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"