summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine/atom-pc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto-bsp/conf/machine/atom-pc.conf')
-rw-r--r--meta-yocto-bsp/conf/machine/atom-pc.conf39
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
6include conf/machine/include/tune-atom.inc
7
8MACHINE_FEATURES = "screen keyboard pci usbhost ext2 ext3 x86 wifi acpi alsa"
9
10KERNEL_IMAGETYPE = "bzImage"
11
12PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
13PREFERRED_VERSION_linux-yocto ?= "3.0%"
14PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
15XSERVER ?= "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
29MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
30
31IMAGE_FSTYPES ?= "ext3 cpio.gz live"
32
33APPEND += "usbcore.autosuspend=1"
34
35GLIBC_ADDONS = "nptl"
36
37EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi"
38
39ROOTLESS_X = "1"