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 6da8887ae8..b16a2af875 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 ?= "23c35cbe4ce993fc3b566f733820bc46ef715972" -SRCREV_meta ?= "3fe1658766cb7c35799c501ff46b85d773bee417" +SRCREV_machine ?= "b2a7dbd4edac7627c091c2ab14fec83726a4c79b" +SRCREV_meta ?= "a6e18bacddf8ebca0c151e809c9996e17e08a7b0" 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.117" +LINUX_VERSION ?= "5.15.118" 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 56567be1c9..20ec58fb85 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.117" +LINUX_VERSION ?= "5.15.118" 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 ?= "9d2b9c97c40afeb83f842bc7b2759bb3a2d2a19d" -SRCREV_meta ?= "3fe1658766cb7c35799c501ff46b85d773bee417" +SRCREV_machine ?= "b79e89ab973aeb8ec48e2cd987436ab52678e795" +SRCREV_meta ?= "a6e18bacddf8ebca0c151e809c9996e17e08a7b0" 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 a7ec2a3a8a..c9dae7fa31 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 ?= "1bf5d396bdb59d790e28ee0002d45fe974023e99" -SRCREV_machine:qemuarm64 ?= "96c8889c7cf3da5210f20f68efdd0a9ff35b1f19" -SRCREV_machine:qemumips ?= "3d65f1de77e2b0c0736503979fa9308d385d19f0" -SRCREV_machine:qemuppc ?= "c3ec0c3928575af062554bc94d49e1e582dc5416" -SRCREV_machine:qemuriscv64 ?= "7a7b177c86db237df76dd87e5515233aac96232b" -SRCREV_machine:qemuriscv32 ?= "7a7b177c86db237df76dd87e5515233aac96232b" -SRCREV_machine:qemux86 ?= "7a7b177c86db237df76dd87e5515233aac96232b" -SRCREV_machine:qemux86-64 ?= "7a7b177c86db237df76dd87e5515233aac96232b" -SRCREV_machine:qemumips64 ?= "58aa8e851acd14dec6c2769637d5e09d796315d9" -SRCREV_machine ?= "7a7b177c86db237df76dd87e5515233aac96232b" -SRCREV_meta ?= "3fe1658766cb7c35799c501ff46b85d773bee417" +SRCREV_machine:qemuarm ?= "2290ac7e8d7fbb8e13a34468b85066c398c7d1f3" +SRCREV_machine:qemuarm64 ?= "3f3f2067c3ee4d9dffaed9b757583d013671cf25" +SRCREV_machine:qemumips ?= "f61a3b045bdfc9aa7da440852e0a79fd8d9b4d69" +SRCREV_machine:qemuppc ?= "7a2773ad8fb4ae4eb0183ccda8ec133098d13ec9" +SRCREV_machine:qemuriscv64 ?= "079c88490578df99b38570c8968b836b8347ed44" +SRCREV_machine:qemuriscv32 ?= "079c88490578df99b38570c8968b836b8347ed44" +SRCREV_machine:qemux86 ?= "079c88490578df99b38570c8968b836b8347ed44" +SRCREV_machine:qemux86-64 ?= "079c88490578df99b38570c8968b836b8347ed44" +SRCREV_machine:qemumips64 ?= "47d334232ab28f0f8d5316e07e11f8f14c6aaecc" +SRCREV_machine ?= "079c88490578df99b38570c8968b836b8347ed44" +SRCREV_meta ?= "a6e18bacddf8ebca0c151e809c9996e17e08a7b0" # 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 ?= "471e639e59d128f4bf58000a118b2ceca3893f98" +SRCREV_machine:class-devupstream ?= "f67653019430833d5003f16817d7fa85272a6a76" 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.117" +LINUX_VERSION ?= "5.15.118" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" DEPENDS += "openssl-native util-linux-native"