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 a6bcc81726..7f22d34ef6 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 ?= "bea52ab7529ef152f99a0f6ebd97cc7e904e5360" 15SRCREV_machine:qemuarm ?= "f367cbe6d0c21c65257c66a4c9b1845fd43285f8"
16SRCREV_machine:qemuarm64 ?= "8a29c9de0fc366bd89ce6954685dce0e330dbabe" 16SRCREV_machine:qemuarm64 ?= "8dcb7ee83e58da8bf51ed8b72165e1ed35beb928"
17SRCREV_machine:qemumips ?= "b15816ccad0762d27c78c269e7a1986504e60c63" 17SRCREV_machine:qemumips ?= "3d4c6263bfdf95960894b75c76aa450d240e3e8e"
18SRCREV_machine:qemuppc ?= "906f9509a8d2f842ec8766bf81287f8939ff1fa8" 18SRCREV_machine:qemuppc ?= "125a824c8d14c49b640bc0d6e040d495177caa10"
19SRCREV_machine:qemuriscv64 ?= "dd8a64a523fb714a98328441e0de72cde115a6fc" 19SRCREV_machine:qemuriscv64 ?= "997c04e7a40084a53bc3d45490949584364697bd"
20SRCREV_machine:qemux86 ?= "dd8a64a523fb714a98328441e0de72cde115a6fc" 20SRCREV_machine:qemux86 ?= "997c04e7a40084a53bc3d45490949584364697bd"
21SRCREV_machine:qemux86-64 ?= "dd8a64a523fb714a98328441e0de72cde115a6fc" 21SRCREV_machine:qemux86-64 ?= "997c04e7a40084a53bc3d45490949584364697bd"
22SRCREV_machine:qemumips64 ?= "152e33a0782920e9707c36ccacf53585a8911e9f" 22SRCREV_machine:qemumips64 ?= "7082f58984404a5aad90bca1dac4e27773fff26e"
23SRCREV_machine ?= "dd8a64a523fb714a98328441e0de72cde115a6fc" 23SRCREV_machine ?= "997c04e7a40084a53bc3d45490949584364697bd"
24SRCREV_meta ?= "d6aec4fb69bae34f34db6f153871a0847d8198f3" 24SRCREV_meta ?= "231d3a07e10680c7c89ea101cd803b0684482b11"
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.134" 33LINUX_VERSION ?= "5.4.135"
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"