aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-11-13 14:32:42 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-14 13:38:28 +0000
commita1d9f2374ede768057fd364da6c0e1eeeb10499f (patch)
treece703400df945bc3f2892bf1f088670732ae8b8a /meta/conf
parent8c984f92af821a4048c93f8e308c5f4a3fa39ca4 (diff)
downloadopenembedded-core-contrib-a1d9f2374ede768057fd364da6c0e1eeeb10499f.tar.gz
bitbake.conf: remove CPU_FEATURES defaults
This variable has been unused since the tune file overhaul two years ago. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index b01c69f557..d7d703dde1 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.
##################################################################