git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
201e05c
)
angstrom: turn of OABI compat in EABI kernels
author
Koen Kooi
<koen@openembedded.org>
Wed, 15 Oct 2008 17:11:50 +0000
(19:11 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 15 Oct 2008 17:12:16 +0000
(19:12 +0200)
conf/distro/include/angstrom.inc
patch
|
blob
|
history
diff --git
a/conf/distro/include/angstrom.inc
b/conf/distro/include/angstrom.inc
index
3375a00
..
a66b1e4
100644
(file)
--- 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"