diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-08-25 07:41:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-09 12:01:24 +0100 |
commit | 5174889d59a5d6da29b4290376010dd176767e1f (patch) | |
tree | e1185f7eec7cdd6bf9568b808ee080f04d5b3cde | |
parent | 8a82ded799be79eacb64cf313b6f2799a4f5ffab (diff) | |
download | openembedded-core-contrib-5174889d59a5d6da29b4290376010dd176767e1f.tar.gz |
qemu.inc: inherit qemuboot.bbclass
All qemu boards should be able to boot by runqemu.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/machine/include/qemu.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index f44dbe65803..2bc4dc2db6f 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" |