summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_5.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_5.10.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.10.bb24
1 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb
index e236154e8f..1af77e7c4e 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb
@@ -13,17 +13,17 @@ KBRANCH_qemux86 ?= "v5.10/standard/base"
13KBRANCH_qemux86-64 ?= "v5.10/standard/base" 13KBRANCH_qemux86-64 ?= "v5.10/standard/base"
14KBRANCH_qemumips64 ?= "v5.10/standard/mti-malta64" 14KBRANCH_qemumips64 ?= "v5.10/standard/mti-malta64"
15 15
16SRCREV_machine_qemuarm ?= "683a13656dad8cac542d5b2eac5f40f00d16010d" 16SRCREV_machine_qemuarm ?= "ac3dc3fddbea1db1d6cde9681b408f4d04541951"
17SRCREV_machine_qemuarm64 ?= "b799502f8b1f8804ec9e436c95129be76c548d37" 17SRCREV_machine_qemuarm64 ?= "de7626dcc41204d22682fa5c424c4bddd587ee97"
18SRCREV_machine_qemumips ?= "abdd096fd6503fdbdf7d5c81948a07d5a8fe8ea2" 18SRCREV_machine_qemumips ?= "ab2cde78ab5c1def7ab03d21c8986c794c6f69ce"
19SRCREV_machine_qemuppc ?= "f6e6a1a81c0c3f11c5e42bde6d107c9f0ea45f16" 19SRCREV_machine_qemuppc ?= "d9a946c583b56ccdcf4ccd228d64129138e698e6"
20SRCREV_machine_qemuriscv64 ?= "8151429f787ee936c9a960e8db6f5909e81bae43" 20SRCREV_machine_qemuriscv64 ?= "3d78eb65b99aa6a6aaaf4de890b262f4dcb88623"
21SRCREV_machine_qemuriscv32 ?= "8151429f787ee936c9a960e8db6f5909e81bae43" 21SRCREV_machine_qemuriscv32 ?= "3d78eb65b99aa6a6aaaf4de890b262f4dcb88623"
22SRCREV_machine_qemux86 ?= "8151429f787ee936c9a960e8db6f5909e81bae43" 22SRCREV_machine_qemux86 ?= "3d78eb65b99aa6a6aaaf4de890b262f4dcb88623"
23SRCREV_machine_qemux86-64 ?= "8151429f787ee936c9a960e8db6f5909e81bae43" 23SRCREV_machine_qemux86-64 ?= "3d78eb65b99aa6a6aaaf4de890b262f4dcb88623"
24SRCREV_machine_qemumips64 ?= "01bad0d6e0916ce3eae77cbdfc64a141a4ae0ecd" 24SRCREV_machine_qemumips64 ?= "793a200e51c176cad7416603b995c2ec30d6ddde"
25SRCREV_machine ?= "8151429f787ee936c9a960e8db6f5909e81bae43" 25SRCREV_machine ?= "3d78eb65b99aa6a6aaaf4de890b262f4dcb88623"
26SRCREV_meta ?= "201aedddc2f13640a14cbe3ef229c8f9c78bde07" 26SRCREV_meta ?= "44498529cd41b235e527c48e48272d9af64fdf7d"
27 27
28# remap qemuarm to qemuarma15 for the 5.8 kernel 28# remap qemuarm to qemuarma15 for the 5.8 kernel
29# KMACHINE_qemuarm ?= "qemuarma15" 29# KMACHINE_qemuarm ?= "qemuarma15"
@@ -32,7 +32,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA
32 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" 32 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}"
33 33
34LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 34LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
35LINUX_VERSION ?= "5.10.49" 35LINUX_VERSION ?= "5.10.50"
36 36
37DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 37DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
38DEPENDS += "openssl-native util-linux-native" 38DEPENDS += "openssl-native util-linux-native"