Ping? Manju? ________________________________________ From: Martin Siegumfeldt <[email protected]> Sent: Thursday, June 21, 2018 2:36 PM To: [email protected] Cc: Martin Siegumfeldt Subject: [[meta-xilinx][meta-xilinx-bsp][PATCH v2]] device-tree.bb: add missing include path
This patch adds a missing include path for generic kernel DTC includes. Signed-off-by: Martin Siegumfeldt <[email protected]> Reviewed-by: Nathan Rossi <[email protected]> --- meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb b/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb index dc49cbb..d1b6771 100644 --- a/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb +++ b/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb @@ -30,6 +30,7 @@ SYSROOT_DIRS += "/boot/devicetree" KERNEL_DTS_INCLUDE ??= " \ ${STAGING_KERNEL_DIR}/arch/${ARCH}/boot/dts \ ${STAGING_KERNEL_DIR}/arch/${ARCH}/boot/dts/include \ + ${STAGING_KERNEL_DIR}/scripts/dtc/include-prefixes \ " # For arm64/zynqmp the xilinx specific includes are subdired under a vendor directory. KERNEL_DTS_INCLUDE_append_zynqmp = " \ -- 2.14.1 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
