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 fc9a3c3397..1df0d30c81 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 ?= "29a212d112aaa83d5d28c91088c877ee0164afbc" -SRCREV_meta ?= "35e38f16718b4358712a1545b1b5bcb8b14bb28f" +SRCREV_machine ?= "57a47106b330353648ec7c1c2f5d28437937bb69" +SRCREV_meta ?= "d8c8889e18158a14223aa6cdb121c26a4d58fb56" 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.188" +LINUX_VERSION ?= "5.15.189" 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 8fc3e3dc4d..48a7466509 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.188" +LINUX_VERSION ?= "5.15.189" 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 ?= "c763c9cf2a50b3e8c7be255112d3322d34e37803" -SRCREV_meta ?= "35e38f16718b4358712a1545b1b5bcb8b14bb28f" +SRCREV_machine ?= "c9df5e8ec3f116c77fbc29d8d88cf00da6ecb4f3" +SRCREV_meta ?= "d8c8889e18158a14223aa6cdb121c26a4d58fb56" 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 da1aedd31d..99ce420369 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 ?= "59eda9c8cd28d83857eca9f39f777188870f00c4" -SRCREV_machine:qemuarm64 ?= "be863e2ed3deabb3b194aaf8860263d651c26be5" -SRCREV_machine:qemumips ?= "c67be260b4eb8307f7da8c632fd3ca510b906d7e" -SRCREV_machine:qemuppc ?= "d0a7f356bbb2b771f8eed843c52b8f9a213a7559" -SRCREV_machine:qemuriscv64 ?= "aa5fe401b86e527dd49b5a157b71d79bbf19461e" -SRCREV_machine:qemuriscv32 ?= "aa5fe401b86e527dd49b5a157b71d79bbf19461e" -SRCREV_machine:qemux86 ?= "aa5fe401b86e527dd49b5a157b71d79bbf19461e" -SRCREV_machine:qemux86-64 ?= "aa5fe401b86e527dd49b5a157b71d79bbf19461e" -SRCREV_machine:qemumips64 ?= "648039263363d55f8f3573edcfbb0059657e268b" -SRCREV_machine ?= "aa5fe401b86e527dd49b5a157b71d79bbf19461e" -SRCREV_meta ?= "35e38f16718b4358712a1545b1b5bcb8b14bb28f" +SRCREV_machine:qemuarm ?= "da6836630834b34b24e1f0457afec67ba2bbab78" +SRCREV_machine:qemuarm64 ?= "67ec90bce4425aa5b79586360c80fa08a34ca9d0" +SRCREV_machine:qemumips ?= "2b2d7942cb977389f270d85a58adaf4659a3abbb" +SRCREV_machine:qemuppc ?= "fcf1b5e6d46c8a7835dbd70331d380fff0319b7f" +SRCREV_machine:qemuriscv64 ?= "3e27e9870b35af885840862de91caec215486a18" +SRCREV_machine:qemuriscv32 ?= "3e27e9870b35af885840862de91caec215486a18" +SRCREV_machine:qemux86 ?= "3e27e9870b35af885840862de91caec215486a18" +SRCREV_machine:qemux86-64 ?= "3e27e9870b35af885840862de91caec215486a18" +SRCREV_machine:qemumips64 ?= "366189c9e588082ad8c22b61143aa1fd10f3e273" +SRCREV_machine ?= "3e27e9870b35af885840862de91caec215486a18" +SRCREV_meta ?= "d8c8889e18158a14223aa6cdb121c26a4d58fb56" # 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 ?= "89950c4542652dfe435f9519a5080f7d2128764c" +SRCREV_machine:class-devupstream ?= "c79648372d02944bf4a54d87e3901db05d0ac82e" 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.188" +LINUX_VERSION ?= "5.15.189" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" DEPENDS += "openssl-native util-linux-native"