diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-11-19 14:17:51 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-24 10:27:45 +0000 |
commit | 4021d09d50ef9cd42168063335c471767db07e8c (patch) | |
tree | 53f5fdd64c4ac5f15613fb24a816f3f7c23c1327 | |
parent | d77883b9cd1003f9e623a97e65cda58082a5e0f3 (diff) | |
download | poky-4021d09d50ef9cd42168063335c471767db07e8c.tar.gz |
linux-yocto/5.8: ext4/tipc warning fixups
Integrating the following commit(s) to linux-yocto/5.8:
3c5d210805d6 tipc: fix -Wstringop-truncation warnings
cc89fd77c248 ext4: fix -Wstringop-truncation warnings
(From OE-Core rev: 45a229f84fe71b251530bb182c1ad03a88f592a8)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.8.bb | 18 |
3 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb index c2d627acb7..033dfc76a2 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb | |||
@@ -11,7 +11,7 @@ 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 ?= "52b840afae058fb20ce69ff5af811f8582b3bb5a" | 14 | SRCREV_machine ?= "3c5d210805d61bea8f8a8081e0e3a89ea8a61f3f" |
15 | SRCREV_meta ?= "7883b60d324029d26020c0b3f826b35c52fd9674" | 15 | SRCREV_meta ?= "7883b60d324029d26020c0b3f826b35c52fd9674" |
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 \ |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb index 31a84f3972..50cee07620 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb | |||
@@ -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 ?= "3e9aa72b02cf7d04096e367c99d503cd1d26cc6c" | 18 | SRCREV_machine_qemuarm ?= "9509db6e3ed6a23b1f7495b53248d1cbfe22710b" |
19 | SRCREV_machine ?= "52b840afae058fb20ce69ff5af811f8582b3bb5a" | 19 | SRCREV_machine ?= "3c5d210805d61bea8f8a8081e0e3a89ea8a61f3f" |
20 | SRCREV_meta ?= "7883b60d324029d26020c0b3f826b35c52fd9674" | 20 | SRCREV_meta ?= "7883b60d324029d26020c0b3f826b35c52fd9674" |
21 | 21 | ||
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.8.bb b/meta/recipes-kernel/linux/linux-yocto_5.8.bb index c6fb9e9f86..af576891e2 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.8.bb | |||
@@ -12,15 +12,15 @@ KBRANCH_qemux86 ?= "v5.8/standard/base" | |||
12 | KBRANCH_qemux86-64 ?= "v5.8/standard/base" | 12 | KBRANCH_qemux86-64 ?= "v5.8/standard/base" |
13 | KBRANCH_qemumips64 ?= "v5.8/standard/mti-malta64" | 13 | KBRANCH_qemumips64 ?= "v5.8/standard/mti-malta64" |
14 | 14 | ||
15 | SRCREV_machine_qemuarm ?= "0c6d276c75233f9b8d05103ff652676a2c271868" | 15 | SRCREV_machine_qemuarm ?= "14b463d0e5c1e2ff354244420f9bbc7f0ab80533" |
16 | SRCREV_machine_qemuarm64 ?= "52b840afae058fb20ce69ff5af811f8582b3bb5a" | 16 | SRCREV_machine_qemuarm64 ?= "3c5d210805d61bea8f8a8081e0e3a89ea8a61f3f" |
17 | SRCREV_machine_qemumips ?= "4c07d59936f8e28eadecab8f56ef14726f77ccb8" | 17 | SRCREV_machine_qemumips ?= "8d8d9afb396f154f366f32948fdff3cf4e269841" |
18 | SRCREV_machine_qemuppc ?= "52b840afae058fb20ce69ff5af811f8582b3bb5a" | 18 | SRCREV_machine_qemuppc ?= "3c5d210805d61bea8f8a8081e0e3a89ea8a61f3f" |
19 | SRCREV_machine_qemuriscv64 ?= "52b840afae058fb20ce69ff5af811f8582b3bb5a" | 19 | SRCREV_machine_qemuriscv64 ?= "3c5d210805d61bea8f8a8081e0e3a89ea8a61f3f" |
20 | SRCREV_machine_qemux86 ?= "52b840afae058fb20ce69ff5af811f8582b3bb5a" | 20 | SRCREV_machine_qemux86 ?= "3c5d210805d61bea8f8a8081e0e3a89ea8a61f3f" |
21 | SRCREV_machine_qemux86-64 ?= "52b840afae058fb20ce69ff5af811f8582b3bb5a" | 21 | SRCREV_machine_qemux86-64 ?= "3c5d210805d61bea8f8a8081e0e3a89ea8a61f3f" |
22 | SRCREV_machine_qemumips64 ?= "2224bf83cf372bb729583dfb93ad28abba9905fd" | 22 | SRCREV_machine_qemumips64 ?= "01a02b058f9a8941032b298b8d25c673526152f4" |
23 | SRCREV_machine ?= "52b840afae058fb20ce69ff5af811f8582b3bb5a" | 23 | SRCREV_machine ?= "3c5d210805d61bea8f8a8081e0e3a89ea8a61f3f" |
24 | SRCREV_meta ?= "7883b60d324029d26020c0b3f826b35c52fd9674" | 24 | SRCREV_meta ?= "7883b60d324029d26020c0b3f826b35c52fd9674" |
25 | 25 | ||
26 | # remap qemuarm to qemuarma15 for the 5.8 kernel | 26 | # remap qemuarm to qemuarma15 for the 5.8 kernel |