From 037ab0181ddd204ce7cf09f651ac481e1edd95b4 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Thu, 23 Aug 2012 22:50:55 -0500 Subject: ia32-base.inc: remove This has been moved to oe-core, so remove it. Signed-off-by: Tom Zanussi --- conf/machine/include/ia32-base.inc | 58 -------------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 conf/machine/include/ia32-base.inc (limited to 'conf') 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 @@ -# -# base machine settings for ia32-architecture BSPs -# - -# -# common settings for Intel-based machines -# -MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \ - acpi serial usbgadget alsa" - -MACHINE_EXTRA_RRECOMMENDS += "kernel-modules eee-acpi-scripts" -MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "grub" - -IMAGE_FSTYPES += "ext3 cpio.gz live" - -KERNEL_IMAGETYPE ?= "bzImage" - -SERIAL_CONSOLE ?= "115200 ttyS0" - -# -# glibc-related variables -# -GLIBC_ADDONS ?= "nptl" - -# -# kernel-related variables -# -PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto" -PREFERRED_VERSION_linux-yocto ??= "3.0%" - -# -# XSERVER subcomponents, used to build the XSERVER variable -# -XSERVER_IA32_BASE = "xserver-xorg \ - xf86-input-mouse \ - xf86-input-keyboard \ - xf86-input-evdev \ - xf86-input-synaptics \ - mesa-dri \ - " - -XSERVER_IA32_EXT = "xserver-xorg-extension-dri \ - xserver-xorg-extension-dri2 \ - xserver-xorg-extension-glx \ - xserver-xorg-extension-extmod \ - xserver-xorg-extension-dbe \ - xserver-xorg-module-libint10 \ - " - -XSERVER_IA32_I915 = "xf86-video-intel \ - mesa-dri-driver-i915 \ - " - -XSERVER_IA32_I965 = "xf86-video-intel \ - mesa-dri-driver-i965 \ - " - -XSERVER_IA32_VESA = "xf86-video-vesa" -- cgit v1.2.3-54-g00ecf