[meta-xilinx] [meta-xilinx 1/2] qemuzynq: Add qemu-native and qemu-helper-native extra image dependencies.
Elvis Dowson
elvis.dowson at gmail.com
Sun Aug 25 14:29:04 PDT 2013
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 at gmail.com>
---
conf/machine/qemuzynq.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/conf/machine/qemuzynq.conf b/conf/machine/qemuzynq.conf
index a0ef073..0e57ece 100644
--- a/conf/machine/qemuzynq.conf
+++ b/conf/machine/qemuzynq.conf
@@ -7,6 +7,8 @@ MACHINE_FEATURES := ""
require conf/machine/include/tune-zynq.inc
require conf/machine/include/machine-xilinx-default.inc
+EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
+
SERIAL_CONSOLE = "115200 ttyPS0"
MACHINE_DEVICETREE := "qemu/qemuzynq.dts"
--
1.7.10.4
More information about the meta-xilinx
mailing list