summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_5.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_5.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.4.bb22
1 files changed, 11 insertions, 11 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.4.bb b/meta/recipes-kernel/linux/linux-yocto_5.4.bb
index 751a5bd47f..4affa99404 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.4.bb
@@ -13,16 +13,16 @@ KBRANCH_qemux86 ?= "v5.4/standard/base"
13KBRANCH_qemux86-64 ?= "v5.4/standard/base" 13KBRANCH_qemux86-64 ?= "v5.4/standard/base"
14KBRANCH_qemumips64 ?= "v5.4/standard/mti-malta64" 14KBRANCH_qemumips64 ?= "v5.4/standard/mti-malta64"
15 15
16SRCREV_machine_qemuarm ?= "02d0d86cd3148f12cccb7af027fb41d41b03c726" 16SRCREV_machine_qemuarm ?= "c414b2cca9023975041723ebeeae7a7a1a9169e4"
17SRCREV_machine_qemuarm64 ?= "5880452e43a9cf56108492a627b85196ea10190b" 17SRCREV_machine_qemuarm64 ?= "102ea8999fae670974ae712724612b47aff915ff"
18SRCREV_machine_qemumips ?= "9754f47861b4a29b4c4577ce14b7fb44c81c521e" 18SRCREV_machine_qemumips ?= "fe3aac3a3f5be178a8ba293c89eec0ffb845f3b6"
19SRCREV_machine_qemuppc ?= "3e5d9bf09fb23b0acefe73c644de0028dd51fe42" 19SRCREV_machine_qemuppc ?= "93642912bcad365bbc9d55c6afc2253c3290063d"
20SRCREV_machine_qemuriscv64 ?= "d55e21e23f5d099d7c8ad58d5c2b6302c02ef9f0" 20SRCREV_machine_qemuriscv64 ?= "1de97ac6497bae665acc69e6b3b15bef57229d44"
21SRCREV_machine_qemux86 ?= "d55e21e23f5d099d7c8ad58d5c2b6302c02ef9f0" 21SRCREV_machine_qemux86 ?= "1de97ac6497bae665acc69e6b3b15bef57229d44"
22SRCREV_machine_qemux86-64 ?= "d55e21e23f5d099d7c8ad58d5c2b6302c02ef9f0" 22SRCREV_machine_qemux86-64 ?= "1de97ac6497bae665acc69e6b3b15bef57229d44"
23SRCREV_machine_qemumips64 ?= "98065f598767e0f92ed86f880795603df7a3a9d2" 23SRCREV_machine_qemumips64 ?= "a9d34f8519781762993c7cc36464f632d96989c9"
24SRCREV_machine ?= "d55e21e23f5d099d7c8ad58d5c2b6302c02ef9f0" 24SRCREV_machine ?= "1de97ac6497bae665acc69e6b3b15bef57229d44"
25SRCREV_meta ?= "0bc097b782b9f41b41b31074cdbd86b8e7393209" 25SRCREV_meta ?= "26bb76ebda0b545f3580f3c01e471f3357deb9d3"
26 26
27# remap qemuarm to qemuarma15 for the 5.4 kernel 27# remap qemuarm to qemuarma15 for the 5.4 kernel
28# KMACHINE_qemuarm ?= "qemuarma15" 28# KMACHINE_qemuarm ?= "qemuarma15"
@@ -31,7 +31,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA
31 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}" 31 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}"
32 32
33LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 33LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
34LINUX_VERSION ?= "5.4.258" 34LINUX_VERSION ?= "5.4.260"
35 35
36DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 36DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
37DEPENDS += "openssl-native util-linux-native" 37DEPENDS += "openssl-native util-linux-native"