From 654eddce352f3681a716116c6bd9cf0c18b09e5a Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Mon, 1 Feb 2016 13:42:08 -0800 Subject: machine/include: drop tune-cortexm*.inc and tune-cortexr4.inc The Cortex M1, M3 and R4 CPU tuning files are poorly tested (if at all). They have no obvious users either inside or outside oe-core. Until OE officially gains support for CPUs without an MMU, these tuning files are probably better maintained outside of oe-core (e.g. in a separate meta-nommu layer). (From OE-Core rev: 7a1445c55de904115b950c8e50432a9f11f02208) Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie --- meta/conf/machine/include/tune-cortexr4.inc | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 meta/conf/machine/include/tune-cortexr4.inc (limited to 'meta/conf/machine/include/tune-cortexr4.inc') diff --git a/meta/conf/machine/include/tune-cortexr4.inc b/meta/conf/machine/include/tune-cortexr4.inc deleted file mode 100644 index 5ef37c65f0..0000000000 --- a/meta/conf/machine/include/tune-cortexr4.inc +++ /dev/null @@ -1,15 +0,0 @@ -DEFAULTTUNE ?= "cortexr4" - -require conf/machine/include/arm/arch-armv7a.inc - -TUNEVALID[cortexr4] = "Enable Cortex-R4 specific processor optimizations" -TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexr4', ' -mcpu=cortex-r4', '', d)}" - -TUNEVALID[armv7r] = "Enable Cortex-R4 specific processor optimizations" -TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'armv7r', ' -march=armv7-r', '', d)}" -MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'armv7r', 'armv7r:', '' ,d)}" - -AVAILTUNES += "cortexr4" -ARMPKGARCH_tune-cortexr4 = "armv7r" -TUNE_FEATURES_tune-cortexr4 = "armv7r vfp cortexr4 arm thumb" -PACKAGE_EXTRA_ARCHS_tune-cortexr4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7at} armv7r-vfp armv7rt2-vfp" -- cgit v1.2.3-54-g00ecf