diff options
author | Elvis Dowson <elvis.dowson@gmail.com> | 2013-08-26 12:16:28 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-08-26 12:16:28 +1000 |
commit | 3deda7ebdccd07b047017a402b57fe1e04b3629c (patch) | |
tree | ff2cf1ab7a64787296f2c1b5d8dccdcec5176662 /conf | |
parent | e18da69b7881b8976db95ddd517e6a26dc3774f9 (diff) | |
download | meta-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.conf | 2 |
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 := "" | |||
7 | require conf/machine/include/tune-zynq.inc | 7 | require conf/machine/include/tune-zynq.inc |
8 | require conf/machine/include/machine-xilinx-default.inc | 8 | require conf/machine/include/machine-xilinx-default.inc |
9 | 9 | ||
10 | EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" | ||
11 | |||
10 | SERIAL_CONSOLE = "115200 ttyPS0" | 12 | SERIAL_CONSOLE = "115200 ttyPS0" |
11 | 13 | ||
12 | MACHINE_DEVICETREE := "qemu/qemuzynq.dts" | 14 | MACHINE_DEVICETREE := "qemu/qemuzynq.dts" |