summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb8
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.18.bb20
3 files changed, 17 insertions, 17 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb
index 66da7e9e08..5d33040cff 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb
@@ -11,13 +11,13 @@ python () {
11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") 11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
12} 12}
13 13
14SRCREV_machine ?= "420a1d5ae972845413713ce882570f772423049f" 14SRCREV_machine ?= "96664e80434995740b129f9dc5643e23b440db82"
15SRCREV_meta ?= "5a99020e693eebe662ae0c4c08b65afedbd5cde3" 15SRCREV_meta ?= "85fa5f0caa839c7a4cafc0e0a9118a67897ad684"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.18;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.18;destsuffix=${KMETA}"
19 19
20LINUX_VERSION ?= "4.18.17" 20LINUX_VERSION ?= "4.18.20"
21 21
22LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 22LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
23 23
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb
index 2f1e935110..a4dfa4ec56 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb
@@ -6,7 +6,7 @@ KCONFIG_MODE = "--allnoconfig"
6 6
7require recipes-kernel/linux/linux-yocto.inc 7require recipes-kernel/linux/linux-yocto.inc
8 8
9LINUX_VERSION ?= "4.18.17" 9LINUX_VERSION ?= "4.18.20"
10LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 10LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
11 11
12DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 12DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native"
15KMETA = "kernel-meta" 15KMETA = "kernel-meta"
16KCONF_BSP_AUDIT_LEVEL = "2" 16KCONF_BSP_AUDIT_LEVEL = "2"
17 17
18SRCREV_machine_qemuarm ?= "26f444925aa62171e79a155bec72f055502cbce2" 18SRCREV_machine_qemuarm ?= "aee695377bdc1f8779a2c68383c069a664cbdf85"
19SRCREV_machine ?= "e78a46f375febc5f9305b6f94ae12fbf00b46330" 19SRCREV_machine ?= "3ec998a9e3e48f7f01c698c3932333be1c1f13df"
20SRCREV_meta ?= "5a99020e693eebe662ae0c4c08b65afedbd5cde3" 20SRCREV_meta ?= "85fa5f0caa839c7a4cafc0e0a9118a67897ad684"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
23 23
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.18.bb b/meta/recipes-kernel/linux/linux-yocto_4.18.bb
index d01bbfd703..d563f74671 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 ?= "fc10a65e12d9c6d1e0c63e19688727bc72922cdd" 14SRCREV_machine_qemuarm ?= "0ccc3a1c4ac6ad712be41e83a08a01de7ea8f3f8"
15SRCREV_machine_qemuarm64 ?= "e78a46f375febc5f9305b6f94ae12fbf00b46330" 15SRCREV_machine_qemuarm64 ?= "3ec998a9e3e48f7f01c698c3932333be1c1f13df"
16SRCREV_machine_qemumips ?= "d3ecc257838be6d1a15e1eb114ee960283bacf33" 16SRCREV_machine_qemumips ?= "e5c2b57fb8dfaae90014f4ec07689c97f634cbcf"
17SRCREV_machine_qemuppc ?= "e78a46f375febc5f9305b6f94ae12fbf00b46330" 17SRCREV_machine_qemuppc ?= "3ec998a9e3e48f7f01c698c3932333be1c1f13df"
18SRCREV_machine_qemux86 ?= "e78a46f375febc5f9305b6f94ae12fbf00b46330" 18SRCREV_machine_qemux86 ?= "3ec998a9e3e48f7f01c698c3932333be1c1f13df"
19SRCREV_machine_qemux86-64 ?= "e78a46f375febc5f9305b6f94ae12fbf00b46330" 19SRCREV_machine_qemux86-64 ?= "3ec998a9e3e48f7f01c698c3932333be1c1f13df"
20SRCREV_machine_qemumips64 ?= "48c3bf17f2c4699c9ee442c62ecdaad85fdb4232" 20SRCREV_machine_qemumips64 ?= "b60ebfc39bee8da6acff4e8add4af6045d1843f2"
21SRCREV_machine ?= "e78a46f375febc5f9305b6f94ae12fbf00b46330" 21SRCREV_machine ?= "3ec998a9e3e48f7f01c698c3932333be1c1f13df"
22SRCREV_meta ?= "5a99020e693eebe662ae0c4c08b65afedbd5cde3" 22SRCREV_meta ?= "85fa5f0caa839c7a4cafc0e0a9118a67897ad684"
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.17" 28LINUX_VERSION ?= "4.18.20"
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"