summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/conf/machine/qemu-zynq7.conf
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2018-08-09 20:36:40 +1000
committerManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2019-01-01 20:03:46 -0800
commit0865c6370199c65332763c2d407da613f7cb8530 (patch)
treee3b05f13e01961290698587bd2c379fdc7cdc02b /meta-xilinx-bsp/conf/machine/qemu-zynq7.conf
parentb6f2540b0ab22dba8b90e68f4151e865483d51d9 (diff)
downloadmeta-xilinx-0865c6370199c65332763c2d407da613f7cb8530.tar.gz
conf/machine: Prepend 'devicetree' directory for device-tree users
Prepend the 'devicetree' subdirectory in IMAGE_BOOT_FILES for machines that use the device-tree recipe. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/conf/machine/qemu-zynq7.conf')
-rw-r--r--meta-xilinx-bsp/conf/machine/qemu-zynq7.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/conf/machine/qemu-zynq7.conf b/meta-xilinx-bsp/conf/machine/qemu-zynq7.conf
index 2c86edb3..65bd46ad 100644
--- a/meta-xilinx-bsp/conf/machine/qemu-zynq7.conf
+++ b/meta-xilinx-bsp/conf/machine/qemu-zynq7.conf
@@ -14,7 +14,7 @@ MACHINE_FEATURES = "ext2 vfat"
14SERIAL_CONSOLE = "115200 ttyPS0" 14SERIAL_CONSOLE = "115200 ttyPS0"
15 15
16MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" 16MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree"
17IMAGE_BOOT_FILES += "${MACHINE}.dtb" 17IMAGE_BOOT_FILES += "devicetree/${MACHINE}.dtb"
18 18
19# Use the networking setup from qemuarm 19# Use the networking setup from qemuarm
20FILESOVERRIDES_append_pn-init-ifupdown = ":qemuarm" 20FILESOVERRIDES_append_pn-init-ifupdown = ":qemuarm"