mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
Create the corresponding 6.1 bbappend and also update the default kernel to 6.1 for all the boards. (From meta-yocto rev: 7494f08fa1c85611a1dce3444a2737ef06fc8fdf) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
28 lines
886 B
PHP
28 lines
886 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 ?= "6.1%"
|
|
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"
|