diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-05 13:25:58 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-05 17:32:15 +0100 |
| commit | 2000698b17011bbde1c3e5bb01a7d6763316db5a (patch) | |
| tree | 5080d6d280487d6a8341c18ae56706e5157a0823 /meta-yocto-bsp/conf/machine/atom-pc.conf | |
| parent | 9d6630d1749486e38066650e1de5849c9524adbc (diff) | |
| download | poky-2000698b17011bbde1c3e5bb01a7d6763316db5a.tar.gz | |
meta-yocto: Split into distro and bsp components
Now we have settled on best practises and compliance criteria, bring meta-yocto
into compliance by separating out the hardware support components into
meta-yocto-bsp leaving policy configuration in meta-yocto.
Also rename the meta-yocto scripts directory to OE-Core can be a clearly
isolated component in poky.
(From meta-yocto rev: eac90e27a032ea23d9a4f35c7eef8b1940c80e22)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine/atom-pc.conf')
| -rw-r--r-- | meta-yocto-bsp/conf/machine/atom-pc.conf | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/meta-yocto-bsp/conf/machine/atom-pc.conf b/meta-yocto-bsp/conf/machine/atom-pc.conf new file mode 100644 index 0000000000..46bc71b75d --- /dev/null +++ b/meta-yocto-bsp/conf/machine/atom-pc.conf | |||
| @@ -0,0 +1,39 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Atom-PC | ||
| 3 | |||
| 4 | #@DESCRIPTION: Machine configuration for Intel Atom based PCs. Currently supported machines are the Asus eee901, Acer Aspire One, Toshiba NB305, and Intel BlackSand development board. | ||
| 5 | |||
| 6 | include conf/machine/include/tune-atom.inc | ||
| 7 | |||
| 8 | MACHINE_FEATURES = "screen keyboard pci usbhost ext2 ext3 x86 wifi acpi alsa" | ||
| 9 | |||
| 10 | KERNEL_IMAGETYPE = "bzImage" | ||
| 11 | |||
| 12 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | ||
| 13 | PREFERRED_VERSION_linux-yocto ?= "3.0%" | ||
| 14 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | ||
| 15 | XSERVER ?= "xserver-xorg \ | ||
| 16 | xserver-xorg-extension-dri2 \ | ||
| 17 | xserver-xorg-extension-glx \ | ||
| 18 | xserver-xorg-extension-extmod \ | ||
| 19 | xserver-xorg-extension-dbe \ | ||
| 20 | xf86-input-mouse \ | ||
| 21 | xf86-input-keyboard \ | ||
| 22 | xf86-input-evdev \ | ||
| 23 | xf86-input-synaptics \ | ||
| 24 | xf86-video-intel \ | ||
| 25 | mesa-dri-driver-i915" | ||
| 26 | |||
| 27 | #MACHINE_EXTRA_RDEPENDS = "rt2860" | ||
| 28 | |||
| 29 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" | ||
| 30 | |||
| 31 | IMAGE_FSTYPES ?= "ext3 cpio.gz live" | ||
| 32 | |||
| 33 | APPEND += "usbcore.autosuspend=1" | ||
| 34 | |||
| 35 | GLIBC_ADDONS = "nptl" | ||
| 36 | |||
| 37 | EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi" | ||
| 38 | |||
| 39 | ROOTLESS_X = "1" | ||
