summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/ia32-base.inc58
1 files changed, 0 insertions, 58 deletions
diff --git a/conf/machine/include/ia32-base.inc b/conf/machine/include/ia32-base.inc
deleted file mode 100644
index af583ae1..00000000
--- a/conf/machine/include/ia32-base.inc
+++ /dev/null
@@ -1,58 +0,0 @@
1#
2# base machine settings for ia32-architecture BSPs
3#
4
5#
6# common settings for Intel-based machines
7#
8MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \
9 acpi serial usbgadget alsa"
10
11MACHINE_EXTRA_RRECOMMENDS += "kernel-modules eee-acpi-scripts"
12MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "grub"
13
14IMAGE_FSTYPES += "ext3 cpio.gz live"
15
16KERNEL_IMAGETYPE ?= "bzImage"
17
18SERIAL_CONSOLE ?= "115200 ttyS0"
19
20#
21# glibc-related variables
22#
23GLIBC_ADDONS ?= "nptl"
24
25#
26# kernel-related variables
27#
28PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
29PREFERRED_VERSION_linux-yocto ??= "3.0%"
30
31#
32# XSERVER subcomponents, used to build the XSERVER variable
33#
34XSERVER_IA32_BASE = "xserver-xorg \
35 xf86-input-mouse \
36 xf86-input-keyboard \
37 xf86-input-evdev \
38 xf86-input-synaptics \
39 mesa-dri \
40 "
41
42XSERVER_IA32_EXT = "xserver-xorg-extension-dri \
43 xserver-xorg-extension-dri2 \
44 xserver-xorg-extension-glx \
45 xserver-xorg-extension-extmod \
46 xserver-xorg-extension-dbe \
47 xserver-xorg-module-libint10 \
48 "
49
50XSERVER_IA32_I915 = "xf86-video-intel \
51 mesa-dri-driver-i915 \
52 "
53
54XSERVER_IA32_I965 = "xf86-video-intel \
55 mesa-dri-driver-i965 \
56 "
57
58XSERVER_IA32_VESA = "xf86-video-vesa"