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 9a616c6580..ee39aabbac 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 ?= "66fb50de38a98582ec630efde6e48779cf1ad8a9" -SRCREV_meta ?= "567f0adb9d6462279d2e024153d0a8c3a3ff0551" +SRCREV_machine ?= "282f09eae637932615463274dd0c76a862a7c3d8" +SRCREV_meta ?= "150b4c5d88b91e848d757c8cad9d841b91163b75" 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.166" +LINUX_VERSION ?= "5.15.167" 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 bb64fc455d..7d3a73d109 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.166" +LINUX_VERSION ?= "5.15.167" 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 ?= "38da3ed27e665b67bab0063860ee41eb65d77a37" -SRCREV_meta ?= "567f0adb9d6462279d2e024153d0a8c3a3ff0551" +SRCREV_machine ?= "f280216b8c5a4795f402e24a31689a6d492d078e" +SRCREV_meta ?= "150b4c5d88b91e848d757c8cad9d841b91163b75" 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 377ae22e80..9ac3e8368d 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 ?= "b289f21c7b9243734e00379101f3c95ebb141a5b" -SRCREV_machine:qemuarm64 ?= "37bacb1a9110a39a0e993b74136209f78706a803" -SRCREV_machine:qemumips ?= "c94b9753f5b0c765642d735b691247d2c1fb839d" -SRCREV_machine:qemuppc ?= "c8834e0bad0de37a2d70a07fdc52e7460d685611" -SRCREV_machine:qemuriscv64 ?= "a78a1043113066981d74825afce38bca3063664f" -SRCREV_machine:qemuriscv32 ?= "a78a1043113066981d74825afce38bca3063664f" -SRCREV_machine:qemux86 ?= "a78a1043113066981d74825afce38bca3063664f" -SRCREV_machine:qemux86-64 ?= "a78a1043113066981d74825afce38bca3063664f" -SRCREV_machine:qemumips64 ?= "28da2017909cb5a715a71c53654cc098e61821cd" -SRCREV_machine ?= "a78a1043113066981d74825afce38bca3063664f" -SRCREV_meta ?= "567f0adb9d6462279d2e024153d0a8c3a3ff0551" +SRCREV_machine:qemuarm ?= "6eac800fa7a11f4de7a74b578efa0bba47360ded" +SRCREV_machine:qemuarm64 ?= "866724b5bb6c32f16adb648e4b251227b711ea07" +SRCREV_machine:qemumips ?= "bbb3f06bae8f8954e6725a75fd693512d91c5f29" +SRCREV_machine:qemuppc ?= "3e7fae8f2bf9a92ae8c0f7036a070c1e6c5da47c" +SRCREV_machine:qemuriscv64 ?= "52f5ff9f0af8d552aa6307143e74659e1e21fe6d" +SRCREV_machine:qemuriscv32 ?= "52f5ff9f0af8d552aa6307143e74659e1e21fe6d" +SRCREV_machine:qemux86 ?= "52f5ff9f0af8d552aa6307143e74659e1e21fe6d" +SRCREV_machine:qemux86-64 ?= "52f5ff9f0af8d552aa6307143e74659e1e21fe6d" +SRCREV_machine:qemumips64 ?= "b8b0a5ddb82108f0cf62676b91a757d233f6fec8" +SRCREV_machine ?= "52f5ff9f0af8d552aa6307143e74659e1e21fe6d" +SRCREV_meta ?= "150b4c5d88b91e848d757c8cad9d841b91163b75" # 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 ?= "14e468424d3edcf23167133d6ee2f3e3c6c5a022" +SRCREV_machine:class-devupstream ?= "3a5928702e7120f83f703fd566082bfb59f1a57e" 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.166" +LINUX_VERSION ?= "5.15.167" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" DEPENDS += "openssl-native util-linux-native"