mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
fri2 and sys940x need to use emgd-1.10 instead of the newer 1.14. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
39 lines
1.3 KiB
Plaintext
39 lines
1.3 KiB
Plaintext
#@TYPE: Machine
|
|
#@NAME: fri2
|
|
|
|
#@DESCRIPTION: Machine configuration for Fish River Island II systems
|
|
# i.e. E660 + EG20T
|
|
|
|
require conf/machine/include/tune-atom.inc
|
|
require conf/machine/include/ia32-base.inc
|
|
require conf/machine/include/meta-intel.inc
|
|
|
|
VA_FEATURES = "${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", \
|
|
"commercial", "gst-va-intel va-intel", "va-intel", d)}"
|
|
|
|
MACHINE_FEATURES += "wifi 3g pcbios efi va-impl-mixvideo"
|
|
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-iwlwifi-6000g2a-5 ${VA_FEATURES}"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
|
PREFERRED_VERSION_linux-yocto = "3.2%"
|
|
|
|
XSERVER ?= "${XSERVER_IA32_BASE} \
|
|
${XSERVER_IA32_EXT} \
|
|
${XSERVER_IA32_EMGD} \
|
|
"
|
|
|
|
PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
|
|
PREFERRED_VERSION_mesa-dri ?= "7.11"
|
|
PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
|
|
PREFERRED_VERSION_emgd-driver-bin ?= "1.10"
|
|
|
|
# Syslinux does not know about the 64MHz uart clock and it does not detect the
|
|
# serial device by number. Use the IO port directly and divide the baud down to
|
|
# trick syslinux into configuring a 115200 baud.
|
|
SYSLINUX_OPTS = "serial 0xb060 3318"
|
|
SERIAL_CONSOLE = "115200 ttyPCH1"
|
|
APPEND += "console=ttyPCH1,115200 console=tty0"
|
|
|
|
# EFI boot will ignore this and use the EFI framebuffer at 800x600
|
|
APPEND += "video=vesafb vga=0x318"
|