summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-10-14 07:46:23 -0700
committerMark Hatle <mark.hatle@xilinx.com>2021-10-25 14:57:25 -0700
commitbe068fec4927666ad84f8955b8cf65e9e25e837f (patch)
tree2a40d1b8c5cf3dfe03fd665e6eab5acca836134c /meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend
parent69e5048019d5e8bd0b57f61ed4238083d947c217 (diff)
downloadmeta-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/device-tree/device-tree.bbappend')
-rw-r--r--meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend16
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 @@
1COMPATIBLE_HOST_xilinx-standalone = "${HOST_SYS}" 1COMPATIBLE_HOST:xilinx-standalone = "${HOST_SYS}"
2 2
3COMPATIBLE_MACHINE_cortexa53-zynqmp = ".*" 3COMPATIBLE_MACHINE:cortexa53-zynqmp = ".*"
4COMPATIBLE_MACHINE_cortexr5-zynqmp = ".*" 4COMPATIBLE_MACHINE:cortexr5-zynqmp = ".*"
5COMPATIBLE_MACHINE:microblaze-pmu = ".*" 5COMPATIBLE_MACHINE:microblaze-pmu = ".*"
6COMPATIBLE_MACHINE:microblaze-plm = ".*" 6COMPATIBLE_MACHINE:microblaze-plm = ".*"
7COMPATIBLE_MACHINE_cortexa72-versal = ".*" 7COMPATIBLE_MACHINE:cortexa72-versal = ".*"
8COMPATIBLE_MACHINE_cortexr5-versal = ".*" 8COMPATIBLE_MACHINE:cortexr5-versal = ".*"
9COMPATIBLE_MACHINE_cortexa9-zynq = ".*" 9COMPATIBLE_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
12DTC_FLAGS:append_xilinx-standalone = " -@" 12DTC_FLAGS:append:xilinx-standalone = " -@"
13DT_INCLUDE:append_xilinx-standalone = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" 13DT_INCLUDE:append:xilinx-standalone = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/"