diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-01-29 13:38:36 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-01-29 13:38:36 -0800 |
commit | 4e083e8324315cc5dc3ff3e718f625805db35d63 (patch) | |
tree | f6eb4cd77406f1205db747d9746a109692033610 /conf/distro/include/angstrom.inc | |
parent | a0c371cbc502b0c7a78c4c9dc7906a70efbbb286 (diff) | |
parent | 6a6d6bab519aefb44e3d49d305134057adf7539e (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r-- | conf/distro/include/angstrom.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 74e531dc0e..60f2e55149 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -90,7 +90,8 @@ 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" +ARM_KEEP_OABI_pn-linux-openmoko-2.6.24_om-gta01 = "1" +ARM_KEEP_OABI_pn-linux-openmoko-2.6.28_om-gta01 = "1" #Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable |