summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc-imx_4.9-1.0.x.bb
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2019-11-19 20:02:51 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2019-11-19 19:38:07 -0300
commitdfc6944b1c5ffe2cb1e43483ce56c343e9a06fae (patch)
tree8722dbf5386cb66384900ec03b77908c6deb25dc /recipes-kernel/linux/linux-fslc-imx_4.9-1.0.x.bb
parent1db79a1dbe1f6835986196b4570ee70eccd35a64 (diff)
downloadmeta-freescale-dfc6944b1c5ffe2cb1e43483ce56c343e9a06fae.tar.gz
linux-fslc-imx_4.9-1.0.x: replace patchset to the one from stable
Replace the patchset, which resolves kernel compilation issues when gcc9 is used. Original patchset introduced here was the initial commit that solved the issue, while this patchset is cherry-picked from stable tree branch linux-4.9.y and included included in v4.9.188 upwards. Once linux-fslc-imx would get updated past v4.9.188 - this patchset should be removed from the layer. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Diffstat (limited to 'recipes-kernel/linux/linux-fslc-imx_4.9-1.0.x.bb')
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_4.9-1.0.x.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_4.9-1.0.x.bb b/recipes-kernel/linux/linux-fslc-imx_4.9-1.0.x.bb
index 3f4371d3..7114cd22 100644
--- a/recipes-kernel/linux/linux-fslc-imx_4.9-1.0.x.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_4.9-1.0.x.bb
@@ -12,8 +12,8 @@ PV .= "+git${SRCPV}"
12 12
13SRCBRANCH = "4.9-1.0.x-imx" 13SRCBRANCH = "4.9-1.0.x-imx"
14SRCREV = "953c6e30c9701fda69ef08e2476c541dc4fb1453" 14SRCREV = "953c6e30c9701fda69ef08e2476c541dc4fb1453"
15SRC_URI += "file://0001-compiler-attributes-add-support-for-copy-gcc-9.patch \ 15SRC_URI += "file://0001-Backport-minimal-compiler_attributes.h-to-support-GC.patch \
16 file://0002-include-linux-module.h-copy-init-exit-attrs-to-.patch \ 16 file://0002-include-linux-module.h-copy-__init-__exit-attrs-to-i.patch \
17 " 17 "
18 18
19COMPATIBLE_MACHINE = "(mx6|mx7)" 19COMPATIBLE_MACHINE = "(mx6|mx7)"