summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/device-tree/device-tree.bb
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2016-02-23 23:57:25 +1000
committerNathan Rossi <nathan@nathanrossi.com>2016-03-06 20:04:03 +1000
commita6a32d6b80b218363e1c4dc147af124f55b89033 (patch)
treea24609a8ec9ad21e221cb777099712e07566cf1e /recipes-bsp/device-tree/device-tree.bb
parentd9afe0553794e57682de10baeb413494e3399477 (diff)
downloadmeta-xilinx-a6a32d6b80b218363e1c4dc147af124f55b89033.tar.gz
device-tree.bb: Move zynq7-base.dtsi into recipe source
* Move zynq7-base.dtsi out of conf/machine/boards and into the files/ directory of the device-tree recipe * Also move the config from machine-xilinx-default.inc that includes the dtsi for zynq targets Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'recipes-bsp/device-tree/device-tree.bb')
-rw-r--r--recipes-bsp/device-tree/device-tree.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-bsp/device-tree/device-tree.bb b/recipes-bsp/device-tree/device-tree.bb
index 6332e9c2..2cd47ce0 100644
--- a/recipes-bsp/device-tree/device-tree.bb
+++ b/recipes-bsp/device-tree/device-tree.bb
@@ -13,6 +13,9 @@ DEPENDS += "dtc-native"
13FILES_${PN} = "/boot/devicetree*" 13FILES_${PN} = "/boot/devicetree*"
14DEVICETREE_FLAGS ?= "-R 8 -p 0x3000" 14DEVICETREE_FLAGS ?= "-R 8 -p 0x3000"
15 15
16FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
17SRC_URI_append_zynq = " file://common/zynq7-base.dtsi"
18
16S = "${WORKDIR}" 19S = "${WORKDIR}"
17 20
18KERNEL_DTS_INCLUDE ??= "" 21KERNEL_DTS_INCLUDE ??= ""