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 f09dbe0b5f..a883fe090c 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 ?= "897961fcc3a4126a9d86096b4c3f0de174eb51e7" -SRCREV_meta ?= "9d45e4358eec5d4585e6e26d7f2f6f03ad909ea7" +SRCREV_machine ?= "7f5083ab7cf0b34b46a1e08716163438cfe113fa" +SRCREV_meta ?= "d63dc98bfc78b2d086cc3565c5a12da1ed2c033a" 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-5.15;destsuffix=${KMETA};protocol=https" -LINUX_VERSION ?= "5.15.125" +LINUX_VERSION ?= "5.15.126" 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 2f0e232fe6..f7970e9281 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.125" +LINUX_VERSION ?= "5.15.126" 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 ?= "673a7d93e8c401525183fd793cd1fbc5d688761f" -SRCREV_meta ?= "9d45e4358eec5d4585e6e26d7f2f6f03ad909ea7" +SRCREV_machine ?= "f949bdbc869e8d89cc338a74a014f6a5d3962da4" +SRCREV_meta ?= "d63dc98bfc78b2d086cc3565c5a12da1ed2c033a" 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 f3c6733656..9926cb8f73 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.15.bb @@ -13,24 +13,24 @@ KBRANCH:qemux86 ?= "v5.15/standard/base" KBRANCH:qemux86-64 ?= "v5.15/standard/base" KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64" -SRCREV_machine:qemuarm ?= "f1655130f428a06fd10df1401cf4a97c2c9e98fe" -SRCREV_machine:qemuarm64 ?= "3562a213e44daf360d873c1c1773d64c7b1bdb90" -SRCREV_machine:qemumips ?= "bff8d6b2771b531f996b41ab89d742b21d6d1a5f" -SRCREV_machine:qemuppc ?= "9ccbf6add86b58f8446ba2b439ccdaaa1646c20b" -SRCREV_machine:qemuriscv64 ?= "50ad222fc4256538597cc943ddb328692041424d" -SRCREV_machine:qemuriscv32 ?= "50ad222fc4256538597cc943ddb328692041424d" -SRCREV_machine:qemux86 ?= "50ad222fc4256538597cc943ddb328692041424d" -SRCREV_machine:qemux86-64 ?= "50ad222fc4256538597cc943ddb328692041424d" -SRCREV_machine:qemumips64 ?= "05401de4dd847384e7592e2d729e2d8ff4a1e1bd" -SRCREV_machine ?= "50ad222fc4256538597cc943ddb328692041424d" -SRCREV_meta ?= "9d45e4358eec5d4585e6e26d7f2f6f03ad909ea7" +SRCREV_machine:qemuarm ?= "63f9c653ac8bca862d71352211d0d191813936ae" +SRCREV_machine:qemuarm64 ?= "97eddfe9caf2200f3d964bbea7c472b46418e61b" +SRCREV_machine:qemumips ?= "8c0497f3d412b7a1b40254eae9628e810d365dc9" +SRCREV_machine:qemuppc ?= "722612ff2e5ce49c89874a8b5d8fd5e80e15ede2" +SRCREV_machine:qemuriscv64 ?= "027401d57727e10a0eaf0c0aec9e6451acf3b397" +SRCREV_machine:qemuriscv32 ?= "027401d57727e10a0eaf0c0aec9e6451acf3b397" +SRCREV_machine:qemux86 ?= "027401d57727e10a0eaf0c0aec9e6451acf3b397" +SRCREV_machine:qemux86-64 ?= "027401d57727e10a0eaf0c0aec9e6451acf3b397" +SRCREV_machine:qemumips64 ?= "907f084725f90e192f2a30045f12b49fc12be95e" +SRCREV_machine ?= "027401d57727e10a0eaf0c0aec9e6451acf3b397" +SRCREV_meta ?= "d63dc98bfc78b2d086cc3565c5a12da1ed2c033a" # 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 ?= "c275eaaaa34260e6c907bc5e7ee07c096bc45064" +SRCREV_machine:class-devupstream ?= "24c4de4069cbce796a1c71166240807d617cd652" PN:class-devupstream = "linux-yocto-upstream" KBRANCH:class-devupstream = "v5.15/base" @@ -38,7 +38,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};protocol=https" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" -LINUX_VERSION ?= "5.15.125" +LINUX_VERSION ?= "5.15.126" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" DEPENDS += "openssl-native util-linux-native"