]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-qoriq_4.19: remove recipe
authorJens Rehsack <sno@netbsd.org>
Sat, 11 Apr 2020 17:50:47 +0000 (19:50 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 11 Apr 2020 18:34:12 +0000 (15:34 -0300)
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>
recipes-kernel/linux/linux-qoriq/0001-Makfefile-add-cflags.patch [deleted file]
recipes-kernel/linux/linux-qoriq_4.19.bb [deleted file]

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 (file)
index 4e76c10..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-From e2283cc7582ba82f346b05fdb38f0057e54de7fa Mon Sep 17 00:00:00 2001
-From: Chunrong Guo <chunrong.guo@nxp.com>
-Date: Tue, 12 Mar 2019 03:52:03 +0100
-Subject: [PATCH] Makfefile: add cflags
-
-Signed-off-by: C.r. Guo <nxa13725@lsv07004.swis.us-cdc01.nxp.com>
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index 967692b..ae395cd 100644
---- a/Makefile
-+++ b/Makefile
-@@ -417,7 +417,7 @@ LINUXINCLUDE    := \
- KBUILD_AFLAGS   := -D__ASSEMBLY__
- KBUILD_CFLAGS   := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-                  -fno-strict-aliasing -fno-common -fshort-wchar \
--                 -Werror-implicit-function-declaration \
-+                 -Werror-implicit-function-declaration -Wno-address-of-packed-member \
-                  -Wno-format-security \
-                  -std=gnu89
- KBUILD_CPPFLAGS := -D__KERNEL__
--- 
-2.7.4
-
diff --git a/recipes-kernel/linux/linux-qoriq_4.19.bb b/recipes-kernel/linux/linux-qoriq_4.19.bb
deleted file mode 100644 (file)
index 433e1b0..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
-
-SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \
-    file://0001-Makfefile-add-cflags.patch \
-"
-SRCREV = "c5f3ab9ac163f5c86a5c1ed163afaf24f2eea669"
-
-require recipes-kernel/linux/linux-qoriq.inc