mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
Have n450.conf use the common ia32-base .inc file and remove the
open-coded machine settings. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
d2b3d84827
commit
6f65f6e44b
|
@ -4,44 +4,17 @@
|
||||||
#@DESCRIPTION: Machine configuration for Intel 1-N450 based systems
|
#@DESCRIPTION: Machine configuration for Intel 1-N450 based systems
|
||||||
|
|
||||||
include conf/machine/include/tune-atom.inc
|
include conf/machine/include/tune-atom.inc
|
||||||
|
include conf/machine/include/ia32-base.inc
|
||||||
|
|
||||||
MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
|
XSERVER ?= "${XSERVER_IA32_BASE} \
|
||||||
acpi serial"
|
${XSERVER_IA32_EXT} \
|
||||||
|
${XSERVER_IA32_I915} \
|
||||||
KERNEL_IMAGETYPE = "bzImage"
|
"
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
|
||||||
PREFERRED_VERSION_linux-yocto = "3.0%"
|
|
||||||
PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
|
|
||||||
PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim"
|
|
||||||
PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri"
|
|
||||||
PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
|
|
||||||
XSERVER ?= "xserver-xorg \
|
|
||||||
xserver-xorg-extension-dri \
|
|
||||||
xserver-xorg-extension-dri2 \
|
|
||||||
xserver-xorg-extension-glx \
|
|
||||||
xserver-xorg-extension-extmod \
|
|
||||||
xserver-xorg-extension-dbe \
|
|
||||||
xserver-xorg-module-libint10 \
|
|
||||||
xf86-input-mouse \
|
|
||||||
xf86-input-keyboard \
|
|
||||||
xf86-input-evdev \
|
|
||||||
xf86-input-synaptics \
|
|
||||||
xf86-video-intel \
|
|
||||||
mesa-dri-driver-i915"
|
|
||||||
|
|
||||||
SYSLINUX_OPTS = "serial 0 115200"
|
SYSLINUX_OPTS = "serial 0 115200"
|
||||||
SERIAL_CONSOLE = "115200 ttyS0"
|
SERIAL_CONSOLE = "115200 ttyS0"
|
||||||
APPEND += "console=ttyS0,115200 console=tty0"
|
APPEND += "console=ttyS0,115200 console=tty0"
|
||||||
|
|
||||||
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts n450-audio"
|
MACHINE_EXTRA_RRECOMMENDS += "n450-audio"
|
||||||
|
|
||||||
IMAGE_FSTYPES ?= "ext3 cpio.gz live"
|
|
||||||
|
|
||||||
GLIBC_ADDONS = "nptl"
|
|
||||||
GLIBC_EXTRA_OECONF = "--with-tls"
|
|
||||||
|
|
||||||
ROOTLESS_X = "1"
|
ROOTLESS_X = "1"
|
||||||
|
|
||||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user