diff options
author | Martin Siegumfeldt <mns@gomspace.com> | 2018-06-21 14:36:45 +0200 |
---|---|---|
committer | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2018-07-18 15:06:43 -0700 |
commit | f5717e0c118c734ecde0e506b6cf93e382f263cd (patch) | |
tree | 1e41e6d5b2dbe5b6f92355f69042b1c3da6b6bd1 | |
parent | fa3fc286c75fde6b9d473e41010e768267721850 (diff) | |
download | meta-xilinx-f5717e0c118c734ecde0e506b6cf93e382f263cd.tar.gz |
device-tree.bb: add missing include path
This patch adds a missing include path for generic kernel DTC
includes.
Signed-off-by: Martin Siegumfeldt <mns@gomspace.com>
Reviewed-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
-rw-r--r-- | meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 dc49cbbf..d1b67710 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" | |||
30 | KERNEL_DTS_INCLUDE ??= " \ | 30 | KERNEL_DTS_INCLUDE ??= " \ |
31 | ${STAGING_KERNEL_DIR}/arch/${ARCH}/boot/dts \ | 31 | ${STAGING_KERNEL_DIR}/arch/${ARCH}/boot/dts \ |
32 | ${STAGING_KERNEL_DIR}/arch/${ARCH}/boot/dts/include \ | 32 | ${STAGING_KERNEL_DIR}/arch/${ARCH}/boot/dts/include \ |
33 | ${STAGING_KERNEL_DIR}/scripts/dtc/include-prefixes \ | ||
33 | " | 34 | " |
34 | # For arm64/zynqmp the xilinx specific includes are subdired under a vendor directory. | 35 | # For arm64/zynqmp the xilinx specific includes are subdired under a vendor directory. |
35 | KERNEL_DTS_INCLUDE_append_zynqmp = " \ | 36 | KERNEL_DTS_INCLUDE_append_zynqmp = " \ |