summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-rcar-gen3
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2018-01-18 09:24:32 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2018-02-13 11:02:00 +0100
commit0da5edbf53198249bbb2d842731698188108e315 (patch)
tree17990eeb5fc65260cfacd7580eaf03e8bedc75ea /meta-agl-bsp/meta-rcar-gen3
parentf58451c088856360256397acb49c98ed2ad87252 (diff)
Fix gcc7 issue
Change-Id: Id36993962b2b25624a581ec92743ea7633f99e98 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-agl-bsp/meta-rcar-gen3')
-rw-r--r--meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend
index 135b2a430..9dbdfc527 100644
--- a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend
+++ b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend
@@ -3,7 +3,7 @@ inherit pythonnative
DEPENDS += " python-pycrypto-native"
#Need for gcc 6.2
-CFLAGS += " -fno-strict-aliasing -Wno-unused-variable -Wno-shift-negative-value"
+CFLAGS += " -fno-strict-aliasing -Wno-unused-variable -Wno-shift-negative-value -Wno-implicit-fallthrough"
SRC_URI_append = " \
file://default_bold.c \