[oe-commits] [openembedded-core] 88/103: qemu.inc: inherit qemuboot.bbclass

git at git.openembedded.org git at git.openembedded.org
Wed Aug 31 09:02:47 UTC 2016


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

commit f81ad06eea535a772e44f1e087b1af7cadfbe00a
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Thu Aug 25 07:41:04 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>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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