diff options
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_5.10.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 |
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 eb9c7f59cc..24f856603c 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" | |||
13 | KBRANCH_qemux86-64 ?= "v5.10/standard/base" | 13 | KBRANCH_qemux86-64 ?= "v5.10/standard/base" |
14 | KBRANCH_qemumips64 ?= "v5.10/standard/mti-malta64" | 14 | KBRANCH_qemumips64 ?= "v5.10/standard/mti-malta64" |
15 | 15 | ||
16 | SRCREV_machine_qemuarm ?= "55f7c2088de75a4e9588d014c8c7cf961dfcc2fa" | 16 | SRCREV_machine_qemuarm ?= "d1a5dc63766ef3b2dfc79ac2965af69b33203520" |
17 | SRCREV_machine_qemuarm64 ?= "231125d238d5c59712afeff6524f33cad3eb7802" | 17 | SRCREV_machine_qemuarm64 ?= "bb3f40e801fed14f9233749f7eaa27b105979059" |
18 | SRCREV_machine_qemumips ?= "ac525be591a408dadbd2e95ef15f7de90a2f76e3" | 18 | SRCREV_machine_qemumips ?= "03dd9a4bb1b030a89f56712c3d724f0219fd16a3" |
19 | SRCREV_machine_qemuppc ?= "231125d238d5c59712afeff6524f33cad3eb7802" | 19 | SRCREV_machine_qemuppc ?= "bb3f40e801fed14f9233749f7eaa27b105979059" |
20 | SRCREV_machine_qemuriscv64 ?= "231125d238d5c59712afeff6524f33cad3eb7802" | 20 | SRCREV_machine_qemuriscv64 ?= "bb3f40e801fed14f9233749f7eaa27b105979059" |
21 | SRCREV_machine_qemuriscv32 ?= "231125d238d5c59712afeff6524f33cad3eb7802" | 21 | SRCREV_machine_qemuriscv32 ?= "bb3f40e801fed14f9233749f7eaa27b105979059" |
22 | SRCREV_machine_qemux86 ?= "231125d238d5c59712afeff6524f33cad3eb7802" | 22 | SRCREV_machine_qemux86 ?= "bb3f40e801fed14f9233749f7eaa27b105979059" |
23 | SRCREV_machine_qemux86-64 ?= "231125d238d5c59712afeff6524f33cad3eb7802" | 23 | SRCREV_machine_qemux86-64 ?= "bb3f40e801fed14f9233749f7eaa27b105979059" |
24 | SRCREV_machine_qemumips64 ?= "4f4e62712a88a2460ae132059c6b51e6ff35299e" | 24 | SRCREV_machine_qemumips64 ?= "9292051c510e6bf1452ead867c8f8050556cfae3" |
25 | SRCREV_machine ?= "231125d238d5c59712afeff6524f33cad3eb7802" | 25 | SRCREV_machine ?= "bb3f40e801fed14f9233749f7eaa27b105979059" |
26 | SRCREV_meta ?= "d38abd9180148fe29fc92b8d7fa4bb14a59328eb" | 26 | SRCREV_meta ?= "48a13749dcfa21864b5cdf5f02a1c210a4b6046b" |
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 | ||
34 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 34 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
35 | LINUX_VERSION ?= "5.10.38" | 35 | LINUX_VERSION ?= "5.10.41" |
36 | 36 | ||
37 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 37 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
38 | DEPENDS += "openssl-native util-linux-native" | 38 | DEPENDS += "openssl-native util-linux-native" |