diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2011-11-15 23:01:39 -0600 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-11-21 09:30:00 -0600 |
| commit | 0d39ed8727fca64e0a3ea428c4977d8a1a9ad2c8 (patch) | |
| tree | ba6137720ffd63fa6d6323c1c27fcf02ac537759 | |
| parent | 33667aa9ef5e46b2699fcc728d98d66b76c530a2 (diff) | |
| download | meta-intel-0d39ed8727fca64e0a3ea428c4977d8a1a9ad2c8.tar.gz | |
Have emenlow.conf use the common ia32-base .inc file and remove the
open-coded machine settings.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
| -rw-r--r-- | meta-emenlow/conf/machine/emenlow.conf | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf index 06cba370..5a14b260 100644 --- a/meta-emenlow/conf/machine/emenlow.conf +++ b/meta-emenlow/conf/machine/emenlow.conf | |||
| @@ -5,21 +5,14 @@ | |||
| 5 | # Webs-2120 box. | 5 | # Webs-2120 box. |
| 6 | 6 | ||
| 7 | include conf/machine/include/tune-atom.inc | 7 | include conf/machine/include/tune-atom.inc |
| 8 | include conf/machine/include/ia32-base.inc | ||
| 8 | 9 | ||
| 9 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ | ||
| 10 | acpi serial usbgadget" | ||
| 11 | |||
| 12 | KERNEL_IMAGETYPE = "bzImage" | ||
| 13 | |||
| 14 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | ||
| 15 | PREFERRED_VERSION_linux-yocto ?= "3.0%" | ||
| 16 | |||
| 17 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | ||
| 18 | PREFERRED_PROVIDER_libdrm = "libdrm-poulsbo" | 10 | PREFERRED_PROVIDER_libdrm = "libdrm-poulsbo" |
| 19 | PREFERRED_PROVIDER_drm = "libdrm-poulsbo" | 11 | PREFERRED_PROVIDER_drm = "libdrm-poulsbo" |
| 20 | PREFERRED_PROVIDER_virtual/libx11 = "libx11-trim" | 12 | PREFERRED_PROVIDER_virtual/libx11 = "libx11-trim" |
| 21 | PREFERRED_PROVIDER_virtual/libgl = "xpsb-glx" | 13 | PREFERRED_PROVIDER_virtual/libgl = "xpsb-glx" |
| 22 | PREFERRED_PROVIDER_virtual/xserver = "xserver-psb" | 14 | PREFERRED_PROVIDER_virtual/xserver = "xserver-psb" |
| 15 | PREFERRED_PROVIDER_virtual/xserver-xf86 = "xserver-psb" | ||
| 23 | PREFERRED_PROVIDER_mesa-dri = "xpsb-glx" | 16 | PREFERRED_PROVIDER_mesa-dri = "xpsb-glx" |
| 24 | XSERVER ?= "xserver-psb \ | 17 | XSERVER ?= "xserver-psb \ |
| 25 | xserver-psb-extension-dri \ | 18 | xserver-psb-extension-dri \ |
| @@ -32,16 +25,4 @@ XSERVER ?= "xserver-psb \ | |||
| 32 | xf86-input-keyboard \ | 25 | xf86-input-keyboard \ |
| 33 | xf86-input-evdev" | 26 | xf86-input-evdev" |
| 34 | 27 | ||
| 35 | SERIAL_CONSOLE = "115200 ttyS0" | ||
| 36 | |||
| 37 | APPEND += "video=vesafb vga=0x318" | 28 | APPEND += "video=vesafb vga=0x318" |
| 38 | |||
| 39 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" | ||
| 40 | |||
| 41 | IMAGE_FSTYPES ?= "ext3 cpio.gz live" | ||
| 42 | |||
| 43 | GLIBC_ADDONS = "nptl" | ||
| 44 | GLIBC_EXTRA_OECONF = "--with-tls" | ||
| 45 | |||
| 46 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub" | ||
| 47 | |||
