diff options
-rw-r--r-- | meta-xilinx-standalone-sdt/recipes-bsp/device-tree.bbappend | 1 | ||||
-rw-r--r-- | meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend | 7 |
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 @@ | |||
1 | COMPATIBLE_HOST:xilinx-standalone = "${HOST_SYS}" | COMPATIBLE_HOST:xilinx-standalone = "${HOST_SYS}" | |
2 | COMPATIBLE_HOST:xilinx-freertos = "${HOST_SYS}" | ||
3 | |||
4 | # Enable @ flag on dtc which is required by libxil | ||
5 | DTC_FLAGS:append:xilinx-standalone = " -@" | ||
6 | DT_INCLUDE:append:xilinx-standalone = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" | ||
7 | DTC_FLAGS:append:xilinx-freertos = " -@" | ||
8 | DT_INCLUDE:append:xilinx-freertos = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" | ||