diff options
| -rw-r--r-- | meta/classes-recipe/qemuboot.bbclass | 2 | ||||
| -rw-r--r-- | meta/conf/machine/include/qemu.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes-recipe/qemuboot.bbclass b/meta/classes-recipe/qemuboot.bbclass index 4a563b8ccc..895fd38d68 100644 --- a/meta/classes-recipe/qemuboot.bbclass +++ b/meta/classes-recipe/qemuboot.bbclass | |||
| @@ -185,3 +185,5 @@ python do_write_qemuboot_conf() { | |||
| 185 | os.remove(qemuboot_link) | 185 | os.remove(qemuboot_link) |
| 186 | os.symlink(os.path.basename(qemuboot), qemuboot_link) | 186 | os.symlink(os.path.basename(qemuboot), qemuboot_link) |
| 187 | } | 187 | } |
| 188 | |||
| 189 | EXTRA_IMAGEDEPENDS += "qemu-system-native qemu-helper-native:do_addto_recipe_sysroot" | ||
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index 14feb86790..bb7aec7675 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta/conf/machine/include/qemu.inc | |||
| @@ -23,8 +23,6 @@ RDEPENDS:${KERNEL_PACKAGE_NAME}-base = "" | |||
| 23 | # Use a common kernel recipe for all QEMU machines | 23 | # Use a common kernel recipe for all QEMU machines |
| 24 | PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto" | 24 | PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto" |
| 25 | 25 | ||
| 26 | EXTRA_IMAGEDEPENDS += "qemu-system-native qemu-helper-native:do_addto_recipe_sysroot" | ||
| 27 | |||
| 28 | # Provide the nfs server kernel module for all qemu images | 26 | # Provide the nfs server kernel module for all qemu images |
| 29 | KERNEL_FEATURES:append:pn-linux-yocto = " features/nfsd/nfsd-enable.scc" | 27 | KERNEL_FEATURES:append:pn-linux-yocto = " features/nfsd/nfsd-enable.scc" |
| 30 | KERNEL_FEATURES:append:pn-linux-yocto-rt = " features/nfsd/nfsd-enable.scc" | 28 | KERNEL_FEATURES:append:pn-linux-yocto-rt = " features/nfsd/nfsd-enable.scc" |
