From: Robert Yang Date: Thu, 25 Aug 2016 14:41:04 +0000 (-0700) Subject: qemu.inc: inherit qemuboot.bbclass X-Git-Tag: uninative-1.4~208 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5174889d59a5d6da29b4290376010dd176767e1f;p=openembedded-core.git qemu.inc: inherit qemuboot.bbclass All qemu boards should be able to boot by runqemu. Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index f44dbe6580..2bc4dc2db6 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta/conf/machine/include/qemu.inc @@ -29,3 +29,5 @@ EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" MACHINE_EXTRA_RRECOMMENDS += "rng-tools" + +IMAGE_CLASSES += "qemuboot"