]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemu.inc: Should depend on qemu-system-native, not qemu-native
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 30 Jan 2021 14:18:32 +0000 (14:18 +0000)
committerSteve Sakoman <steve@sakoman.com>
Mon, 8 Feb 2021 16:15:17 +0000 (06:15 -1000)
This looks like it was from before the recipe was split, we'd expect
the system qemu mode for running the images so the dependency should be
updated.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3a4fed4ae0e8a0d1bd62ea5fa1ef12925e1f20f5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/conf/machine/include/qemu.inc

index 8dedb1a42d34abdb33e8a044680b5c4e8e27898a..7d0a6fe458ee24b01513906140c0f2641d4f37d2 100644 (file)
@@ -21,7 +21,7 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
 # Use a common kernel recipe for all QEMU machines
 PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
 
-EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
+EXTRA_IMAGEDEPENDS += "qemu-system-native qemu-helper-native"
 
 # Provide the nfs server kernel module for all qemu images
 KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"