diff options
author | Chris Larson <kergoth@openedhand.com> | 2006-08-18 09:31:38 +0000 |
---|---|---|
committer | Chris Larson <kergoth@openedhand.com> | 2006-08-18 09:31:38 +0000 |
commit | 45b048283ce2157d6c17d30a7c21d785bd1c6540 (patch) | |
tree | de94c49fec3a5e3cbeb8f509086575dd28dcf7d1 /meta/conf/machine/qemuarm.conf | |
parent | 10984ecd54feed390029271f4a82708e431bcfcb (diff) | |
download | poky-45b048283ce2157d6c17d30a7c21d785bd1c6540.tar.gz |
x86:
* Add qemux86 machine.
* Glibc 2.4 updates from upstream OE.
* Add linux-x86 kernel to satisfy the deps.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@616 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/qemuarm.conf')
-rw-r--r-- | meta/conf/machine/qemuarm.conf | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf index cc4daa491f..a64a58e9a2 100644 --- a/meta/conf/machine/qemuarm.conf +++ b/meta/conf/machine/qemuarm.conf | |||
@@ -5,19 +5,9 @@ | |||
5 | TARGET_ARCH = "arm" | 5 | TARGET_ARCH = "arm" |
6 | IPKG_EXTRA_ARCHS = "armv4 armv5te" | 6 | IPKG_EXTRA_ARCHS = "armv4 armv5te" |
7 | 7 | ||
8 | PCMCIA_MANAGER = "pcmciautils" | 8 | require conf/machine/include/qemu.conf |
9 | PREFERRED_PROVIDER_xserver = "xserver-kdrive" | 9 | require conf/machine/include/tune-arm926ejs.conf |
10 | GUI_MACHINE_CLASS = "bigscreen" | ||
11 | GPE_EXTRA_INSTALL += "gaim sylpheed" | ||
12 | |||
13 | include conf/machine/include/tune-arm926ejs.conf | ||
14 | 10 | ||
15 | SERIAL_CONSOLE = "115200 ttyAMA0" | 11 | SERIAL_CONSOLE = "115200 ttyAMA0" |
16 | 12 | ||
17 | PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" | 13 | PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" |
18 | |||
19 | MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget" | ||
20 | |||
21 | IMAGE_FSTYPES ?= "tar.bz2" | ||
22 | |||
23 | ROOT_FLASH_SIZE = "100" | ||