summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/machine
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-10-26 16:43:13 -0700
commit3d6d18a72997a80665b3a8d3572e98a71cadb41d (patch)
treee05b11ef896fe6352f53976becdc104066572bc2 /meta-xilinx-core/conf/machine
parentb91216bb574669a03d4dd733da7e954630c08ce9 (diff)
downloadmeta-xilinx-3d6d18a72997a80665b3a8d3572e98a71cadb41d.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>
Diffstat (limited to 'meta-xilinx-core/conf/machine')
-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 8b49aa37..0ae23b01 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 ?= "eg" 10SOC_VARIANT ?= "eg"
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