| Submitter | Cristian Iorga |
|---|---|
| Date | Jan. 15, 2013, 8:08 p.m. |
| Message ID | <1358280527-14078-4-git-send-email-cristian.iorga@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/42665/ |
| State | Accepted |
| Commit | 4ee668a558e5d4a6d14e29c9fe88b8bb642a16a9 |
| Headers | show |
Comments
Patch
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index 5d59a7f..c1012ab 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta/conf/machine/include/qemu.inc @@ -10,6 +10,8 @@ XSERVER ?= "xserver-xorg \ MACHINE_FEATURES = "apm alsa pcmcia bluetooth irda usbgadget screen" +MACHINEOVERRIDES .= ":qemuall" + IMAGE_FSTYPES += "tar.bz2 ext3" ROOT_FLASH_SIZE = "280"
Add override ability to qemu to allow qemu specific configurations for any qemu machine. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> --- meta/conf/machine/include/qemu.inc | 2 ++ 1 file changed, 2 insertions(+)