summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorElvis Dowson <elvis.dowson@gmail.com>2013-08-26 12:16:28 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2013-08-26 12:16:28 +1000
commit3deda7ebdccd07b047017a402b57fe1e04b3629c (patch)
treeff2cf1ab7a64787296f2c1b5d8dccdcec5176662 /conf
parente18da69b7881b8976db95ddd517e6a26dc3774f9 (diff)
downloadmeta-xilinx-3deda7ebdccd07b047017a402b57fe1e04b3629c.tar.gz
qemuzynq: Add qemu-native and qemu-helper-native extra image dependencies.
This commit adds the qemu-native and qemu-helper-native extra image dependencies and fixes the following error while running the runqemu qemuzynq command: Error: Unable to find tunctl binary in '~/poky/build/tmp/sysroots/x86_64-linux/usr/bin' Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/qemuzynq.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/qemuzynq.conf b/conf/machine/qemuzynq.conf
index a0ef073b..0e57ece3 100644
--- a/conf/machine/qemuzynq.conf
+++ b/conf/machine/qemuzynq.conf
@@ -7,6 +7,8 @@ MACHINE_FEATURES := ""
7require conf/machine/include/tune-zynq.inc 7require conf/machine/include/tune-zynq.inc
8require conf/machine/include/machine-xilinx-default.inc 8require conf/machine/include/machine-xilinx-default.inc
9 9
10EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
11
10SERIAL_CONSOLE = "115200 ttyPS0" 12SERIAL_CONSOLE = "115200 ttyPS0"
11 13
12MACHINE_DEVICETREE := "qemu/qemuzynq.dts" 14MACHINE_DEVICETREE := "qemu/qemuzynq.dts"