diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb b/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb index 4b1b46d0bb..4aada5232d 100644 --- a/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb +++ b/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb | |||
@@ -20,6 +20,11 @@ do_install () { | |||
20 | #!/bin/sh | 20 | #!/bin/sh |
21 | set -x | 21 | set -x |
22 | 22 | ||
23 | if [ ${@bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'True', 'False', d)} = False ]; then | ||
24 | echo "qemuwrapper: qemu usermode is not supported" | ||
25 | fi | ||
26 | |||
27 | |||
23 | $qemu_binary $qemu_options "\$@" | 28 | $qemu_binary $qemu_options "\$@" |
24 | EOF | 29 | EOF |
25 | 30 | ||