summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_5.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_5.8.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.8.bb22
1 files changed, 11 insertions, 11 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.8.bb b/meta/recipes-kernel/linux/linux-yocto_5.8.bb
index cd34504946..c232614c21 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.8.bb
@@ -12,16 +12,16 @@ KBRANCH_qemux86 ?= "v5.8/standard/base"
12KBRANCH_qemux86-64 ?= "v5.8/standard/base" 12KBRANCH_qemux86-64 ?= "v5.8/standard/base"
13KBRANCH_qemumips64 ?= "v5.8/standard/mti-malta64" 13KBRANCH_qemumips64 ?= "v5.8/standard/mti-malta64"
14 14
15SRCREV_machine_qemuarm ?= "683da0bfdf000de0d65dc4a3c66bdc9906735144" 15SRCREV_machine_qemuarm ?= "0e9ceeb178a44d70be22088205d9e6b52f9feb3f"
16SRCREV_machine_qemuarm64 ?= "ded3e9afb3262feb367227c63da1f762f893b192" 16SRCREV_machine_qemuarm64 ?= "542471b271e827808692640e58f8771ff6bc67dc"
17SRCREV_machine_qemumips ?= "a86380b2bc78d8a40af8608569fe8d7f88f1bfd7" 17SRCREV_machine_qemumips ?= "68ccca78b4c670e7db82ee7d5aa289abb4910ebe"
18SRCREV_machine_qemuppc ?= "ded3e9afb3262feb367227c63da1f762f893b192" 18SRCREV_machine_qemuppc ?= "542471b271e827808692640e58f8771ff6bc67dc"
19SRCREV_machine_qemuriscv64 ?= "ded3e9afb3262feb367227c63da1f762f893b192" 19SRCREV_machine_qemuriscv64 ?= "542471b271e827808692640e58f8771ff6bc67dc"
20SRCREV_machine_qemux86 ?= "ded3e9afb3262feb367227c63da1f762f893b192" 20SRCREV_machine_qemux86 ?= "542471b271e827808692640e58f8771ff6bc67dc"
21SRCREV_machine_qemux86-64 ?= "ded3e9afb3262feb367227c63da1f762f893b192" 21SRCREV_machine_qemux86-64 ?= "542471b271e827808692640e58f8771ff6bc67dc"
22SRCREV_machine_qemumips64 ?= "c0568a8edccef3a9bb29c2c4911b8200892c23f2" 22SRCREV_machine_qemumips64 ?= "18d9d696a89282b3c7b9d3a0b4bbe9d5500e9eb3"
23SRCREV_machine ?= "ded3e9afb3262feb367227c63da1f762f893b192" 23SRCREV_machine ?= "542471b271e827808692640e58f8771ff6bc67dc"
24SRCREV_meta ?= "80452c7c245ed02e8dda4b1c519aa270b5e73256" 24SRCREV_meta ?= "f79c81e7a7d995f0ddb3114000555b25f4649373"
25 25
26# remap qemuarm to qemuarma15 for the 5.8 kernel 26# remap qemuarm to qemuarma15 for the 5.8 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.8;destsuffix=${KMETA}" 30 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.8;destsuffix=${KMETA}"
31 31
32LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 32LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
33LINUX_VERSION ?= "5.8.5" 33LINUX_VERSION ?= "5.8.8"
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"