From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../linux-qoriq/0001-fix-gcc8-build-error.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 bsp/meta-freescale/recipes-kernel/linux/linux-qoriq/0001-fix-gcc8-build-error.patch (limited to 'bsp/meta-freescale/recipes-kernel/linux/linux-qoriq/0001-fix-gcc8-build-error.patch') diff --git a/bsp/meta-freescale/recipes-kernel/linux/linux-qoriq/0001-fix-gcc8-build-error.patch b/bsp/meta-freescale/recipes-kernel/linux/linux-qoriq/0001-fix-gcc8-build-error.patch deleted file mode 100644 index 3cd25014..00000000 --- a/bsp/meta-freescale/recipes-kernel/linux/linux-qoriq/0001-fix-gcc8-build-error.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 844ce11967bca7b7f68c6cb459e02c9a10f32574 Mon Sep 17 00:00:00 2001 -From: BJ DevOps Team -Date: Tue, 3 Jul 2018 15:06:29 +0800 -Subject: [PATCH] fix gcc8 build error - ---- - Makefile | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/Makefile b/Makefile -index d6db01a..85d9d6c 100644 ---- a/Makefile -+++ b/Makefile -@@ -422,6 +422,8 @@ LINUXINCLUDE := \ - KBUILD_AFLAGS := -D__ASSEMBLY__ - KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ - -fno-strict-aliasing -fno-common -fshort-wchar \ -+ -Wno-packed-not-aligned \ -+ -Wno-tautological-compare \ - -Werror-implicit-function-declaration \ - -Wno-format-security \ - -std=gnu89 --- -1.8.3.1 - -- cgit 1.2.3-korg