[oe-commits] [openembedded-core] 07/16: qemu.inc: inherit qemuboot.bbclass

git at git.openembedded.org git at git.openembedded.org
Sat Aug 20 15:18:57 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 6c8c5fe778eabb23df8eabf6a09bdf01444b35d1
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Tue May 10 00:14:15 2016 -0700

    qemu.inc: inherit qemuboot.bbclass
    
    All qemu boards should be able to boot by runqemu.
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta/conf/machine/include/qemu.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index f44dbe6..2bc4dc2 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list