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 73ffda9048..64f9789c6c 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.4.bb
@@ -12,16 +12,16 @@ KBRANCH_qemux86 ?= "v5.4/standard/base"
12KBRANCH_qemux86-64 ?= "v5.4/standard/base" 12KBRANCH_qemux86-64 ?= "v5.4/standard/base"
13KBRANCH_qemumips64 ?= "v5.4/standard/mti-malta64" 13KBRANCH_qemumips64 ?= "v5.4/standard/mti-malta64"
14 14
15SRCREV_machine_qemuarm ?= "fe56acd0cb4769b18e8dd778f74f8c64c8622f0c" 15SRCREV_machine_qemuarm ?= "31486fc68d8688908700a68b6655fd50c733d882"
16SRCREV_machine_qemuarm64 ?= "3a8744ea60ad663c53c582d519a636658e405994" 16SRCREV_machine_qemuarm64 ?= "80ade4d43bbcb497d363d44508af69af74a84092"
17SRCREV_machine_qemumips ?= "4ddbef4e60bc7e13f2a33f57c3c6dc6ca71e0d81" 17SRCREV_machine_qemumips ?= "aec63899e25194c00dbc5f25db8fe6c4461eef21"
18SRCREV_machine_qemuppc ?= "3a8744ea60ad663c53c582d519a636658e405994" 18SRCREV_machine_qemuppc ?= "80ade4d43bbcb497d363d44508af69af74a84092"
19SRCREV_machine_qemuriscv64 ?= "3a8744ea60ad663c53c582d519a636658e405994" 19SRCREV_machine_qemuriscv64 ?= "80ade4d43bbcb497d363d44508af69af74a84092"
20SRCREV_machine_qemux86 ?= "3a8744ea60ad663c53c582d519a636658e405994" 20SRCREV_machine_qemux86 ?= "80ade4d43bbcb497d363d44508af69af74a84092"
21SRCREV_machine_qemux86-64 ?= "3a8744ea60ad663c53c582d519a636658e405994" 21SRCREV_machine_qemux86-64 ?= "80ade4d43bbcb497d363d44508af69af74a84092"
22SRCREV_machine_qemumips64 ?= "44f1e579ba921196f7c3b36e47473b907e09870e" 22SRCREV_machine_qemumips64 ?= "c155e91597bd1a1aae557405b5061bb8c2695e5d"
23SRCREV_machine ?= "3a8744ea60ad663c53c582d519a636658e405994" 23SRCREV_machine ?= "80ade4d43bbcb497d363d44508af69af74a84092"
24SRCREV_meta ?= "b11f59557b924d5d1db8c088848d40ef1a0b7da6" 24SRCREV_meta ?= "feeb59687bc0f054af837a5061f8d413ec7c93e9"
25 25
26# remap qemuarm to qemuarma15 for the 5.4 kernel 26# remap qemuarm to qemuarma15 for the 5.4 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.4;destsuffix=${KMETA}" 30 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}"
31 31
32LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 32LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
33LINUX_VERSION ?= "5.4.101" 33LINUX_VERSION ?= "5.4.103"
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"