Pull request #161: Update to 6 6 kernel
Merge in ICO/coreos from update_to_6_6_kernel to master * commit '7f18f3d4b9064f4e4afbb542f555f389cd28a4b6': feat(eagle40-03): switch to kernel v6.6 for eagle-40-03 feat(meta-lts-mixins): add meta-lts-mixins layer fix(openembedded-core): update to latest version
This commit is contained in:
commit
9ebee57d3b
|
|
@ -30,3 +30,7 @@
|
||||||
path = external-layers/meta-ti
|
path = external-layers/meta-ti
|
||||||
url = ssh://git@bitbucket.gad.local:7999/ico/meta-ti.git
|
url = ssh://git@bitbucket.gad.local:7999/ico/meta-ti.git
|
||||||
branch = kirkstone
|
branch = kirkstone
|
||||||
|
[submodule "meta-lts-kernel-mixin"]
|
||||||
|
path = external-layers/meta-lts-kernel-mixin
|
||||||
|
url = ssh://git@bitbucket.gad.local:7999/ico/meta-lts-mixins.git
|
||||||
|
branch = coreos/kirkstone/kernel
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 228b24895f951bab648a21d084f42dc66599927c
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2b05f5c1608206cf423f6cc34d6718c7532fa025
|
Subproject commit 59cc2e75c15f8c6371a4c4a3b7bd2e6c3f145fbc
|
||||||
|
|
@ -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