From patchwork Tue Jan 15 20:08:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [V4,3/3] qemu: machine override ability added Date: Tue, 15 Jan 2013 20:08:47 -0000 From: Cristian Iorga X-Patchwork-Id: 42665 Message-Id: <1358280527-14078-4-git-send-email-cristian.iorga@intel.com> To: openembedded-core@lists.openembedded.org Add override ability to qemu to allow qemu specific configurations for any qemu machine. Signed-off-by: Cristian Iorga --- 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 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"