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 7c163436fb..3483440a98 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 ?= "36e0cc294f77cf72b01a1f9ea62bb13d1ab0693e" 16SRCREV_machine:qemuarm ?= "f0a07ccc216dccb7f0848e9bea2c08477dd6ffd6"
17SRCREV_machine:qemuarm64 ?= "a1c9c936088b6cf4ec56f5180672d6f0e8e3b955" 17SRCREV_machine:qemuarm64 ?= "1c230985587271d78518e16b8ab96d3743987e83"
18SRCREV_machine:qemumips ?= "4962920baaee3235448b48e992a3da0259dcfa57" 18SRCREV_machine:qemumips ?= "e610948faefc5eb3b4980cc7745fc84e1bb70990"
19SRCREV_machine:qemuppc ?= "57b30ad7f8a6c3be0ad8eac742476da3f97c23f3" 19SRCREV_machine:qemuppc ?= "6ea059e2da8dfa75043db8ff402a66947c1c9d83"
20SRCREV_machine:qemuriscv64 ?= "164ed895bc1e94722e80fe6496b176f6bb815cd4" 20SRCREV_machine:qemuriscv64 ?= "a46a7f753466a319b6e95dac76caefaba6358094"
21SRCREV_machine:qemuriscv32 ?= "164ed895bc1e94722e80fe6496b176f6bb815cd4" 21SRCREV_machine:qemuriscv32 ?= "a46a7f753466a319b6e95dac76caefaba6358094"
22SRCREV_machine:qemux86 ?= "164ed895bc1e94722e80fe6496b176f6bb815cd4" 22SRCREV_machine:qemux86 ?= "a46a7f753466a319b6e95dac76caefaba6358094"
23SRCREV_machine:qemux86-64 ?= "164ed895bc1e94722e80fe6496b176f6bb815cd4" 23SRCREV_machine:qemux86-64 ?= "a46a7f753466a319b6e95dac76caefaba6358094"
24SRCREV_machine:qemumips64 ?= "a615aa60bc10bea5262f2d65da7ddff4ba32146e" 24SRCREV_machine:qemumips64 ?= "fd474c7b135e4f11af56a159ab8944610674eae8"
25SRCREV_machine ?= "164ed895bc1e94722e80fe6496b176f6bb815cd4" 25SRCREV_machine ?= "a46a7f753466a319b6e95dac76caefaba6358094"
26SRCREV_meta ?= "bce2813b162bb472c137fb503951295a931c25b6" 26SRCREV_meta ?= "917c420111475e33a26f46a9a2855b973ffffadb"
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.63" 35LINUX_VERSION ?= "5.10.69"
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"