summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-10-26 16:43:11 -0700
committerMark Hatle <mark.hatle@amd.com>2022-11-10 15:38:42 -0800
commit958a7720600630eb3bd3b6df630a1dd6b5a5d8ed (patch)
treeec321f60b2fa24a6a685d5469ce3516fea3aaaa4
parente3a1ec489baac4922ce44c990247f004ca0bb8ea (diff)
downloadmeta-xilinx-958a7720600630eb3bd3b6df630a1dd6b5a5d8ed.tar.gz
soc-zynqmp.inc: Reorder the mali400 and vcu machineoverrides
We need the mali400 and vcu overrides to override the SOC and SOC_FAMILY overrides. So adjust the order so they are higher priority, just under the machine name itself. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/conf/machine/include/soc-zynqmp.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/conf/machine/include/soc-zynqmp.inc b/meta-xilinx-core/conf/machine/include/soc-zynqmp.inc
index a33b00b6..bdb72194 100644
--- a/meta-xilinx-core/conf/machine/include/soc-zynqmp.inc
+++ b/meta-xilinx-core/conf/machine/include/soc-zynqmp.inc
@@ -9,8 +9,6 @@ SOC_FAMILY ?= "zynqmp"
9 9
10SOC_VARIANT ?= "cg" 10SOC_VARIANT ?= "cg"
11 11
12require xilinx-soc-family.inc
13
14GRAPHICSOVERRIDES = "" 12GRAPHICSOVERRIDES = ""
15VCUOVERRIDES = "" 13VCUOVERRIDES = ""
16 14
@@ -22,6 +20,8 @@ VCUOVERRIDES:zynqmp-ev = "vcu:"
22 20
23MACHINEOVERRIDES =. "${GRAPHICSOVERRIDES}${VCUOVERRIDES}" 21MACHINEOVERRIDES =. "${GRAPHICSOVERRIDES}${VCUOVERRIDES}"
24 22
23require xilinx-soc-family.inc
24
25require soc-tune-include.inc 25require soc-tune-include.inc
26 26
27# Linux Configuration 27# Linux Configuration