aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/kaeilos.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-07-21 15:42:40 -0700
committerKoen Kooi <koen@openembedded.org>2010-07-24 09:39:15 +0200
commit63040b62cbfeec043a229ab240006b104533d08f (patch)
tree360fbd593377082b0e3281eb07f1d006cab9695c /conf/distro/include/kaeilos.inc
parent5b4a88983b3545f8f894fcbaa420b884f4e13631 (diff)
downloadopenembedded-63040b62cbfeec043a229ab240006b104533d08f.tar.gz
distro: Add new feature to indicate thumb-interworking.
* This would be used to decide if we can use BX in return instructions in uclibc. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/distro/include/kaeilos.inc')
-rw-r--r--conf/distro/include/kaeilos.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/include/kaeilos.inc b/conf/distro/include/kaeilos.inc
index bdc4aadc87..edbad69990 100644
--- a/conf/distro/include/kaeilos.inc
+++ b/conf/distro/include/kaeilos.inc
@@ -214,3 +214,6 @@ DISTRO_FEATURES = "nfs smbfs wifi ppp alsa bluetooth ext2 vfat irda pcmcia usbga
# Use-like features
DISTRO_FEATURES += "tk"
+
+# Add thumb-interwork to feature list if selected machine supports it.
+DISTRO_FEATURES += ' ${@["", "thumb-interwork"][bb.data.getVar('THUMB_INTERWORK', d, 1) == "yes"]}'