summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-qoriq/0001-Makfefile-add-cflags.patch26
-rw-r--r--recipes-kernel/linux/linux-qoriq_4.19.bb8
2 files changed, 0 insertions, 34 deletions
diff --git a/recipes-kernel/linux/linux-qoriq/0001-Makfefile-add-cflags.patch b/recipes-kernel/linux/linux-qoriq/0001-Makfefile-add-cflags.patch
deleted file mode 100644
index 4e76c105..00000000
--- a/recipes-kernel/linux/linux-qoriq/0001-Makfefile-add-cflags.patch
+++ /dev/null
@@ -1,26 +0,0 @@
1From e2283cc7582ba82f346b05fdb38f0057e54de7fa 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: add cflags
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 967692b..ae395cd 100644
13--- a/Makefile
14+++ b/Makefile
15@@ -417,7 +417,7 @@ LINUXINCLUDE := \
16 KBUILD_AFLAGS := -D__ASSEMBLY__
17 KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
18 -fno-strict-aliasing -fno-common -fshort-wchar \
19- -Werror-implicit-function-declaration \
20+ -Werror-implicit-function-declaration -Wno-address-of-packed-member \
21 -Wno-format-security \
22 -std=gnu89
23 KBUILD_CPPFLAGS := -D__KERNEL__
24--
252.7.4
26
diff --git a/recipes-kernel/linux/linux-qoriq_4.19.bb b/recipes-kernel/linux/linux-qoriq_4.19.bb
deleted file mode 100644
index 433e1b07..00000000
--- a/recipes-kernel/linux/linux-qoriq_4.19.bb
+++ /dev/null
@@ -1,8 +0,0 @@
1LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
2
3SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \
4 file://0001-Makfefile-add-cflags.patch \
5"
6SRCREV = "c5f3ab9ac163f5c86a5c1ed163afaf24f2eea669"
7
8require recipes-kernel/linux/linux-qoriq.inc