summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xilinx-standalone-sdt/recipes-bsp/device-tree.bbappend1
-rw-r--r--meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend7
2 files changed, 1 insertions, 7 deletions
diff --git a/meta-xilinx-standalone-sdt/recipes-bsp/device-tree.bbappend b/meta-xilinx-standalone-sdt/recipes-bsp/device-tree.bbappend
new file mode 100644
index 00000000..449a69c8
--- /dev/null
+++ b/meta-xilinx-standalone-sdt/recipes-bsp/device-tree.bbappend
@@ -0,0 +1 @@
COMPATIBLE_HOST:xilinx-freertos = "${HOST_SYS}"
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 81de24f3..3fc7a89f 100644
--- a/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend
+++ b/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend
@@ -1,8 +1 @@
1COMPATIBLE_HOST:xilinx-standalone = "${HOST_SYS}" COMPATIBLE_HOST:xilinx-standalone = "${HOST_SYS}"
2COMPATIBLE_HOST:xilinx-freertos = "${HOST_SYS}"
3
4# Enable @ flag on dtc which is required by libxil
5DTC_FLAGS:append:xilinx-standalone = " -@"
6DT_INCLUDE:append:xilinx-standalone = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/"
7DTC_FLAGS:append:xilinx-freertos = " -@"
8DT_INCLUDE:append:xilinx-freertos = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/"