summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-qoriq
diff options
context:
space:
mode:
authorJens Rehsack <sno@netbsd.org>2020-04-07 13:29:02 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-07 16:09:42 -0300
commit945f9c7d33ee1b46f5d132e5e1b4cb2d0df27c7c (patch)
tree6a8d322c95f8a6519b14a5df92ae5cba097ce2df /recipes-kernel/linux/linux-qoriq
parent6f63fe25adb4935a71255823891749fed0fbdeb9 (diff)
downloadmeta-freescale-945f9c7d33ee1b46f5d132e5e1b4cb2d0df27c7c.tar.gz
linux-qoriq_5.4: add 5.4 kernel from LSDK-20.04
Add recipe for linux-5.4 from latest NXP LSDK (20.04). Signed-off-by: Jens Rehsack <sno@netbsd.org>
Diffstat (limited to 'recipes-kernel/linux/linux-qoriq')
-rw-r--r--recipes-kernel/linux/linux-qoriq/0001-Makfefile-linux-5.4-add-warning-cflags-on-LSDK-20.04.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-qoriq/0001-Makfefile-linux-5.4-add-warning-cflags-on-LSDK-20.04.patch b/recipes-kernel/linux/linux-qoriq/0001-Makfefile-linux-5.4-add-warning-cflags-on-LSDK-20.04.patch
new file mode 100644
index 00000000..b6c21d06
--- /dev/null
+++ b/recipes-kernel/linux/linux-qoriq/0001-Makfefile-linux-5.4-add-warning-cflags-on-LSDK-20.04.patch
@@ -0,0 +1,26 @@
1From 6cf92b25d63ff9e2b77ce0fbf62f4d5d040ef5db Mon Sep 17 00:00:00 2001
2From: Chunrong Guo <chunrong.guo@nxp.com>
3Date: Tue, 12 Mar 2019 03:52:03 +0100
4Subject: [PATCH] Makfefile: linux-5.4 add warning cflags on LSDK-20.04
5
6Signed-off-by: C.r. Guo <nxa13725@lsv07004.swis.us-cdc01.nxp.com>
7---
8 Makefile | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/Makefile b/Makefile
12index 07998b60d56c..7ec8fcb73e17 100644
13--- a/Makefile
14+++ b/Makefile
15@@ -458,7 +458,7 @@ KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE
16 KBUILD_CFLAGS := -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs \
17 -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE \
18 -Werror=implicit-function-declaration -Werror=implicit-int \
19- -Wno-format-security \
20+ -Wno-address-of-packed-member -Wno-format-security \
21 -std=gnu89
22 KBUILD_CPPFLAGS := -D__KERNEL__
23 KBUILD_AFLAGS_KERNEL :=
24--
252.17.1
26