aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-5.15.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-5.15.inc')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-5.15.inc27
1 files changed, 16 insertions, 11 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-5.15.inc b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-5.15.inc
index d8cb82fe..18fad6d9 100644
--- a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-5.15.inc
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-5.15.inc
@@ -1,15 +1,15 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/linux-yocto-5.15:"
-KMACHINE:amd ?= "common-pc-64"
-SRCREV_meta:amd ?= "63e25b5717751b4b33685bd5991d10c52934a4c6"
-LINUX_VERSION:amd ?= "5.15.32"
-LINUX_VERSION_EXTENSION:amd ?= "-amd-${LINUX_KERNEL_TYPE}"
+KMACHINE = "common-pc-64"
+SRCREV_meta = "1128d7bcdcde490d4f35cc00c97f5410bb240d99"
+LINUX_VERSION = "5.15.68"
+LINUX_VERSION_EXTENSION = "-amd-${LINUX_KERNEL_TYPE}"
COMPATIBLE_MACHINE = "${MACHINE}"
-INC_PR := "r0"
+INC_PR := "r1"
-SRC_URI:append:amd = " \
+SRC_URI:append = " \
file://amdx86.cfg \
file://amdx86-user-config.cfg \
file://amdx86-extra-config.cfg \
@@ -25,14 +25,19 @@ SRC_URI:append:amd = " \
file://spi-driver.cfg \
file://wdt-driver.cfg \
file://wifi-drivers.cfg \
- file://disabled.cfg \
${@bb.utils.contains('MACHINE_FEATURES', 'ccp', 'file://amd-ccp.cfg', '', d)} \
${@bb.utils.contains('MACHINE_FEATURES', 'screen', 'file://enable-graphics.cfg', 'file://disable-graphics.cfg', d)} \
- ${@bb.utils.contains('MACHINE_FEATURES', 'screen-console', 'file://enable-screen-console.cfg', 'file://disable-screen-console.cfg', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'file://enable-bluetooth.cfg', 'file://disable-bluetooth.cfg', d)} \
${@bb.utils.contains('DISTRO', 'poky-amd', 'file://enable-kgdb.cfg', 'file://disable-kgdb.cfg', d)} \
${@bb.utils.contains('EXTRA_IMAGE_FEATURES', 'amd-feature-networking', 'file://dpdk.cfg', '', d)} \
- file://amd-xgbe-patches.scc \
- file://amd-spi-patches.scc \
- file://amd-usb-patches.scc \
+ file://fragment.cfg \
+ file://upstream.scc \
+ file://core.scc \
+ file://spi.scc \
+ file://smbus.scc \
+ file://ucsi.scc \
+ file://wdt.scc \
+ file://usb.scc \
+ file://net-phy.scc \
+ file://xgbe.scc \
"