feat(eagle40-03): switch to kernel v6.6 for eagle-40-03
This commit is contained in:
parent
af777ece70
commit
7f18f3d4b9
|
|
@ -10,7 +10,7 @@ MACHINE_FEATURES += "pci usbhost x86 acpi serial efi tpm2 "
|
||||||
# Kernel configuration
|
# Kernel configuration
|
||||||
# ******************************************************************************
|
# ******************************************************************************
|
||||||
|
|
||||||
PREFERRED_VERSION_linux-yocto ?= "5.15%"
|
PREFERRED_VERSION_linux-yocto ?= "6.6%"
|
||||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
||||||
|
|
||||||
KERNEL_IMAGETYPE = "bzImage"
|
KERNEL_IMAGETYPE = "bzImage"
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
||||||
|
|
||||||
|
KMACHINE:eagle40-03 ?= "common-pc-64"
|
||||||
|
COMPATIBLE_MACHINE:eagle40-03 = "eagle40-03"
|
||||||
|
|
||||||
|
require ${@bb.utils.contains("COMBINED_FEATURES", "efi", "linux-yocto-coreos-efi.inc", "", d)}
|
||||||
|
|
@ -23,4 +23,5 @@ BBLAYERS ?= " \
|
||||||
##COREOS_EXTLAYERSDIR##/meta-arm/meta-arm \
|
##COREOS_EXTLAYERSDIR##/meta-arm/meta-arm \
|
||||||
##COREOS_EXTLAYERSDIR##/meta-arm/meta-arm-toolchain \
|
##COREOS_EXTLAYERSDIR##/meta-arm/meta-arm-toolchain \
|
||||||
##COREOS_EXTLAYERSDIR##/meta-ti/meta-ti-bsp \
|
##COREOS_EXTLAYERSDIR##/meta-ti/meta-ti-bsp \
|
||||||
|
##COREOS_EXTLAYERSDIR##/meta-lts-mixins \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue