[oe-commits] Paul Eggleton : bitbake.conf: remove CPU_FEATURES defaults

git at git.openembedded.org git at git.openembedded.org
Wed Nov 20 11:09:36 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: a1d9f2374ede768057fd364da6c0e1eeeb10499f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a1d9f2374ede768057fd364da6c0e1eeeb10499f

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Wed Nov 13 14:32:42 2013 +0000

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 at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/bitbake.conf | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index b01c69f..d7d703d 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.
 ##################################################################



More information about the Openembedded-commits mailing list