mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
ia32-base.inc: new include file
The meta-intel BSPs currently have a number of machine settings common to all - factor these out into a common include file. Also add several new intel-specific XSERVER variables for building XSERVER variables in BSPs. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
49a4dfe2f3
commit
9e032536dc
58
conf/machine/include/ia32-base.inc
Normal file
58
conf/machine/include/ia32-base.inc
Normal file
|
@ -0,0 +1,58 @@
|
|||
#
|
||||
# base machine settings for ia32-architecture BSPs
|
||||
#
|
||||
|
||||
#
|
||||
# common settings for Intel-based machines
|
||||
#
|
||||
MACHINE_FEATURES += "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
|
||||
acpi serial usbgadget"
|
||||
|
||||
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"
|
||||
GLIBC_EXTRA_OECONF += "--with-tls"
|
||||
|
||||
#
|
||||
# kernel-related variables
|
||||
#
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
||||
PREFERRED_VERSION_linux-yocto ?= "3.0%"
|
||||
PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
|
||||
|
||||
#
|
||||
# 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-i965 \
|
||||
"
|
||||
|
||||
XSERVER_IA32_EMGD = "emgd-driver-bin"
|
||||
|
||||
XSERVER_IA32_VESA = "xf86-video-vesa"
|
Loading…
Reference in New Issue
Block a user