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 85401c8908..98e1985cf3 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 ?= "f0a07ccc216dccb7f0848e9bea2c08477dd6ffd6" 16SRCREV_machine_qemuarm ?= "011882741f10bd0c725139baa383eb5a4d833bca"
17SRCREV_machine_qemuarm64 ?= "1c230985587271d78518e16b8ab96d3743987e83" 17SRCREV_machine_qemuarm64 ?= "098464b7c0c3d6f2a5b9226aab3245c3fcfb4797"
18SRCREV_machine_qemumips ?= "e610948faefc5eb3b4980cc7745fc84e1bb70990" 18SRCREV_machine_qemumips ?= "88494c005ab76864e706097056557b5616da65c6"
19SRCREV_machine_qemuppc ?= "6ea059e2da8dfa75043db8ff402a66947c1c9d83" 19SRCREV_machine_qemuppc ?= "a2b9c27f431a20ebfcd4146971c9422f4216aa90"
20SRCREV_machine_qemuriscv64 ?= "a46a7f753466a319b6e95dac76caefaba6358094" 20SRCREV_machine_qemuriscv64 ?= "7dda2a9f69de7f80e572d38236896e97be79f39d"
21SRCREV_machine_qemuriscv32 ?= "a46a7f753466a319b6e95dac76caefaba6358094" 21SRCREV_machine_qemuriscv32 ?= "7dda2a9f69de7f80e572d38236896e97be79f39d"
22SRCREV_machine_qemux86 ?= "a46a7f753466a319b6e95dac76caefaba6358094" 22SRCREV_machine_qemux86 ?= "7dda2a9f69de7f80e572d38236896e97be79f39d"
23SRCREV_machine_qemux86-64 ?= "a46a7f753466a319b6e95dac76caefaba6358094" 23SRCREV_machine_qemux86-64 ?= "7dda2a9f69de7f80e572d38236896e97be79f39d"
24SRCREV_machine_qemumips64 ?= "fd474c7b135e4f11af56a159ab8944610674eae8" 24SRCREV_machine_qemumips64 ?= "80da62cff32617711767cd6b01f64f1dc14f94d8"
25SRCREV_machine ?= "a46a7f753466a319b6e95dac76caefaba6358094" 25SRCREV_machine ?= "7dda2a9f69de7f80e572d38236896e97be79f39d"
26SRCREV_meta ?= "917c420111475e33a26f46a9a2855b973ffffadb" 26SRCREV_meta ?= "f8afd84b117f336477846b9e22178ebefb26c08d"
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.69" 35LINUX_VERSION ?= "5.10.70"
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"