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 1f95dcd7f4..d495b0ee3a 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 ?= "c74da440f36f7073b1e99f42cb363031bb0c38ca" 16SRCREV_machine:qemuarm ?= "159ecaed431c9b022eaa42e164603a998f458831"
17SRCREV_machine:qemuarm64 ?= "e4e52d0a19fba26538218d78c70e54319ae00ca3" 17SRCREV_machine:qemuarm64 ?= "374000778a234761cdf27d9c5822efdd97626e6f"
18SRCREV_machine:qemumips ?= "60118f08d49cd825d17f11b078d5848eb5bb7e6d" 18SRCREV_machine:qemumips ?= "b0216d371845ea01c5b6255f4a9eb6518f26a2cb"
19SRCREV_machine:qemuppc ?= "eb3d2abf3d5aab1814d53767193770c282552774" 19SRCREV_machine:qemuppc ?= "007217c338a8e496c110f86004b8268d10e94cdd"
20SRCREV_machine:qemuriscv64 ?= "0b44b705c4f7d5c83e562dd7036cb5188d622285" 20SRCREV_machine:qemuriscv64 ?= "9d31ee7f08cb276fbc4473a2279cb614ec4735be"
21SRCREV_machine:qemuriscv32 ?= "0b44b705c4f7d5c83e562dd7036cb5188d622285" 21SRCREV_machine:qemuriscv32 ?= "9d31ee7f08cb276fbc4473a2279cb614ec4735be"
22SRCREV_machine:qemux86 ?= "0b44b705c4f7d5c83e562dd7036cb5188d622285" 22SRCREV_machine:qemux86 ?= "9d31ee7f08cb276fbc4473a2279cb614ec4735be"
23SRCREV_machine:qemux86-64 ?= "0b44b705c4f7d5c83e562dd7036cb5188d622285" 23SRCREV_machine:qemux86-64 ?= "9d31ee7f08cb276fbc4473a2279cb614ec4735be"
24SRCREV_machine:qemumips64 ?= "643c332e487cfa1557d14050d6e1148d1c5d75da" 24SRCREV_machine:qemumips64 ?= "a7f0d6ea0ddad123475e25725dadba0ed7888623"
25SRCREV_machine ?= "0b44b705c4f7d5c83e562dd7036cb5188d622285" 25SRCREV_machine ?= "9d31ee7f08cb276fbc4473a2279cb614ec4735be"
26SRCREV_meta ?= "3f38ad49cf38519dc4492a3f802b743fde7b467e" 26SRCREV_meta ?= "0c461183d295a8e45096b9af71e07e06da7da13c"
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.53" 35LINUX_VERSION ?= "5.10.55"
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"