diff options
| -rw-r--r-- | meta/conf/machine/include/ia32-base.inc | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/meta/conf/machine/include/ia32-base.inc b/meta/conf/machine/include/ia32-base.inc new file mode 100644 index 0000000000..af583ae184 --- /dev/null +++ b/meta/conf/machine/include/ia32-base.inc | |||
| @@ -0,0 +1,58 @@ | |||
| 1 | # | ||
| 2 | # base machine settings for ia32-architecture BSPs | ||
| 3 | # | ||
| 4 | |||
| 5 | # | ||
| 6 | # common settings for Intel-based machines | ||
| 7 | # | ||
| 8 | MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \ | ||
| 9 | acpi serial usbgadget alsa" | ||
| 10 | |||
| 11 | MACHINE_EXTRA_RRECOMMENDS += "kernel-modules eee-acpi-scripts" | ||
| 12 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "grub" | ||
| 13 | |||
| 14 | IMAGE_FSTYPES += "ext3 cpio.gz live" | ||
| 15 | |||
| 16 | KERNEL_IMAGETYPE ?= "bzImage" | ||
| 17 | |||
| 18 | SERIAL_CONSOLE ?= "115200 ttyS0" | ||
| 19 | |||
| 20 | # | ||
| 21 | # glibc-related variables | ||
| 22 | # | ||
| 23 | GLIBC_ADDONS ?= "nptl" | ||
| 24 | |||
| 25 | # | ||
| 26 | # kernel-related variables | ||
| 27 | # | ||
| 28 | PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto" | ||
| 29 | PREFERRED_VERSION_linux-yocto ??= "3.0%" | ||
| 30 | |||
| 31 | # | ||
| 32 | # XSERVER subcomponents, used to build the XSERVER variable | ||
| 33 | # | ||
| 34 | XSERVER_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 | |||
| 42 | XSERVER_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 | |||
| 50 | XSERVER_IA32_I915 = "xf86-video-intel \ | ||
| 51 | mesa-dri-driver-i915 \ | ||
| 52 | " | ||
| 53 | |||
| 54 | XSERVER_IA32_I965 = "xf86-video-intel \ | ||
| 55 | mesa-dri-driver-i965 \ | ||
| 56 | " | ||
| 57 | |||
| 58 | XSERVER_IA32_VESA = "xf86-video-vesa" | ||
