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 3128ab131c..2c33a04df1 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 ?= "eaf94169288a0cdaa7f919e81b9cde11637328a0" 16SRCREV_machine_qemuarm ?= "da5f8508e569eb5d64a2efe5a5c4aa138c8f2738"
17SRCREV_machine_qemuarm64 ?= "0a2409ae4ca5c3efc6633891d807c189f8c2e6ec" 17SRCREV_machine_qemuarm64 ?= "a473fe3ad480df6565134d42a95826e71ae77a1a"
18SRCREV_machine_qemumips ?= "73ca3b526488435d4f2a404642078b3b111879af" 18SRCREV_machine_qemumips ?= "317762b8a9da49cd12eb51e879b6eba2b7c3a4a4"
19SRCREV_machine_qemuppc ?= "14edaae440f2835071ffacced9f240cdd8cf7094" 19SRCREV_machine_qemuppc ?= "8a3eb888460464e612b79ab983c99cf868f82780"
20SRCREV_machine_qemuriscv64 ?= "97699547a2625645320510db2237e8619a7954ef" 20SRCREV_machine_qemuriscv64 ?= "be6faea8fdece878f8cebfda0969df78df07fbf8"
21SRCREV_machine_qemuriscv32 ?= "97699547a2625645320510db2237e8619a7954ef" 21SRCREV_machine_qemuriscv32 ?= "be6faea8fdece878f8cebfda0969df78df07fbf8"
22SRCREV_machine_qemux86 ?= "97699547a2625645320510db2237e8619a7954ef" 22SRCREV_machine_qemux86 ?= "be6faea8fdece878f8cebfda0969df78df07fbf8"
23SRCREV_machine_qemux86-64 ?= "97699547a2625645320510db2237e8619a7954ef" 23SRCREV_machine_qemux86-64 ?= "be6faea8fdece878f8cebfda0969df78df07fbf8"
24SRCREV_machine_qemumips64 ?= "9e86c3417c2c6a61a52664ebcfdd541f6af7e099" 24SRCREV_machine_qemumips64 ?= "efe59773d3289e7b34d99684547968849a2e6aa9"
25SRCREV_machine ?= "97699547a2625645320510db2237e8619a7954ef" 25SRCREV_machine ?= "be6faea8fdece878f8cebfda0969df78df07fbf8"
26SRCREV_meta ?= "9ff1e75562075e35b5c8649b0a1aece50d8531b7" 26SRCREV_meta ?= "e1979ceb171bc91ef2cb71cfcde548a101dab687"
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.75" 35LINUX_VERSION ?= "5.10.76"
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"