diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb index fefbb63209..148712b6f3 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb @@ -11,13 +11,13 @@ python () { raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "ccbf907f43d15ffd113a58e77986ece2b9cd0b53" -SRCREV_meta ?= "139494ae6aa521d549ad94aa51ace747d37ee4e4" +SRCREV_machine ?= "85315779726690bf22e615a8f5e2ab9f3ea8e580" +SRCREV_meta ?= "3f4db4c1957e98a3da50908339aaee426e58fd13" 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.4;destsuffix=${KMETA}" -LINUX_VERSION ?= "5.4.256" +LINUX_VERSION ?= "5.4.257" LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb index febbf1cb7e..89fda1c71b 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb @@ -6,7 +6,7 @@ KCONFIG_MODE = "--allnoconfig" require recipes-kernel/linux/linux-yocto.inc -LINUX_VERSION ?= "5.4.256" +LINUX_VERSION ?= "5.4.257" LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" @@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine_qemuarm ?= "b3176395ae2665d4d417c7b78dfb43dcf49462a9" -SRCREV_machine ?= "88509f87ebd23e35482a3e7acd6f88a1ca209f9a" -SRCREV_meta ?= "139494ae6aa521d549ad94aa51ace747d37ee4e4" +SRCREV_machine_qemuarm ?= "dd581fe8efd97479b60c1169c77d2e9e37fdbd42" +SRCREV_machine ?= "739b4ff36fdf4203e60448f252dd4afcd8871046" +SRCREV_meta ?= "3f4db4c1957e98a3da50908339aaee426e58fd13" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_5.4.bb b/meta/recipes-kernel/linux/linux-yocto_5.4.bb index b5e85bd3ea..e10e542663 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.4.bb @@ -13,16 +13,16 @@ KBRANCH_qemux86 ?= "v5.4/standard/base" KBRANCH_qemux86-64 ?= "v5.4/standard/base" KBRANCH_qemumips64 ?= "v5.4/standard/mti-malta64" -SRCREV_machine_qemuarm ?= "80d0730537aad4de79fc587a65ed7819790dcc6f" -SRCREV_machine_qemuarm64 ?= "d569fe3e1a114ddcac5c4af67814405a614147ad" -SRCREV_machine_qemumips ?= "0a41991fe10d34d22e87c276911142d2f1a67a93" -SRCREV_machine_qemuppc ?= "1034463b20b1154014d1d6ffe87d018842ad094b" -SRCREV_machine_qemuriscv64 ?= "c6ed5a124febbc8b22f95f9c8866188d290206ca" -SRCREV_machine_qemux86 ?= "c6ed5a124febbc8b22f95f9c8866188d290206ca" -SRCREV_machine_qemux86-64 ?= "c6ed5a124febbc8b22f95f9c8866188d290206ca" -SRCREV_machine_qemumips64 ?= "60ddf305567af22536ec5c85d1af614a3b5bbfad" -SRCREV_machine ?= "c6ed5a124febbc8b22f95f9c8866188d290206ca" -SRCREV_meta ?= "139494ae6aa521d549ad94aa51ace747d37ee4e4" +SRCREV_machine_qemuarm ?= "af8795f548930f376f648b3c38c96ea9adeca302" +SRCREV_machine_qemuarm64 ?= "08b2d42ab0000a6f12d816c0828632c162f5173a" +SRCREV_machine_qemumips ?= "37c8da56986328d9030015e1a80beaa90babab30" +SRCREV_machine_qemuppc ?= "3cd238f6056560888f7f717c569ca4a1fe16ccc9" +SRCREV_machine_qemuriscv64 ?= "aee8802f6fec35ea9b393707cc2adb4d433d93c8" +SRCREV_machine_qemux86 ?= "aee8802f6fec35ea9b393707cc2adb4d433d93c8" +SRCREV_machine_qemux86-64 ?= "aee8802f6fec35ea9b393707cc2adb4d433d93c8" +SRCREV_machine_qemumips64 ?= "44fbd145164885c2ba73a8ddcb09fd6f3ab0d59c" +SRCREV_machine ?= "aee8802f6fec35ea9b393707cc2adb4d433d93c8" +SRCREV_meta ?= "3f4db4c1957e98a3da50908339aaee426e58fd13" # remap qemuarm to qemuarma15 for the 5.4 kernel # KMACHINE_qemuarm ?= "qemuarma15" @@ -31,7 +31,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.4;destsuffix=${KMETA}" LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" -LINUX_VERSION ?= "5.4.256" +LINUX_VERSION ?= "5.4.257" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" DEPENDS += "openssl-native util-linux-native"