diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2021-10-14 07:46:23 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2021-10-25 14:57:25 -0700 |
| commit | be068fec4927666ad84f8955b8cf65e9e25e837f (patch) | |
| tree | 2a40d1b8c5cf3dfe03fd665e6eab5acca836134c /meta-xilinx-standalone/recipes-bsp | |
| parent | 69e5048019d5e8bd0b57f61ed4238083d947c217 (diff) | |
| download | meta-xilinx-be068fec4927666ad84f8955b8cf65e9e25e837f.tar.gz | |
meta-xilinx-standalone: various fixes for override syntax changes
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone/recipes-bsp')
| -rw-r--r-- | meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend b/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend index 013f0401..056c4edc 100644 --- a/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend +++ b/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | COMPATIBLE_HOST_xilinx-standalone = "${HOST_SYS}" | 1 | COMPATIBLE_HOST:xilinx-standalone = "${HOST_SYS}" |
| 2 | 2 | ||
| 3 | COMPATIBLE_MACHINE_cortexa53-zynqmp = ".*" | 3 | COMPATIBLE_MACHINE:cortexa53-zynqmp = ".*" |
| 4 | COMPATIBLE_MACHINE_cortexr5-zynqmp = ".*" | 4 | COMPATIBLE_MACHINE:cortexr5-zynqmp = ".*" |
| 5 | COMPATIBLE_MACHINE:microblaze-pmu = ".*" | 5 | COMPATIBLE_MACHINE:microblaze-pmu = ".*" |
| 6 | COMPATIBLE_MACHINE:microblaze-plm = ".*" | 6 | COMPATIBLE_MACHINE:microblaze-plm = ".*" |
| 7 | COMPATIBLE_MACHINE_cortexa72-versal = ".*" | 7 | COMPATIBLE_MACHINE:cortexa72-versal = ".*" |
| 8 | COMPATIBLE_MACHINE_cortexr5-versal = ".*" | 8 | COMPATIBLE_MACHINE:cortexr5-versal = ".*" |
| 9 | COMPATIBLE_MACHINE_cortexa9-zynq = ".*" | 9 | COMPATIBLE_MACHINE:cortexa9-zynq = ".*" |
| 10 | 10 | ||
| 11 | # Enable @ flag on dtc which is required by libxil | 11 | # Enable @ flag on dtc which is required by libxil |
| 12 | DTC_FLAGS:append_xilinx-standalone = " -@" | 12 | DTC_FLAGS:append:xilinx-standalone = " -@" |
| 13 | DT_INCLUDE:append_xilinx-standalone = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" | 13 | DT_INCLUDE:append:xilinx-standalone = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" |
