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:
4872474
)
bitbake.conf: Add thumb-interwork to DISTRO_FEATURES if machine supports it.
author
Khem Raj
<raj.khem@gmail.com>
Sat, 24 Jul 2010 09:19:12 +0000
(
02:19
-0700)
committer
Khem Raj
<raj.khem@gmail.com>
Sun, 25 Jul 2010 14:49:03 +0000
(07:49 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
conf/bitbake.conf
patch
|
blob
|
history
diff --git
a/conf/bitbake.conf
b/conf/bitbake.conf
index
748abba
..
8cb8187
100644
(file)
--- a/
conf/bitbake.conf
+++ b/
conf/bitbake.conf
@@
-734,6
+734,8
@@
OES_BITBAKE_CONF = "1"
MACHINE_FEATURES ?= "kernel26"
DISTRO_FEATURES ?= ""
+# Add thumb-interwork to feature list if selected machine supports it.
+DISTRO_FEATURES += ' ${@["", "thumb-interwork"][bb.data.getVar('THUMB_INTERWORK', d, 1) == "yes"]}'
# This is used to limit what packages goes into images built, so set big by default
ROOT_FLASH_SIZE ?= "256"