diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-01-15 22:08:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-16 11:57:31 +0000 |
commit | d66d8ae962b6bab43e70b54625c57aaba29d88eb (patch) | |
tree | 56c8551e7b4c8f89e76dba7afa7bd3bdc59b3221 /meta/conf/machine/include/qemu.inc | |
parent | 5119330fb1a4a36100199ed0b94e258f6042de7d (diff) | |
download | poky-d66d8ae962b6bab43e70b54625c57aaba29d88eb.tar.gz |
qemu: machine override ability added
Add override ability to qemu to allow qemu specific
configurations for any qemu machine.
(From OE-Core rev: 4ee668a558e5d4a6d14e29c9fe88b8bb642a16a9)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/qemu.inc')
-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 5d59a7fc02..c1012ab337 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta/conf/machine/include/qemu.inc | |||
@@ -10,6 +10,8 @@ XSERVER ?= "xserver-xorg \ | |||
10 | 10 | ||
11 | MACHINE_FEATURES = "apm alsa pcmcia bluetooth irda usbgadget screen" | 11 | MACHINE_FEATURES = "apm alsa pcmcia bluetooth irda usbgadget screen" |
12 | 12 | ||
13 | MACHINEOVERRIDES .= ":qemuall" | ||
14 | |||
13 | IMAGE_FSTYPES += "tar.bz2 ext3" | 15 | IMAGE_FSTYPES += "tar.bz2 ext3" |
14 | 16 | ||
15 | ROOT_FLASH_SIZE = "280" | 17 | ROOT_FLASH_SIZE = "280" |