From: Khem Raj Date: Sat, 24 Jul 2010 09:19:12 +0000 (-0700) Subject: bitbake.conf: Add thumb-interwork to DISTRO_FEATURES if machine supports it. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e895bc3e7f5a1b73b0fd68f82a5a484b61bc4147;p=openembedded.git bitbake.conf: Add thumb-interwork to DISTRO_FEATURES if machine supports it. Signed-off-by: Khem Raj --- diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 748abba0e3..8cb8187ef7 100644 --- 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"