summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_5.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_5.2.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.2.bb22
1 files changed, 11 insertions, 11 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.2.bb b/meta/recipes-kernel/linux/linux-yocto_5.2.bb
index 59cc08e9a3..44516dcacb 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.2.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.2.bb
@@ -12,16 +12,16 @@ KBRANCH_qemux86 ?= "v5.2/standard/base"
KBRANCH_qemux86-64 ?= "v5.2/standard/base"
KBRANCH_qemumips64 ?= "v5.2/standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "6080c11f80fbba3ae018518af53564a226e7efcf"
-SRCREV_machine_qemuarm64 ?= "6f93a47515b2008468437f2f655404906337c574"
-SRCREV_machine_qemumips ?= "078d960b86b2b6539e6823f1da884e85b07e50f3"
-SRCREV_machine_qemuppc ?= "6f93a47515b2008468437f2f655404906337c574"
-SRCREV_machine_qemuriscv64 ?= "6f93a47515b2008468437f2f655404906337c574"
-SRCREV_machine_qemux86 ?= "6f93a47515b2008468437f2f655404906337c574"
-SRCREV_machine_qemux86-64 ?= "6f93a47515b2008468437f2f655404906337c574"
-SRCREV_machine_qemumips64 ?= "ad3efcb4a297394ceb0ab2357737bd8be9846fec"
-SRCREV_machine ?= "6f93a47515b2008468437f2f655404906337c574"
-SRCREV_meta ?= "9a13706c994275b544f78dbfc9ed8ff98cd94aef"
+SRCREV_machine_qemuarm ?= "1ed2236e622e5b79d910fc1db37ec6eec5a94fdc"
+SRCREV_machine_qemuarm64 ?= "c926964d00caf714f42878535af8c7374452072d"
+SRCREV_machine_qemumips ?= "e669e4307d07072458904ac0fda56f7192e2880d"
+SRCREV_machine_qemuppc ?= "c926964d00caf714f42878535af8c7374452072d"
+SRCREV_machine_qemuriscv64 ?= "c926964d00caf714f42878535af8c7374452072d"
+SRCREV_machine_qemux86 ?= "c926964d00caf714f42878535af8c7374452072d"
+SRCREV_machine_qemux86-64 ?= "c926964d00caf714f42878535af8c7374452072d"
+SRCREV_machine_qemumips64 ?= "217cada95bbe7eb4c3a6d40ee141ea4cea3bc1b6"
+SRCREV_machine ?= "c926964d00caf714f42878535af8c7374452072d"
+SRCREV_meta ?= "bb2776d6beaae64b1a0fc902b64376f082085498"
# remap qemuarm to qemuarma15 for the 5.2 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.2;destsuffix=${KMETA}"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
-LINUX_VERSION ?= "5.2.29"
+LINUX_VERSION ?= "5.2.32"
DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
DEPENDS += "openssl-native util-linux-native"