diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-10-26 16:43:11 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-11-10 15:38:42 -0800 |
| commit | 958a7720600630eb3bd3b6df630a1dd6b5a5d8ed (patch) | |
| tree | ec321f60b2fa24a6a685d5469ce3516fea3aaaa4 | |
| parent | e3a1ec489baac4922ce44c990247f004ca0bb8ea (diff) | |
| download | meta-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.inc | 4 |
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 | ||
| 10 | SOC_VARIANT ?= "cg" | 10 | SOC_VARIANT ?= "cg" |
| 11 | 11 | ||
| 12 | require xilinx-soc-family.inc | ||
| 13 | |||
| 14 | GRAPHICSOVERRIDES = "" | 12 | GRAPHICSOVERRIDES = "" |
| 15 | VCUOVERRIDES = "" | 13 | VCUOVERRIDES = "" |
| 16 | 14 | ||
| @@ -22,6 +20,8 @@ VCUOVERRIDES:zynqmp-ev = "vcu:" | |||
| 22 | 20 | ||
| 23 | MACHINEOVERRIDES =. "${GRAPHICSOVERRIDES}${VCUOVERRIDES}" | 21 | MACHINEOVERRIDES =. "${GRAPHICSOVERRIDES}${VCUOVERRIDES}" |
| 24 | 22 | ||
| 23 | require xilinx-soc-family.inc | ||
| 24 | |||
| 25 | require soc-tune-include.inc | 25 | require soc-tune-include.inc |
| 26 | 26 | ||
| 27 | # Linux Configuration | 27 | # Linux Configuration |
