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 23b4f4f5af..49b14b6185 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 ?= "279084b42cecd49010a59e2850887f39772226d8" 15SRCREV_machine_qemuarm ?= "d956bb318771761069228fc70fea722ceabecb75"
16SRCREV_machine_qemuarm64 ?= "23cc3d3314b5d3482c595baaa036edd2b6d1b69b" 16SRCREV_machine_qemuarm64 ?= "25b14cdf9659c68ab32d66616dfdbbe2ece3fd94"
17SRCREV_machine_qemumips ?= "e4e184d31c8e43987077a47d84d8e40963e4bf70" 17SRCREV_machine_qemumips ?= "9e95334637a4a85b19bea120f9027ff0028d7069"
18SRCREV_machine_qemuppc ?= "23cc3d3314b5d3482c595baaa036edd2b6d1b69b" 18SRCREV_machine_qemuppc ?= "25b14cdf9659c68ab32d66616dfdbbe2ece3fd94"
19SRCREV_machine_qemuriscv64 ?= "23cc3d3314b5d3482c595baaa036edd2b6d1b69b" 19SRCREV_machine_qemuriscv64 ?= "25b14cdf9659c68ab32d66616dfdbbe2ece3fd94"
20SRCREV_machine_qemux86 ?= "23cc3d3314b5d3482c595baaa036edd2b6d1b69b" 20SRCREV_machine_qemux86 ?= "25b14cdf9659c68ab32d66616dfdbbe2ece3fd94"
21SRCREV_machine_qemux86-64 ?= "23cc3d3314b5d3482c595baaa036edd2b6d1b69b" 21SRCREV_machine_qemux86-64 ?= "25b14cdf9659c68ab32d66616dfdbbe2ece3fd94"
22SRCREV_machine_qemumips64 ?= "cf8ce04ac2a888234fbd168c7208504f632407fa" 22SRCREV_machine_qemumips64 ?= "29a8d126f60d1b9e9cf0985b38da2033ebde25db"
23SRCREV_machine ?= "23cc3d3314b5d3482c595baaa036edd2b6d1b69b" 23SRCREV_machine ?= "25b14cdf9659c68ab32d66616dfdbbe2ece3fd94"
24SRCREV_meta ?= "3f2c84ec315b2907de990a5097efe23c605d9e51" 24SRCREV_meta ?= "56f5bc749e5a8e40b55a3819288ac277813ec5ef"
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.16" 33LINUX_VERSION ?= "5.2.17"
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"