diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-11-13 14:32:42 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-14 13:39:48 +0000 |
commit | d1d26a2d297738be5fb262a05751e1cb665771eb (patch) | |
tree | 916ecd66cbb0c3da8fcfbe31cb88f90cb07d08e1 /meta/conf/bitbake.conf | |
parent | c028dcda06733f6a6b3386279fb6089ab0d468ea (diff) | |
download | poky-d1d26a2d297738be5fb262a05751e1cb665771eb.tar.gz |
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 <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
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" | |||
675 | 675 | ||
676 | FILESOVERRIDES = "${TRANSLATED_TARGET_ARCH}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}" | 676 | FILESOVERRIDES = "${TRANSLATED_TARGET_ARCH}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}" |
677 | 677 | ||
678 | CPU_FEATURES ?= "" | ||
679 | CPU_FEATURES_arm ?= "vfp" | ||
680 | |||
681 | ################################################################## | 678 | ################################################################## |
682 | # Include the rest of the config files. | 679 | # Include the rest of the config files. |
683 | ################################################################## | 680 | ################################################################## |