From 089519c0e6e4aca0cbe4922140121bf0699730f0 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 27 Jan 2012 01:01:10 -0800 Subject: [PATCH] angstrom: Remove unneeded bx feature oe-core now uses a tunearch mechanism to get it Signed-off-by: Khem Raj Signed-off-by: Koen Kooi --- conf/distro/include/angstrom-uclibc.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/distro/include/angstrom-uclibc.inc b/conf/distro/include/angstrom-uclibc.inc index d9ad5ec..d04ee9f 100644 --- a/conf/distro/include/angstrom-uclibc.inc +++ b/conf/distro/include/angstrom-uclibc.inc @@ -18,7 +18,6 @@ PREFERRED_PROVIDER_virtual/${SDK_PREFIX}libc-nativesdk = "eglibc-nativesdk" PREFERRED_PROVIDER_virtual/${SDK_PREFIX}libc-for-gcc-nativesdk = "eglibc-nativesdk" # libc settings DISTRO_FEATURES += "${@['', ' nls'][bb.data.getVar('ENABLE_BINARY_LOCALE_GENERATION', d, 1) == '1']}" -MACHINE_FEATURES += "${@['', ' bx'][bb.data.getVar('ARM_INSTRUCTION_SET', d, 1) == 'thumb']}" # FIXME: We enable IPv4 per default to avoid alot of breakage. # FIXME: Figure out an acceptable way to negotiate either # FIXME: desired features or hard requirements, either top-down or bottom-up.