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 ffb7c28cee..8857bd019b 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 ?= "a79bec3a74094b71c15b55d6fd2bd705aeda13d5" 15SRCREV_machine_qemuarm ?= "b1a5d8b801acdd81240824e167126adb3cdcd9f1"
16SRCREV_machine_qemuarm64 ?= "29a2a741f89cd4155990831edc7250a3c38efc34" 16SRCREV_machine_qemuarm64 ?= "c225913886b6aff4372d209f41f59cee4eeae724"
17SRCREV_machine_qemumips ?= "5510032fbac1094d8868953c12303f465858a05d" 17SRCREV_machine_qemumips ?= "26055f7dcb659edd43b21519019d4773188570c7"
18SRCREV_machine_qemuppc ?= "29a2a741f89cd4155990831edc7250a3c38efc34" 18SRCREV_machine_qemuppc ?= "c225913886b6aff4372d209f41f59cee4eeae724"
19SRCREV_machine_qemuriscv64 ?= "29a2a741f89cd4155990831edc7250a3c38efc34" 19SRCREV_machine_qemuriscv64 ?= "c225913886b6aff4372d209f41f59cee4eeae724"
20SRCREV_machine_qemux86 ?= "29a2a741f89cd4155990831edc7250a3c38efc34" 20SRCREV_machine_qemux86 ?= "c225913886b6aff4372d209f41f59cee4eeae724"
21SRCREV_machine_qemux86-64 ?= "29a2a741f89cd4155990831edc7250a3c38efc34" 21SRCREV_machine_qemux86-64 ?= "c225913886b6aff4372d209f41f59cee4eeae724"
22SRCREV_machine_qemumips64 ?= "d30be093f992de20a76c5eee972b74edf986a66c" 22SRCREV_machine_qemumips64 ?= "1266ed0842cc08adba6086ec4af268bc87a576a4"
23SRCREV_machine ?= "29a2a741f89cd4155990831edc7250a3c38efc34" 23SRCREV_machine ?= "c225913886b6aff4372d209f41f59cee4eeae724"
24SRCREV_meta ?= "f88e1531f8ff31810f40482371450932b927f0c8" 24SRCREV_meta ?= "1763be055f7ff1a3215c2d068f1df1b08ad5ac70"
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.13" 33LINUX_VERSION ?= "5.2.14"
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"