From 4da6c8c362d7712e7d4585cd9ef30ac0f83177fb Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 12 Apr 2016 23:17:33 +1000 Subject: device-tree.bb: Update kernel include paths for zynq/zynqmp Update the paths for kernel device tree and pre-processor includes. Signed-off-by: Nathan Rossi --- recipes-bsp/device-tree/device-tree.bb | 11 +++++++++-- 1 file 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" S = "${WORKDIR}" KERNEL_DTS_INCLUDE ??= "" -KERNEL_DTS_INCLUDE_zynq = "${STAGING_KERNEL_DIR}/arch/arm/boot/dts" -KERNEL_DTS_INCLUDE_zynqmp = "${STAGING_KERNEL_DIR}/arch/arm/boot/dts ${STAGING_KERNEL_DIR}/arch/arm64/boot/dts/xilinx" +KERNEL_DTS_INCLUDE_zynq = " \ + ${STAGING_KERNEL_DIR}/arch/arm/boot/dts \ + ${STAGING_KERNEL_DIR}/arch/arm/boot/dts/include \ + " +KERNEL_DTS_INCLUDE_zynqmp = " \ + ${STAGING_KERNEL_DIR}/arch/arm64/boot/dts \ + ${STAGING_KERNEL_DIR}/arch/arm64/boot/dts/include \ + ${STAGING_KERNEL_DIR}/arch/arm64/boot/dts/xilinx \ + " python () { # auto add dependency on kernel tree -- cgit v1.2.3-54-g00ecf