From 3deda7ebdccd07b047017a402b57fe1e04b3629c Mon Sep 17 00:00:00 2001 From: Elvis Dowson Date: Mon, 26 Aug 2013 12:16:28 +1000 Subject: 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 Signed-off-by: Nathan Rossi --- conf/machine/qemuzynq.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine/qemuzynq.conf') 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 := "" 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" -- cgit v1.2.3-54-g00ecf