diff options
| -rw-r--r-- | meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend | 3 |
1 files changed, 3 insertions, 0 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 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 @@ | |||
| 1 | COMPATIBLE_HOST:xilinx-standalone = "${HOST_SYS}" | 1 | COMPATIBLE_HOST:xilinx-standalone = "${HOST_SYS}" |
| 2 | COMPATIBLE_HOST:xilinx-freertos = "${HOST_SYS}" | ||
| 2 | 3 | ||
| 3 | COMPATIBLE_MACHINE:cortexa53-zynqmp = ".*" | 4 | COMPATIBLE_MACHINE:cortexa53-zynqmp = ".*" |
| 4 | COMPATIBLE_MACHINE:cortexr5-zynqmp = ".*" | 5 | COMPATIBLE_MACHINE:cortexr5-zynqmp = ".*" |
| @@ -11,3 +12,5 @@ COMPATIBLE_MACHINE:cortexa9-zynq = ".*" | |||
| 11 | # Enable @ flag on dtc which is required by libxil | 12 | # Enable @ flag on dtc which is required by libxil |
| 12 | DTC_FLAGS:append:xilinx-standalone = " -@" | 13 | DTC_FLAGS:append:xilinx-standalone = " -@" |
| 13 | DT_INCLUDE:append:xilinx-standalone = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" | 14 | DT_INCLUDE:append:xilinx-standalone = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" |
| 15 | DTC_FLAGS:append:xilinx-freertos = " -@" | ||
| 16 | DT_INCLUDE:append:xilinx-freertos = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" | ||
