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 8cf0f60271..6c0bec76d7 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 ?= "b4db275e753768a68d72f270d441a8d77b008299" 15SRCREV_machine_qemuarm ?= "56020f462aa0d5373f3f0b683c6647f9dc8ffdc9"
16SRCREV_machine_qemuarm64 ?= "0119f230267c87ad2cc77b9190035280f40b2cf4" 16SRCREV_machine_qemuarm64 ?= "5b86278250511c301540dc2ce5bf9561621b0bb4"
17SRCREV_machine_qemumips ?= "a669b4f0c27ebd9689c8b6bd2c82fab7bbf4a537" 17SRCREV_machine_qemumips ?= "d6e16284f4bd6e627ef6dc2f6aea7116ae871d3e"
18SRCREV_machine_qemuppc ?= "0119f230267c87ad2cc77b9190035280f40b2cf4" 18SRCREV_machine_qemuppc ?= "5b86278250511c301540dc2ce5bf9561621b0bb4"
19SRCREV_machine_qemuriscv64 ?= "0119f230267c87ad2cc77b9190035280f40b2cf4" 19SRCREV_machine_qemuriscv64 ?= "5b86278250511c301540dc2ce5bf9561621b0bb4"
20SRCREV_machine_qemux86 ?= "0119f230267c87ad2cc77b9190035280f40b2cf4" 20SRCREV_machine_qemux86 ?= "5b86278250511c301540dc2ce5bf9561621b0bb4"
21SRCREV_machine_qemux86-64 ?= "0119f230267c87ad2cc77b9190035280f40b2cf4" 21SRCREV_machine_qemux86-64 ?= "5b86278250511c301540dc2ce5bf9561621b0bb4"
22SRCREV_machine_qemumips64 ?= "fe5b8cb8b21fb42caae54bf031e2b41fa88616ff" 22SRCREV_machine_qemumips64 ?= "40975f4cdd7da46177e9b7817740a0aa22313897"
23SRCREV_machine ?= "0119f230267c87ad2cc77b9190035280f40b2cf4" 23SRCREV_machine ?= "5b86278250511c301540dc2ce5bf9561621b0bb4"
24SRCREV_meta ?= "f905c5cd14f64e51454cfe56d2e510ee7469a832" 24SRCREV_meta ?= "67e74d52f2aaa17ca7041032714368ea81bc8823"
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.17" 33LINUX_VERSION ?= "5.10.19"
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"