summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc-imx_4.9-1.0.x.bb
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2019-11-14 18:09:36 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2019-11-18 14:43:29 -0300
commitde48050fe0e9015413a01c60bbf5e0469fc1ca50 (patch)
tree161aacdbc298dd2378da42251db67a983a33b778 /recipes-kernel/linux/linux-fslc-imx_4.9-1.0.x.bb
parent8791f78b8c990e53704b013117f6c53570119ce5 (diff)
downloadmeta-freescale-de48050fe0e9015413a01c60bbf5e0469fc1ca50.tar.gz
linux-fslc-imx_4.9-1.0.x: Backport patches to fix building with gcc 9
Closes #192. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.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.bb3
1 files changed, 3 insertions, 0 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 aff27bbf..3f4371d3 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,5 +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 \
16 file://0002-include-linux-module.h-copy-init-exit-attrs-to-.patch \
17 "
15 18
16COMPATIBLE_MACHINE = "(mx6|mx7)" 19COMPATIBLE_MACHINE = "(mx6|mx7)"