mirror of
https://git.yoctoproject.org/poky
synced 2026-03-09 00:39:39 +01:00
5.14 has been removed from core, so we change our default version to the 5.15 LTS kernel. (From meta-yocto rev: a0241305e3785930f806529fd1b1d1a3831203d0) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
28 lines
887 B
PHP
28 lines
887 B
PHP
include conf/machine/include/x86/x86-base.inc
|
|
require conf/machine/include/x86/qemuboot-x86.inc
|
|
MACHINE_FEATURES += "wifi efi pcbios"
|
|
|
|
PREFERRED_VERSION_linux-yocto ?= "5.15%"
|
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
|
PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
|
|
XSERVER ?= "${XSERVER_X86_BASE} \
|
|
${XSERVER_X86_EXT} \
|
|
${XSERVER_X86_I915} \
|
|
${XSERVER_X86_I965} \
|
|
${XSERVER_X86_FBDEV} \
|
|
${XSERVER_X86_VESA} \
|
|
${XSERVER_X86_MODESETTING} \
|
|
"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware"
|
|
|
|
GLIBC_ADDONS = "nptl"
|
|
|
|
EXTRA_OECONF:append:pn-matchbox-panel-2 = " --with-battery=acpi"
|
|
|
|
IMAGE_FSTYPES += "wic wic.bmap"
|
|
WKS_FILE ?= "genericx86.wks.in"
|
|
EFI_PROVIDER ??= "grub-efi"
|
|
do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot"
|
|
do_image_wic[recrdeptask] += "do_bootimg"
|