diff options
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.18.bb | 18 |
3 files changed, 14 insertions, 14 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 6ecb57efa4..9b8609b425 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 | ||
14 | SRCREV_machine ?= "ad21eff3cd97f23ceecad649f7f669223d218959" | 14 | SRCREV_machine ?= "917ee880b11f569d7a1118dc3575fd24d8ff349b" |
15 | SRCREV_meta ?= "9e348b6f9db185cb60a34d18fd14a18b5def2c31" | 15 | SRCREV_meta ?= "9e348b6f9db185cb60a34d18fd14a18b5def2c31" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 17 | SRC_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 | ||
20 | LINUX_VERSION ?= "4.18.26" | 20 | LINUX_VERSION ?= "4.18.27" |
21 | 21 | ||
22 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 22 | LIC_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 9ff5913c07..0be7f0889a 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 | ||
7 | require recipes-kernel/linux/linux-yocto.inc | 7 | require recipes-kernel/linux/linux-yocto.inc |
8 | 8 | ||
9 | LINUX_VERSION ?= "4.18.26" | 9 | LINUX_VERSION ?= "4.18.27" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
11 | 11 | ||
12 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 12 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
@@ -15,8 +15,8 @@ DEPENDS += "openssl-native util-linux-native" | |||
15 | KMETA = "kernel-meta" | 15 | KMETA = "kernel-meta" |
16 | KCONF_BSP_AUDIT_LEVEL = "2" | 16 | KCONF_BSP_AUDIT_LEVEL = "2" |
17 | 17 | ||
18 | SRCREV_machine_qemuarm ?= "0a2fc6e7fa406b0667c4b45f88f71c37edebdde9" | 18 | SRCREV_machine_qemuarm ?= "8f59516428463985f2a636b024b6c3f1b2178855" |
19 | SRCREV_machine ?= "5dacbcd48c2352caaa87d62bfbec5779b709f17f" | 19 | SRCREV_machine ?= "62f0a3acffffd555f68ed97d5e4faade2b28f3c0" |
20 | SRCREV_meta ?= "9e348b6f9db185cb60a34d18fd14a18b5def2c31" | 20 | SRCREV_meta ?= "9e348b6f9db185cb60a34d18fd14a18b5def2c31" |
21 | 21 | ||
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.18.bb b/meta/recipes-kernel/linux/linux-yocto_4.18.bb index 10c7ee8dce..4a9febc062 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" | |||
11 | KBRANCH_qemux86-64 ?= "v4.18/standard/base" | 11 | KBRANCH_qemux86-64 ?= "v4.18/standard/base" |
12 | KBRANCH_qemumips64 ?= "v4.18/standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "v4.18/standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "49fc5ca3eeb33c93ee551b778db488b630018e1b" | 14 | SRCREV_machine_qemuarm ?= "e66e05d38c1a0eda0db1f34090ecf7155226fa4c" |
15 | SRCREV_machine_qemuarm64 ?= "5dacbcd48c2352caaa87d62bfbec5779b709f17f" | 15 | SRCREV_machine_qemuarm64 ?= "62f0a3acffffd555f68ed97d5e4faade2b28f3c0" |
16 | SRCREV_machine_qemumips ?= "8347c02073d6e0a388bb2f055cd026b4fc2560a6" | 16 | SRCREV_machine_qemumips ?= "5fb9275fdd72ccd5f61cbbce5fef842fbcf3c957" |
17 | SRCREV_machine_qemuppc ?= "5dacbcd48c2352caaa87d62bfbec5779b709f17f" | 17 | SRCREV_machine_qemuppc ?= "62f0a3acffffd555f68ed97d5e4faade2b28f3c0" |
18 | SRCREV_machine_qemux86 ?= "5dacbcd48c2352caaa87d62bfbec5779b709f17f" | 18 | SRCREV_machine_qemux86 ?= "62f0a3acffffd555f68ed97d5e4faade2b28f3c0" |
19 | SRCREV_machine_qemux86-64 ?= "5dacbcd48c2352caaa87d62bfbec5779b709f17f" | 19 | SRCREV_machine_qemux86-64 ?= "62f0a3acffffd555f68ed97d5e4faade2b28f3c0" |
20 | SRCREV_machine_qemumips64 ?= "e8d0920e7ed5fb0da4eed2ea3872f904583ad824" | 20 | SRCREV_machine_qemumips64 ?= "19cccc092a7fe2337153c65045bded55ae4d5e4b" |
21 | SRCREV_machine ?= "5dacbcd48c2352caaa87d62bfbec5779b709f17f" | 21 | SRCREV_machine ?= "62f0a3acffffd555f68ed97d5e4faade2b28f3c0" |
22 | SRCREV_meta ?= "9e348b6f9db185cb60a34d18fd14a18b5def2c31" | 22 | SRCREV_meta ?= "9e348b6f9db185cb60a34d18fd14a18b5def2c31" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_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 | ||
27 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 27 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
28 | LINUX_VERSION ?= "4.18.26" | 28 | LINUX_VERSION ?= "4.18.27" |
29 | 29 | ||
30 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 30 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
31 | DEPENDS += "openssl-native util-linux-native" | 31 | DEPENDS += "openssl-native util-linux-native" |