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.bb22
1 files changed, 11 insertions, 11 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb
index e17cd28601..8cf0f60271 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb
@@ -12,16 +12,16 @@ KBRANCH_qemux86 ?= "v5.10/standard/base"
12KBRANCH_qemux86-64 ?= "v5.10/standard/base" 12KBRANCH_qemux86-64 ?= "v5.10/standard/base"
13KBRANCH_qemumips64 ?= "v5.10/standard/mti-malta64" 13KBRANCH_qemumips64 ?= "v5.10/standard/mti-malta64"
14 14
15SRCREV_machine_qemuarm ?= "b6e61f33c5ac14fde7fc4fd479fb6dba7c04797b" 15SRCREV_machine_qemuarm ?= "b4db275e753768a68d72f270d441a8d77b008299"
16SRCREV_machine_qemuarm64 ?= "34523d7c8476942eb062d4f0201f9410605afc6d" 16SRCREV_machine_qemuarm64 ?= "0119f230267c87ad2cc77b9190035280f40b2cf4"
17SRCREV_machine_qemumips ?= "4adb195168d3830786d82f29ccbb78664fd20cf9" 17SRCREV_machine_qemumips ?= "a669b4f0c27ebd9689c8b6bd2c82fab7bbf4a537"
18SRCREV_machine_qemuppc ?= "34523d7c8476942eb062d4f0201f9410605afc6d" 18SRCREV_machine_qemuppc ?= "0119f230267c87ad2cc77b9190035280f40b2cf4"
19SRCREV_machine_qemuriscv64 ?= "34523d7c8476942eb062d4f0201f9410605afc6d" 19SRCREV_machine_qemuriscv64 ?= "0119f230267c87ad2cc77b9190035280f40b2cf4"
20SRCREV_machine_qemux86 ?= "34523d7c8476942eb062d4f0201f9410605afc6d" 20SRCREV_machine_qemux86 ?= "0119f230267c87ad2cc77b9190035280f40b2cf4"
21SRCREV_machine_qemux86-64 ?= "34523d7c8476942eb062d4f0201f9410605afc6d" 21SRCREV_machine_qemux86-64 ?= "0119f230267c87ad2cc77b9190035280f40b2cf4"
22SRCREV_machine_qemumips64 ?= "36e98aa424aa3ceff3d446ee2cb3f44ddcae8c31" 22SRCREV_machine_qemumips64 ?= "fe5b8cb8b21fb42caae54bf031e2b41fa88616ff"
23SRCREV_machine ?= "34523d7c8476942eb062d4f0201f9410605afc6d" 23SRCREV_machine ?= "0119f230267c87ad2cc77b9190035280f40b2cf4"
24SRCREV_meta ?= "513e9332a0092795b3b29eec0030b462ae4c8b6e" 24SRCREV_meta ?= "f905c5cd14f64e51454cfe56d2e510ee7469a832"
25 25
26# remap qemuarm to qemuarma15 for the 5.8 kernel 26# remap qemuarm to qemuarma15 for the 5.8 kernel
27# KMACHINE_qemuarm ?= "qemuarma15" 27# KMACHINE_qemuarm ?= "qemuarma15"
@@ -30,7 +30,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA
30 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" 30 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}"
31 31
32LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 32LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
33LINUX_VERSION ?= "5.10.16" 33LINUX_VERSION ?= "5.10.17"
34 34
35DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 35DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
36DEPENDS += "openssl-native util-linux-native" 36DEPENDS += "openssl-native util-linux-native"