From e895bc3e7f5a1b73b0fd68f82a5a484b61bc4147 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 24 Jul 2010 02:19:12 -0700 Subject: bitbake.conf: Add thumb-interwork to DISTRO_FEATURES if machine supports it. Signed-off-by: Khem Raj --- conf/bitbake.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') 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" -- cgit v1.2.3