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:07:32 +0100 |
| commit | 638d19adb4eefc7e801f9409d0b348a5a39cc25a (patch) | |
| tree | 928234efd0eb4fb7b68a68283641a96b94d6bde1 | |
| parent | f9732b410e7aabfeca2619f8dde2918a7f3b6d20 (diff) | |
| download | poky-638d19adb4eefc7e801f9409d0b348a5a39cc25a.tar.gz | |
qemu.inc: inherit qemuboot.bbclass
All qemu boards should be able to boot by runqemu.
(From OE-Core rev: 5174889d59a5d6da29b4290376010dd176767e1f)
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 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" | |||
| 29 | KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" | 29 | KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" |
| 30 | 30 | ||
| 31 | MACHINE_EXTRA_RRECOMMENDS += "rng-tools" | 31 | MACHINE_EXTRA_RRECOMMENDS += "rng-tools" |
| 32 | |||
| 33 | IMAGE_CLASSES += "qemuboot" | ||
