]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 31 Jan 2021 10:37:13 +0000 (10:37 +0000)
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>
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"