From 35e82245d5739673818bd59830d2687aba88f99b Mon Sep 17 00:00:00 2001 From: Appana Durga Kedareswara rao Date: Fri, 10 Feb 2023 23:26:14 +0530 Subject: meta-xilinx-standalone: recipes-bsp: device-tree: Update recipe for freertos distro Add support for freertos distro by updating COMPATIBLE_HOST. Signed-off-by: Appana Durga Kedareswara rao Signed-off-by: Mark Hatle --- meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-xilinx-standalone/recipes-bsp') 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 056c4edc..fcc041fd 100644 --- a/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend +++ b/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend @@ -1,4 +1,5 @@ COMPATIBLE_HOST:xilinx-standalone = "${HOST_SYS}" +COMPATIBLE_HOST:xilinx-freertos = "${HOST_SYS}" COMPATIBLE_MACHINE:cortexa53-zynqmp = ".*" COMPATIBLE_MACHINE:cortexr5-zynqmp = ".*" @@ -11,3 +12,5 @@ COMPATIBLE_MACHINE:cortexa9-zynq = ".*" # Enable @ flag on dtc which is required by libxil DTC_FLAGS:append:xilinx-standalone = " -@" DT_INCLUDE:append:xilinx-standalone = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" +DTC_FLAGS:append:xilinx-freertos = " -@" +DT_INCLUDE:append:xilinx-freertos = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" -- cgit v1.2.3-54-g00ecf