diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2016-04-12 23:17:33 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-04-12 23:27:05 +1000 |
commit | 4da6c8c362d7712e7d4585cd9ef30ac0f83177fb (patch) | |
tree | f34f2b76d4c3485abc1a096bd53a32542878d5b1 | |
parent | 3e5f94162160e1a6fcf4d1d063ebab050a074477 (diff) | |
download | meta-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.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 |