diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.10.bb index 3bdf089cfb..a060100761 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_6.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.10.bb @@ -14,13 +14,13 @@ python () { raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "5bdc0b099619bc8b5ba78c959341fbdec94bbcb0" -SRCREV_meta ?= "f916cd32718f329bbad3fb54fdae2b5014360a59" +SRCREV_machine ?= "887c7d0294726a161396812dcf2088f29b522b48" +SRCREV_meta ?= "9e63c08171dc88ed8a5ed8ecc4b508465ea75352" 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-6.10;destsuffix=${KMETA};protocol=https" -LINUX_VERSION ?= "6.10.2" +LINUX_VERSION ?= "6.10.3" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.10.bb index 8d95064732..2416382020 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.10.bb @@ -8,7 +8,7 @@ require recipes-kernel/linux/linux-yocto.inc # CVE exclusions include recipes-kernel/linux/cve-exclusion_6.10.inc -LINUX_VERSION ?= "6.10.2" +LINUX_VERSION ?= "6.10.3" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" @@ -17,8 +17,8 @@ DEPENDS += "openssl-native util-linux-native" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "f3e7c54da960b173702dafe96d5419a90fd29698" -SRCREV_meta ?= "f916cd32718f329bbad3fb54fdae2b5014360a59" +SRCREV_machine ?= "92466d9d49ed65d9a13f2ab648a92becc027a257" +SRCREV_meta ?= "9e63c08171dc88ed8a5ed8ecc4b508465ea75352" PV = "${LINUX_VERSION}+git" diff --git a/meta/recipes-kernel/linux/linux-yocto_6.10.bb b/meta/recipes-kernel/linux/linux-yocto_6.10.bb index 7b27d84ba8..876f504e14 100644 --- a/meta/recipes-kernel/linux/linux-yocto_6.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_6.10.bb @@ -18,25 +18,25 @@ KBRANCH:qemux86.104 ?= "v6.10/standard/base" KBRANCH:qemuloongarch64 ?= "v6.10/standard/base" KBRANCH:qemumips64 ?= "v6.10/standard/mti-malta64" -SRCREV_machine:qemuarm ?= "6705d5dee8c10b540b87b02bc0f154739c73c7e8" -SRCREV_machine:qemuarm64 ?= "f3e7c54da960b173702dafe96d5419a90fd29698" -SRCREV_machine:qemuloongarch64 ?= "f3e7c54da960b173702dafe96d5419a90fd29698" -SRCREV_machine:qemumips ?= "80b11e534e03a10fb309eccb5128e83d42b0266c" -SRCREV_machine:qemuppc ?= "f3e7c54da960b173702dafe96d5419a90fd29698" -SRCREV_machine:qemuriscv64 ?= "f3e7c54da960b173702dafe96d5419a90fd29698" -SRCREV_machine:qemuriscv32 ?= "f3e7c54da960b173702dafe96d5419a90fd29698" -SRCREV_machine:qemux86 ?= "f3e7c54da960b173702dafe96d5419a90fd29698" -SRCREV_machine:qemux86-64 ?= "f3e7c54da960b173702dafe96d5419a90fd29698" -SRCREV_machine:qemumips64 ?= "09b08cd8880a997a591cae3d306c12a60193742b" -SRCREV_machine ?= "f3e7c54da960b173702dafe96d5419a90fd29698" -SRCREV_meta ?= "f916cd32718f329bbad3fb54fdae2b5014360a59" +SRCREV_machine:qemuarm ?= "4562f66c12f660d40de2c8dc2b53f851ba1d7847" +SRCREV_machine:qemuarm64 ?= "92466d9d49ed65d9a13f2ab648a92becc027a257" +SRCREV_machine:qemuloongarch64 ?= "92466d9d49ed65d9a13f2ab648a92becc027a257" +SRCREV_machine:qemumips ?= "8ef41c4428d1eb040edbae58b685bcba6472ab9b" +SRCREV_machine:qemuppc ?= "92466d9d49ed65d9a13f2ab648a92becc027a257" +SRCREV_machine:qemuriscv64 ?= "92466d9d49ed65d9a13f2ab648a92becc027a257" +SRCREV_machine:qemuriscv32 ?= "92466d9d49ed65d9a13f2ab648a92becc027a257" +SRCREV_machine:qemux86 ?= "92466d9d49ed65d9a13f2ab648a92becc027a257" +SRCREV_machine:qemux86-64 ?= "92466d9d49ed65d9a13f2ab648a92becc027a257" +SRCREV_machine:qemumips64 ?= "c1f8e21e4999d233df12ee60c7a47cad144e7344" +SRCREV_machine ?= "92466d9d49ed65d9a13f2ab648a92becc027a257" +SRCREV_meta ?= "9e63c08171dc88ed8a5ed8ecc4b508465ea75352" # 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 ?= "2d002356c3bb628937e0fb5d72a91dc493a984fe" +SRCREV_machine:class-devupstream ?= "d29de02effd4e8816333582ed8230d41e14a73dc" PN:class-devupstream = "linux-yocto-upstream" KBRANCH:class-devupstream = "v6.10/base" @@ -44,7 +44,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-6.10;destsuffix=${KMETA};protocol=https" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" -LINUX_VERSION ?= "6.10.2" +LINUX_VERSION ?= "6.10.3" PV = "${LINUX_VERSION}+git"