mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00

Use the convert-overrides.py to convert to new syntax and manually fix some additional changes. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
33 lines
1.3 KiB
Plaintext
33 lines
1.3 KiB
Plaintext
#@TYPE: Machine
|
|
#@NAME: intel-core2-32
|
|
|
|
#@DESCRIPTION: Machine configuration for 32 bit Intel Core 2 CPU (and later) with MMX, SSE, SSE2, SSE3, and SSSE3 instruction set support. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware.
|
|
|
|
require conf/machine/include/meta-intel.inc
|
|
require conf/machine/include/intel-core2-32-common.inc
|
|
require conf/machine/include/intel-common-pkgarch.inc
|
|
|
|
MACHINE_FEATURES += "pcbios efi"
|
|
MACHINE_FEATURES += "wifi 3g nfc"
|
|
MACHINE_FEATURES += "intel-ucode"
|
|
|
|
MACHINE_HWCODECS ?= "intel-vaapi-driver gstreamer1.0-vaapi"
|
|
|
|
XSERVER ?= "${XSERVER_X86_BASE} \
|
|
${XSERVER_X86_EXT} \
|
|
${XSERVER_X86_FBDEV} \
|
|
${XSERVER_X86_I915} \
|
|
${XSERVER_X86_I965} \
|
|
${XSERVER_X86_MODESETTING} \
|
|
${XSERVER_X86_VESA} \
|
|
${XSERVER_X86_ASPEED_AST} \
|
|
"
|
|
|
|
SYSLINUX_OPTS = "serial 0 115200"
|
|
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyPCH0"
|
|
APPEND += "rootwait console=ttyS0,115200 console=ttyPCH0,115200 console=tty0"
|
|
|
|
IMAGE_FSTYPES += "wic"
|
|
WKS_FILE ?= "${@bb.utils.contains_any("EFI_PROVIDER", "systemd-boot", "systemd-bootdisk-microcode.wks.in", "grub-bootdisk-microcode.wks.in", d)}"
|
|
WKS_FILE_DEPENDS:append = " intel-microcode"
|