summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2013-08-26 21:15:18 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-27 10:55:08 +0100
commitbe5b80839e5a57c19f7e3ed0502b8b7c3184929f (patch)
treedd33904bf9c856cbe8ae729b79421d45f0ecb643 /meta-yocto-bsp/conf
parentad8836134e92ee90526f6638b29c760999d5035e (diff)
downloadpoky-be5b80839e5a57c19f7e3ed0502b8b7c3184929f.tar.gz
meta-yocto-bsp: Purge atom-pc in favor of genericx86
genericx86 is a superset of atom-pc, so remove all references to atom-pc. Note that genericx86 only has 3.10 linux-yocto support, that leaves us with no x86 BSP in meta-yocto-bsp for the 3.4 kernel. As a general rule, new BSPs are targeted at the current kernel version, so this is normal, but something worth noting. (From meta-yocto rev: 7a8ce1a8ba5a74e16da054c5a04302f028118ce0) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf')
-rw-r--r--meta-yocto-bsp/conf/machine/atom-pc.conf37
1 files changed, 0 insertions, 37 deletions
diff --git a/meta-yocto-bsp/conf/machine/atom-pc.conf b/meta-yocto-bsp/conf/machine/atom-pc.conf
deleted file mode 100644
index 6318d609b6..0000000000
--- a/meta-yocto-bsp/conf/machine/atom-pc.conf
+++ /dev/null
@@ -1,37 +0,0 @@
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.8%"
14PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
15XSERVER ?= "xserver-xorg \
16 xserver-xorg-extension-glx \
17 xf86-input-mouse \
18 xf86-input-keyboard \
19 xf86-input-evdev \
20 xf86-input-synaptics \
21 xf86-video-intel \
22 mesa-driver-i915 \
23 mesa-driver-i965"
24
25#MACHINE_EXTRA_RDEPENDS = "rt2860"
26
27MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
28
29IMAGE_FSTYPES ?= "ext3 cpio.gz live"
30
31APPEND += "usbcore.autosuspend=1"
32
33GLIBC_ADDONS = "nptl"
34
35EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi"
36
37ROOTLESS_X = "1"