summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb8
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.2.bb22
3 files changed, 18 insertions, 18 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb
index 79da8c14b3..441545f55e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb
@@ -11,13 +11,13 @@ python () {
11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") 11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
12} 12}
13 13
14SRCREV_machine ?= "e1abc7e80e4df82d180aecd09e0d80b579d79c34" 14SRCREV_machine ?= "b18bde6f0d8d1a5710cec9792372c03543cf0be9"
15SRCREV_meta ?= "9a13706c994275b544f78dbfc9ed8ff98cd94aef" 15SRCREV_meta ?= "bb2776d6beaae64b1a0fc902b64376f082085498"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.2;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.2;destsuffix=${KMETA}"
19 19
20LINUX_VERSION ?= "5.2.29" 20LINUX_VERSION ?= "5.2.32"
21 21
22LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 22LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
23 23
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb
index d88cb5d742..6d49e00e21 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb
@@ -6,7 +6,7 @@ KCONFIG_MODE = "--allnoconfig"
6 6
7require recipes-kernel/linux/linux-yocto.inc 7require recipes-kernel/linux/linux-yocto.inc
8 8
9LINUX_VERSION ?= "5.2.29" 9LINUX_VERSION ?= "5.2.32"
10LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 10LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
11 11
12DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 12DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native"
15KMETA = "kernel-meta" 15KMETA = "kernel-meta"
16KCONF_BSP_AUDIT_LEVEL = "2" 16KCONF_BSP_AUDIT_LEVEL = "2"
17 17
18SRCREV_machine_qemuarm ?= "f5a3e7e2c94b9d35d1b1933c503ffdaf1e9abec8" 18SRCREV_machine_qemuarm ?= "ed1c3b7ad8221ba4e20ce7e4e4f6a73afd5015d4"
19SRCREV_machine ?= "6f93a47515b2008468437f2f655404906337c574" 19SRCREV_machine ?= "c926964d00caf714f42878535af8c7374452072d"
20SRCREV_meta ?= "9a13706c994275b544f78dbfc9ed8ff98cd94aef" 20SRCREV_meta ?= "bb2776d6beaae64b1a0fc902b64376f082085498"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
23 23
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"
12KBRANCH_qemux86-64 ?= "v5.2/standard/base" 12KBRANCH_qemux86-64 ?= "v5.2/standard/base"
13KBRANCH_qemumips64 ?= "v5.2/standard/mti-malta64" 13KBRANCH_qemumips64 ?= "v5.2/standard/mti-malta64"
14 14
15SRCREV_machine_qemuarm ?= "6080c11f80fbba3ae018518af53564a226e7efcf" 15SRCREV_machine_qemuarm ?= "1ed2236e622e5b79d910fc1db37ec6eec5a94fdc"
16SRCREV_machine_qemuarm64 ?= "6f93a47515b2008468437f2f655404906337c574" 16SRCREV_machine_qemuarm64 ?= "c926964d00caf714f42878535af8c7374452072d"
17SRCREV_machine_qemumips ?= "078d960b86b2b6539e6823f1da884e85b07e50f3" 17SRCREV_machine_qemumips ?= "e669e4307d07072458904ac0fda56f7192e2880d"
18SRCREV_machine_qemuppc ?= "6f93a47515b2008468437f2f655404906337c574" 18SRCREV_machine_qemuppc ?= "c926964d00caf714f42878535af8c7374452072d"
19SRCREV_machine_qemuriscv64 ?= "6f93a47515b2008468437f2f655404906337c574" 19SRCREV_machine_qemuriscv64 ?= "c926964d00caf714f42878535af8c7374452072d"
20SRCREV_machine_qemux86 ?= "6f93a47515b2008468437f2f655404906337c574" 20SRCREV_machine_qemux86 ?= "c926964d00caf714f42878535af8c7374452072d"
21SRCREV_machine_qemux86-64 ?= "6f93a47515b2008468437f2f655404906337c574" 21SRCREV_machine_qemux86-64 ?= "c926964d00caf714f42878535af8c7374452072d"
22SRCREV_machine_qemumips64 ?= "ad3efcb4a297394ceb0ab2357737bd8be9846fec" 22SRCREV_machine_qemumips64 ?= "217cada95bbe7eb4c3a6d40ee141ea4cea3bc1b6"
23SRCREV_machine ?= "6f93a47515b2008468437f2f655404906337c574" 23SRCREV_machine ?= "c926964d00caf714f42878535af8c7374452072d"
24SRCREV_meta ?= "9a13706c994275b544f78dbfc9ed8ff98cd94aef" 24SRCREV_meta ?= "bb2776d6beaae64b1a0fc902b64376f082085498"
25 25
26# remap qemuarm to qemuarma15 for the 5.2 kernel 26# remap qemuarm to qemuarma15 for the 5.2 kernel
27# KMACHINE_qemuarm ?= "qemuarma15" 27# KMACHINE_qemuarm ?= "qemuarma15"
@@ -30,7 +30,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA
30 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.2;destsuffix=${KMETA}" 30 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.2;destsuffix=${KMETA}"
31 31
32LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 32LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
33LINUX_VERSION ?= "5.2.29" 33LINUX_VERSION ?= "5.2.32"
34 34
35DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 35DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
36DEPENDS += "openssl-native util-linux-native" 36DEPENDS += "openssl-native util-linux-native"