mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
conf/machine: Clean up configuration values.
This cleans up and/or corrects a few values from machine includes for consistency with future toolchain sanity checks, and also adds the TUNEVALID and TUNECONFLICTS to documentation.conf. (From OE-Core rev: 6ffe53c721a80cf156b44f59b564f2e899c6af50) Signed-off-by: Peter Seebach <peter.seebach@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7f11bbb9bb
commit
7b078123b7
@@ -1,4 +1,5 @@
|
||||
ARMPKGSFX_DSP = "${@bb.utils.contains("TUNE_FEATURES", [ "armv5", "dsp" ], "e", "", d)}"
|
||||
TUNEVALID[dsp] = "ARM DSP functionality"
|
||||
|
||||
require conf/machine/include/arm/arch-armv5.inc
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ DEFAULTTUNE ?= "armv7a"
|
||||
|
||||
ARMPKGARCH ?= "armv7a"
|
||||
|
||||
TUNEVALID[armv7-a] = "Enable instructions for ARMv7-a"
|
||||
TUNEVALID[armv7a] = "Enable instructions for ARMv7-a"
|
||||
TUNE_CONFLICTS[armv7a] = "armv4 armv5 armv6 armv7"
|
||||
TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "armv7a", "-march=armv7-a -fno-tree-vectorize", "", d)}"
|
||||
MACHINEOVERRIDES .= "${@bb.utils.contains("TUNE_FEATURES", "armv7a", ":armv7a", "" ,d)}"
|
||||
|
||||
Reference in New Issue
Block a user