From: Paul Eggleton Date: Wed, 13 Nov 2013 14:32:42 +0000 (+0000) Subject: bitbake.conf: remove CPU_FEATURES defaults X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1d26a2d297738be5fb262a05751e1cb665771eb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake.conf: remove CPU_FEATURES defaults This variable has been unused since the tune file overhaul two years ago. (From OE-Core rev: a1d9f2374ede768057fd364da6c0e1eeeb10499f) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index b01c69f5570..d7d703dde1b 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -675,9 +675,6 @@ MACHINEOVERRIDES[vardepsexclude] = "MACHINE" FILESOVERRIDES = "${TRANSLATED_TARGET_ARCH}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}" -CPU_FEATURES ?= "" -CPU_FEATURES_arm ?= "vfp" - ################################################################## # Include the rest of the config files. ##################################################################