diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb index fab90bcc14..22af5c2a99 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb @@ -14,13 +14,13 @@ python () { raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "796ebf5cd0bb25e473fead08d0e3c8c1b68f0676" +SRCREV_machine ?= "99c037f00af27169304f268e388fa3fc65688633" SRCREV_meta ?= "b162eec5fa39c4658181073e741efe3a9d498454" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.6;destsuffix=${KMETA};protocol=https" -LINUX_VERSION ?= "6.6.135" +LINUX_VERSION ?= "6.6.136" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb index 80234909a3..1153249b8d 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb @@ -8,7 +8,7 @@ require recipes-kernel/linux/linux-yocto.inc # CVE exclusions include recipes-kernel/linux/cve-exclusion_6.6.inc -LINUX_VERSION ?= "6.6.135" +LINUX_VERSION ?= "6.6.136" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" @@ -17,7 +17,7 @@ DEPENDS += "openssl-native util-linux-native" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "8c3e42c1177c1cf7f4b028ffe1ddacf5a7e8b018" +SRCREV_machine ?= "4aa4f6df28cc4541355f39ce0c40237408690c14" SRCREV_meta ?= "b162eec5fa39c4658181073e741efe3a9d498454" PV = "${LINUX_VERSION}+git" diff --git a/meta/recipes-kernel/linux/linux-yocto_6.6.bb b/meta/recipes-kernel/linux/linux-yocto_6.6.bb index 43d0ad9c8e..f2307dd6e0 100644 --- a/meta/recipes-kernel/linux/linux-yocto_6.6.bb +++ b/meta/recipes-kernel/linux/linux-yocto_6.6.bb @@ -18,17 +18,17 @@ KBRANCH:qemux86-64 ?= "v6.6/standard/base" KBRANCH:qemuloongarch64 ?= "v6.6/standard/base" KBRANCH:qemumips64 ?= "v6.6/standard/mti-malta64" -SRCREV_machine:qemuarm ?= "e3d837b99e32b26f86c7e0c956787aa7ac11cbc8" -SRCREV_machine:qemuarm64 ?= "440d78702ecd1f42162acba37434033a5ca903cb" -SRCREV_machine:qemuloongarch64 ?= "97fc5acdc890a23017140ff16705091544b0ab09" -SRCREV_machine:qemumips ?= "8692ec9071ca8f4432c2c3409bf79240f34a7af5" -SRCREV_machine:qemuppc ?= "d49f40c6896b5d1ac37a84564ed7ab5b7a839519" -SRCREV_machine:qemuriscv64 ?= "97fc5acdc890a23017140ff16705091544b0ab09" -SRCREV_machine:qemuriscv32 ?= "97fc5acdc890a23017140ff16705091544b0ab09" -SRCREV_machine:qemux86 ?= "97fc5acdc890a23017140ff16705091544b0ab09" -SRCREV_machine:qemux86-64 ?= "97fc5acdc890a23017140ff16705091544b0ab09" -SRCREV_machine:qemumips64 ?= "91b8fff701cdc434e211a58915886224eb6e0d1a" -SRCREV_machine ?= "97fc5acdc890a23017140ff16705091544b0ab09" +SRCREV_machine:qemuarm ?= "9d8556efa4dbd3ee1cfac4af6426a8476637fcef" +SRCREV_machine:qemuarm64 ?= "aaa7c5002cfdf0f46dcf9239f3074aee1e29741d" +SRCREV_machine:qemuloongarch64 ?= "59f5af18d31e596ec928a48848bd837d53e06c26" +SRCREV_machine:qemumips ?= "d9adf59334edff1b09b883ea5717895e9735aa13" +SRCREV_machine:qemuppc ?= "52b968d255a67240a548e64e784d3f5269ca3894" +SRCREV_machine:qemuriscv64 ?= "59f5af18d31e596ec928a48848bd837d53e06c26" +SRCREV_machine:qemuriscv32 ?= "59f5af18d31e596ec928a48848bd837d53e06c26" +SRCREV_machine:qemux86 ?= "59f5af18d31e596ec928a48848bd837d53e06c26" +SRCREV_machine:qemux86-64 ?= "59f5af18d31e596ec928a48848bd837d53e06c26" +SRCREV_machine:qemumips64 ?= "746738b15a00d5d36105d09ea0f259f44be48ad5" +SRCREV_machine ?= "59f5af18d31e596ec928a48848bd837d53e06c26" SRCREV_meta ?= "b162eec5fa39c4658181073e741efe3a9d498454" # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll @@ -36,7 +36,7 @@ SRCREV_meta ?= "b162eec5fa39c4658181073e741efe3a9d498454" # meta SRCREV as the linux-yocto-standard builds. Select your version using the # normal PREFERRED_VERSION settings. BBCLASSEXTEND = "devupstream:target" -SRCREV_machine:class-devupstream ?= "9760bf04666dfe154161d49b6207c3486685bf29" +SRCREV_machine:class-devupstream ?= "142cd8382222d9b135e0029da6830e5e30444d34" PN:class-devupstream = "linux-yocto-upstream" KBRANCH:class-devupstream = "v6.6/base" @@ -44,7 +44,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.6;destsuffix=${KMETA};protocol=https" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" -LINUX_VERSION ?= "6.6.135" +LINUX_VERSION ?= "6.6.136" PV = "${LINUX_VERSION}+git"