summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorJens Rehsack <sno@netbsd.org>2020-04-11 19:50:47 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-11 15:34:12 -0300
commit377c26ac5ecc9d04e2c20f3ff091b3f6483ddc10 (patch)
tree27949ae676e79774c494e06ae92567c22733da37 /recipes-kernel
parent4bda30e0bbbe672552e1e24017b97b89962c7a20 (diff)
downloadmeta-freescale-377c26ac5ecc9d04e2c20f3ff091b3f6483ddc10.tar.gz
linux-qoriq_4.19: remove recipe
Since upcoming release of Yocto will be LTS, linux-qoriq-4.19 isn't expected to be supported as long as meta-freescale supporters have to support layer for dunfell users. Those who want to use linux-qoriq on dunfell with their own effort can rely on '69652b44 linux-qoriq_4.19: upgrade to LSDK-20.04' by reverting this commit. Signed-off-by: Jens Rehsack <sno@netbsd.org>
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