diff options
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.bbappend | 4 |
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 |
| 13 | DTC_FLAGS:append:xilinx-standalone = " -@" | 13 | DTC_FLAGS:append:xilinx-standalone = " -@" |
| 14 | DT_INCLUDE:append:xilinx-standalone = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" | 14 | DT_INCLUDE:append:xilinx-standalone = " ${UNPACKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" |
| 15 | DTC_FLAGS:append:xilinx-freertos = " -@" | 15 | DTC_FLAGS:append:xilinx-freertos = " -@" |
| 16 | DT_INCLUDE:append:xilinx-freertos = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" | 16 | DT_INCLUDE:append:xilinx-freertos = " ${UNPACKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" |
