diff options
| author | Elvis Dowson <elvis.dowson@gmail.com> | 2013-08-26 12:17:23 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-08-26 12:17:23 +1000 |
| commit | 186cfff63087dd09bc55c71e1df02c4b3b9eeb5a (patch) | |
| tree | ab3205ba83f36bcc72a0181cdc2829cc8dec0a29 | |
| parent | 3deda7ebdccd07b047017a402b57fe1e04b3629c (diff) | |
| download | meta-xilinx-186cfff63087dd09bc55c71e1df02c4b3b9eeb5a.tar.gz | |
qemumicroblaze: 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 qemumicroblaze 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>
| -rw-r--r-- | conf/machine/qemumicroblaze.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/qemumicroblaze.conf b/conf/machine/qemumicroblaze.conf index f8e035f2..43de00b1 100644 --- a/conf/machine/qemumicroblaze.conf +++ b/conf/machine/qemumicroblaze.conf | |||
| @@ -8,6 +8,8 @@ require conf/machine/include/tune-microblaze.inc | |||
| 8 | require conf/machine/include/machine-xilinx-default.inc | 8 | require conf/machine/include/machine-xilinx-default.inc |
| 9 | TUNE_FEATURES_tune-microblaze += "v8.50 little-endian barrel-shift reorder pattern-compare divide-hard multiply-high fpu-hard" | 9 | TUNE_FEATURES_tune-microblaze += "v8.50 little-endian barrel-shift reorder pattern-compare divide-hard multiply-high fpu-hard" |
| 10 | 10 | ||
| 11 | EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" | ||
| 12 | |||
| 11 | SERIAL_CONSOLE = "115200 ttyS0" | 13 | SERIAL_CONSOLE = "115200 ttyS0" |
| 12 | 14 | ||
| 13 | MACHINE_DEVICETREE := "qemu/qemumicroblaze.dts" | 15 | MACHINE_DEVICETREE := "qemu/qemumicroblaze.dts" |
