diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb index 426266e9a5..91bf0350d5 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb @@ -11,13 +11,13 @@ python () { raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "82bab3e1d1637710832e9fe0a222d876b5f9e9e2" -SRCREV_meta ?= "1427f4d13f99b5b3811ef5f4207b6ff43cf1771a" +SRCREV_machine ?= "f8d4297d452f7c832d90bfb992d90db2e30ffc23" +SRCREV_meta ?= "21fd5becb1ed083a28e57af46709578f83dd2910" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" -LINUX_VERSION ?= "5.15.156" +LINUX_VERSION ?= "5.15.157" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb index 1ea634f2e1..722523ced9 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb @@ -5,7 +5,7 @@ KCONFIG_MODE = "--allnoconfig" require recipes-kernel/linux/linux-yocto.inc -LINUX_VERSION ?= "5.15.156" +LINUX_VERSION ?= "5.15.157" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" @@ -14,8 +14,8 @@ DEPENDS += "openssl-native util-linux-native" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "a94a5a767e0b0014c4d1f4ac6587bd30af2b18d5" -SRCREV_meta ?= "1427f4d13f99b5b3811ef5f4207b6ff43cf1771a" +SRCREV_machine ?= "7a8fce8cbd9a8a7d68a0c2537141c85d63f6eda3" +SRCREV_meta ?= "21fd5becb1ed083a28e57af46709578f83dd2910" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_5.15.bb b/meta/recipes-kernel/linux/linux-yocto_5.15.bb index 0601353e1c..6784703ce2 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.15.bb @@ -14,24 +14,24 @@ KBRANCH:qemux86 ?= "v5.15/standard/base" KBRANCH:qemux86-64 ?= "v5.15/standard/base" KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64" -SRCREV_machine:qemuarm ?= "7125a4b2f341b906fa6ad96d7b5caab2fe031b40" -SRCREV_machine:qemuarm64 ?= "a71076982c5b7d5f38a7c00ab4fd6f4f907e267d" -SRCREV_machine:qemumips ?= "0d5ad939681fe4971f4895b909554d755ba72d66" -SRCREV_machine:qemuppc ?= "46ff907d522c13b8f6fab5a0da95f7a9807e2595" -SRCREV_machine:qemuriscv64 ?= "70388803a5a55f986721232d0160381bb8097ba3" -SRCREV_machine:qemuriscv32 ?= "70388803a5a55f986721232d0160381bb8097ba3" -SRCREV_machine:qemux86 ?= "70388803a5a55f986721232d0160381bb8097ba3" -SRCREV_machine:qemux86-64 ?= "70388803a5a55f986721232d0160381bb8097ba3" -SRCREV_machine:qemumips64 ?= "a1357daf3592cb612b67058e401d5b05aebde45e" -SRCREV_machine ?= "70388803a5a55f986721232d0160381bb8097ba3" -SRCREV_meta ?= "1427f4d13f99b5b3811ef5f4207b6ff43cf1771a" +SRCREV_machine:qemuarm ?= "b844615e2b799c40eac746cd24e009b620114230" +SRCREV_machine:qemuarm64 ?= "aeb63de10514b28d35049f285ae9a371d6d5ccd2" +SRCREV_machine:qemumips ?= "3740052e902e15416c22ce7f2544de7afe83a845" +SRCREV_machine:qemuppc ?= "167c9e8d0e760cfb299408647efe46214fd06ac0" +SRCREV_machine:qemuriscv64 ?= "f0d16a142e32a7934da39a12bd983a00e629bb48" +SRCREV_machine:qemuriscv32 ?= "f0d16a142e32a7934da39a12bd983a00e629bb48" +SRCREV_machine:qemux86 ?= "f0d16a142e32a7934da39a12bd983a00e629bb48" +SRCREV_machine:qemux86-64 ?= "f0d16a142e32a7934da39a12bd983a00e629bb48" +SRCREV_machine:qemumips64 ?= "d34e0789d8d5e0d7ab521889e80967edcac38dc6" +SRCREV_machine ?= "f0d16a142e32a7934da39a12bd983a00e629bb48" +SRCREV_meta ?= "21fd5becb1ed083a28e57af46709578f83dd2910" # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll # get the /base branch, which is pure upstream -stable, and the same # meta SRCREV as the linux-yocto-standard builds. Select your version using the # normal PREFERRED_VERSION settings. BBCLASSEXTEND = "devupstream:target" -SRCREV_machine:class-devupstream ?= "c52b9710c83d3b8ab63bb217cc7c8b61e13f12cd" +SRCREV_machine:class-devupstream ?= "b925f60c6ee7ec871d2d48575d0fde3872129c20" PN:class-devupstream = "linux-yocto-upstream" KBRANCH:class-devupstream = "v5.15/base" @@ -39,7 +39,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-5.15;destsuffix=${KMETA}" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" -LINUX_VERSION ?= "5.15.156" +LINUX_VERSION ?= "5.15.157" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" DEPENDS += "openssl-native util-linux-native"