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 0ef18c0b77..2fef4f032d 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 ?= "5a2ea5a1decb40650f6e447af2dc02579b3a5521" -SRCREV_meta ?= "9b55ffe3d137121be67c99a60bfdb3c6af47fae2" +SRCREV_machine ?= "d7693f19702e1fa1bb18507260198478cba0d6a2" +SRCREV_meta ?= "318db1080fdd1e26567b6ba679310adad84c173a" 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.196" +LINUX_VERSION ?= "5.4.199" 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 9b41d280a7..32ff438a57 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.196" +LINUX_VERSION ?= "5.4.199" 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 ?= "bae8f843b4f6520a8deb813616669951a5bf58ca" -SRCREV_machine ?= "4e04a0f737355772b02dd4225e3b579204ce41c0" -SRCREV_meta ?= "9b55ffe3d137121be67c99a60bfdb3c6af47fae2" +SRCREV_machine_qemuarm ?= "a117c8494d49f5ab6ec54a69c0f926bad5d55616" +SRCREV_machine ?= "fbc1147bd48ea6b51895e8ab9d6422d112cdd58a" +SRCREV_meta ?= "318db1080fdd1e26567b6ba679310adad84c173a" 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 11e7ff6a21..e2130386b2 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.4.bb @@ -12,16 +12,16 @@ KBRANCH_qemux86 ?= "v5.4/standard/base" KBRANCH_qemux86-64 ?= "v5.4/standard/base" KBRANCH_qemumips64 ?= "v5.4/standard/mti-malta64" -SRCREV_machine_qemuarm ?= "7efd457b777ad4b9029594f2770c5f9e3cc6b88e" -SRCREV_machine_qemuarm64 ?= "4416c0026b35a6d2c9b03e27bfdbb9cb08cf84d2" -SRCREV_machine_qemumips ?= "7d4e3a8bdcdae2e56640db0d4a739000665ad0cf" -SRCREV_machine_qemuppc ?= "f0ed4149f804120d6c4b7fd5b9fb49287136b4d5" -SRCREV_machine_qemuriscv64 ?= "740afe0923aca19768b11bff283a31dbdf9509e9" -SRCREV_machine_qemux86 ?= "740afe0923aca19768b11bff283a31dbdf9509e9" -SRCREV_machine_qemux86-64 ?= "740afe0923aca19768b11bff283a31dbdf9509e9" -SRCREV_machine_qemumips64 ?= "14c090645b3e8c432dc1de659189af76d7fc7825" -SRCREV_machine ?= "740afe0923aca19768b11bff283a31dbdf9509e9" -SRCREV_meta ?= "9b55ffe3d137121be67c99a60bfdb3c6af47fae2" +SRCREV_machine_qemuarm ?= "3bc1fc1cd35bd8f95e80fb49627c2f6977debc84" +SRCREV_machine_qemuarm64 ?= "c048122124fdbd78d02ac64ef6558503e7536f7b" +SRCREV_machine_qemumips ?= "19fc003e228a56e30943ddcba0614de6365e2740" +SRCREV_machine_qemuppc ?= "ef263615ec81ddfac29c82c5c61f6195dde31944" +SRCREV_machine_qemuriscv64 ?= "ac296ae9753c775eb216fe6c2eb3dbccfc1489f7" +SRCREV_machine_qemux86 ?= "ac296ae9753c775eb216fe6c2eb3dbccfc1489f7" +SRCREV_machine_qemux86-64 ?= "ac296ae9753c775eb216fe6c2eb3dbccfc1489f7" +SRCREV_machine_qemumips64 ?= "9ee7899b379b865fe676d50be29162845c9a9ee3" +SRCREV_machine ?= "ac296ae9753c775eb216fe6c2eb3dbccfc1489f7" +SRCREV_meta ?= "318db1080fdd1e26567b6ba679310adad84c173a" # remap qemuarm to qemuarma15 for the 5.4 kernel # KMACHINE_qemuarm ?= "qemuarma15" @@ -30,7 +30,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.196" +LINUX_VERSION ?= "5.4.199" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" DEPENDS += "openssl-native util-linux-native"