diff options
Diffstat (limited to 'recipes-bsp/device-tree')
| -rw-r--r-- | recipes-bsp/device-tree/device-tree.bb | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/recipes-bsp/device-tree/device-tree.bb b/recipes-bsp/device-tree/device-tree.bb index 3733754c..ddfa7580 100644 --- a/recipes-bsp/device-tree/device-tree.bb +++ b/recipes-bsp/device-tree/device-tree.bb | |||
| @@ -19,8 +19,15 @@ SRC_URI_append_zynq = " file://common/zynq7-base.dtsi" | |||
| 19 | S = "${WORKDIR}" | 19 | S = "${WORKDIR}" |
| 20 | 20 | ||
| 21 | KERNEL_DTS_INCLUDE ??= "" | 21 | KERNEL_DTS_INCLUDE ??= "" |
| 22 | KERNEL_DTS_INCLUDE_zynq = "${STAGING_KERNEL_DIR}/arch/arm/boot/dts" | 22 | KERNEL_DTS_INCLUDE_zynq = " \ |
| 23 | KERNEL_DTS_INCLUDE_zynqmp = "${STAGING_KERNEL_DIR}/arch/arm/boot/dts ${STAGING_KERNEL_DIR}/arch/arm64/boot/dts/xilinx" | 23 | ${STAGING_KERNEL_DIR}/arch/arm/boot/dts \ |
| 24 | ${STAGING_KERNEL_DIR}/arch/arm/boot/dts/include \ | ||
| 25 | " | ||
| 26 | KERNEL_DTS_INCLUDE_zynqmp = " \ | ||
| 27 | ${STAGING_KERNEL_DIR}/arch/arm64/boot/dts \ | ||
| 28 | ${STAGING_KERNEL_DIR}/arch/arm64/boot/dts/include \ | ||
| 29 | ${STAGING_KERNEL_DIR}/arch/arm64/boot/dts/xilinx \ | ||
| 30 | " | ||
| 24 | 31 | ||
| 25 | python () { | 32 | python () { |
| 26 | # auto add dependency on kernel tree | 33 | # auto add dependency on kernel tree |
