diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2012-08-23 22:50:55 -0500 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-08-29 10:29:08 -0500 |
| commit | 037ab0181ddd204ce7cf09f651ac481e1edd95b4 (patch) | |
| tree | 0b21866a87f912326664023f4e5fa4fee9de9969 /conf/machine | |
| parent | 7bf3db42625f473d09c47f87ed25de297b39cb35 (diff) | |
| download | meta-intel-037ab0181ddd204ce7cf09f651ac481e1edd95b4.tar.gz | |
ia32-base.inc: remove
This has been moved to oe-core, so remove it.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/include/ia32-base.inc | 58 |
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 | # | ||
| 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" | ||
