mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
This adds WIC Image support to the core2 and corei7 Intel BSPs, these are all designed to be copied to USB sticks via dd. This will create an efi boot partition along with a user space partition. It is not currently setup to have an install target, it only has a live boot target. Signed-off-by: Saul Wold <sgw@linux.intel.com>
40 lines
1.4 KiB
Plaintext
40 lines
1.4 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 += "va-impl-intel"
|
|
MACHINE_FEATURES += "wifi 3g nfc"
|
|
MACHINE_FEATURES += "intel-ucode"
|
|
|
|
MACHINE_HWCODECS ?= "va-intel gstreamer-vaapi-1.0"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware"
|
|
|
|
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check"
|
|
|
|
XSERVER ?= "${XSERVER_X86_BASE} \
|
|
${XSERVER_X86_EXT} \
|
|
${XSERVER_X86_FBDEV} \
|
|
${XSERVER_X86_I915} \
|
|
${XSERVER_X86_I965} \
|
|
${XSERVER_X86_MODESETTING} \
|
|
${XSERVER_X86_VESA} \
|
|
"
|
|
|
|
SYSLINUX_OPTS = "serial 0 115200"
|
|
SERIAL_CONSOLES = "115200;ttyS0 115200;ttyPCH0"
|
|
APPEND += "rootwait console=ttyS0,115200 console=ttyPCH0,115200 console=tty0"
|
|
|
|
PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915"
|
|
|
|
IMAGE_FSTYPES += "wic"
|
|
WKS_FILE ?= "systemd-bootdisk.wks"
|
|
do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot"
|
|
do_image_wic[recrdeptask] += "do_bootimg"
|