summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2016-04-12 23:17:33 +1000
committerNathan Rossi <nathan@nathanrossi.com>2016-04-12 23:27:05 +1000
commit4da6c8c362d7712e7d4585cd9ef30ac0f83177fb (patch)
treef34f2b76d4c3485abc1a096bd53a32542878d5b1
parent3e5f94162160e1a6fcf4d1d063ebab050a074477 (diff)
downloadmeta-xilinx-4da6c8c362d7712e7d4585cd9ef30ac0f83177fb.tar.gz
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 <nathan@nathanrossi.com>
-rw-r--r--recipes-bsp/device-tree/device-tree.bb11
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"
19S = "${WORKDIR}" 19S = "${WORKDIR}"
20 20
21KERNEL_DTS_INCLUDE ??= "" 21KERNEL_DTS_INCLUDE ??= ""
22KERNEL_DTS_INCLUDE_zynq = "${STAGING_KERNEL_DIR}/arch/arm/boot/dts" 22KERNEL_DTS_INCLUDE_zynq = " \
23KERNEL_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 "
26KERNEL_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
25python () { 32python () {
26 # auto add dependency on kernel tree 33 # auto add dependency on kernel tree