summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend
diff options
context:
space:
mode:
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.bbappend4
1 files changed, 2 insertions, 2 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 fcc041fd..c1658042 100644
--- a/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend
+++ b/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend
@@ -11,6 +11,6 @@ COMPATIBLE_MACHINE:cortexa9-zynq = ".*"
11 11
12# Enable @ flag on dtc which is required by libxil 12# Enable @ flag on dtc which is required by libxil
13DTC_FLAGS:append:xilinx-standalone = " -@" 13DTC_FLAGS:append:xilinx-standalone = " -@"
14DT_INCLUDE:append:xilinx-standalone = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" 14DT_INCLUDE:append:xilinx-standalone = " ${UNPACKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/"
15DTC_FLAGS:append:xilinx-freertos = " -@" 15DTC_FLAGS:append:xilinx-freertos = " -@"
16DT_INCLUDE:append:xilinx-freertos = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" 16DT_INCLUDE:append:xilinx-freertos = " ${UNPACKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/"