diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2016-02-23 23:57:25 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-03-06 20:04:03 +1000 |
| commit | a6a32d6b80b218363e1c4dc147af124f55b89033 (patch) | |
| tree | a24609a8ec9ad21e221cb777099712e07566cf1e /recipes-bsp/device-tree/device-tree.bb | |
| parent | d9afe0553794e57682de10baeb413494e3399477 (diff) | |
| download | meta-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.bb | 3 |
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" | |||
| 13 | FILES_${PN} = "/boot/devicetree*" | 13 | FILES_${PN} = "/boot/devicetree*" |
| 14 | DEVICETREE_FLAGS ?= "-R 8 -p 0x3000" | 14 | DEVICETREE_FLAGS ?= "-R 8 -p 0x3000" |
| 15 | 15 | ||
| 16 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | ||
| 17 | SRC_URI_append_zynq = " file://common/zynq7-base.dtsi" | ||
| 18 | |||
| 16 | S = "${WORKDIR}" | 19 | S = "${WORKDIR}" |
| 17 | 20 | ||
| 18 | KERNEL_DTS_INCLUDE ??= "" | 21 | KERNEL_DTS_INCLUDE ??= "" |
