summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_4.18.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_4.18.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.18.bb20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.18.bb b/meta/recipes-kernel/linux/linux-yocto_4.18.bb
index 96c89723e6..e8ecc8f55a 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.18.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.18.bb
@@ -11,21 +11,21 @@ KBRANCH_qemux86 ?= "v4.18/standard/base"
11KBRANCH_qemux86-64 ?= "v4.18/standard/base" 11KBRANCH_qemux86-64 ?= "v4.18/standard/base"
12KBRANCH_qemumips64 ?= "v4.18/standard/mti-malta64" 12KBRANCH_qemumips64 ?= "v4.18/standard/mti-malta64"
13 13
14SRCREV_machine_qemuarm ?= "bd83f95a7aa1aa180dad74dbdd6809ee9a5fe9e0" 14SRCREV_machine_qemuarm ?= "5a58952eb0d5ff7553e3eb53c65ef70b91b01c64"
15SRCREV_machine_qemuarm64 ?= "9eddc793f95f4e7e283996a007e205622c633539" 15SRCREV_machine_qemuarm64 ?= "db2d813869a0501782469ecdb17e277a501c9f57"
16SRCREV_machine_qemumips ?= "9a16770a65e7617b99f31663b1fafceb459df3dc" 16SRCREV_machine_qemumips ?= "fe54f591b6f365c8af386981b57714ccef0a9381"
17SRCREV_machine_qemuppc ?= "9eddc793f95f4e7e283996a007e205622c633539" 17SRCREV_machine_qemuppc ?= "db2d813869a0501782469ecdb17e277a501c9f57"
18SRCREV_machine_qemux86 ?= "9eddc793f95f4e7e283996a007e205622c633539" 18SRCREV_machine_qemux86 ?= "db2d813869a0501782469ecdb17e277a501c9f57"
19SRCREV_machine_qemux86-64 ?= "9eddc793f95f4e7e283996a007e205622c633539" 19SRCREV_machine_qemux86-64 ?= "db2d813869a0501782469ecdb17e277a501c9f57"
20SRCREV_machine_qemumips64 ?= "6641acbf076ba3f7ad96e846581272215a537904" 20SRCREV_machine_qemumips64 ?= "4b398ad91730576c68164798cc83c72d4b7f55cc"
21SRCREV_machine ?= "9eddc793f95f4e7e283996a007e205622c633539" 21SRCREV_machine ?= "db2d813869a0501782469ecdb17e277a501c9f57"
22SRCREV_meta ?= "8f4a98c93851f7f83d796aae2871df2798b8d917" 22SRCREV_meta ?= "9e348b6f9db185cb60a34d18fd14a18b5def2c31"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.18;destsuffix=${KMETA}" 25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.18;destsuffix=${KMETA}"
26 26
27LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 27LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
28LINUX_VERSION ?= "4.18.21" 28LINUX_VERSION ?= "4.18.22"
29 29
30DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 30DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
31DEPENDS += "openssl-native util-linux-native" 31DEPENDS += "openssl-native util-linux-native"