summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-qoriq/0001-Makefile-fix-gcc-8-build-error.patch (renamed from recipes-kernel/linux/linux-qoriq/0001-fix-gcc-8-build-error-for-linux-4.9.patch)8
-rw-r--r--recipes-kernel/linux/linux-qoriq_4.9.bb4
2 files changed, 6 insertions, 6 deletions
diff --git a/recipes-kernel/linux/linux-qoriq/0001-fix-gcc-8-build-error-for-linux-4.9.patch b/recipes-kernel/linux/linux-qoriq/0001-Makefile-fix-gcc-8-build-error.patch
index facf96da..b4c4aed8 100644
--- a/recipes-kernel/linux/linux-qoriq/0001-fix-gcc-8-build-error-for-linux-4.9.patch
+++ b/recipes-kernel/linux/linux-qoriq/0001-Makefile-fix-gcc-8-build-error.patch
@@ -1,7 +1,7 @@
1From 7370e3004d56882652cb6d20b54c19b48b87f8a5 Mon Sep 17 00:00:00 2001 1From 5066b8f46b0f2348881923491b93825ac04d13d2 Mon Sep 17 00:00:00 2001
2From: Chunrong Guo <chunrong.guo@nxp.com> 2From: Chunrong Guo <chunrong.guo@nxp.com>
3Date: Thu, 5 Jul 2018 15:43:19 +0800 3Date: Sat, 29 Sep 2018 14:12:34 +0800
4Subject: [PATCH] fix gcc-8 build error 4Subject: [PATCH] Makefile: fix gcc-8 build error
5 5
6Signed-off-by: BJ DevOps Team <bjdevops@NXP1.onmicrosoft.com> 6Signed-off-by: BJ DevOps Team <bjdevops@NXP1.onmicrosoft.com>
7--- 7---
@@ -9,7 +9,7 @@ Signed-off-by: BJ DevOps Team <bjdevops@NXP1.onmicrosoft.com>
9 1 file changed, 1 insertion(+) 9 1 file changed, 1 insertion(+)
10 10
11diff --git a/Makefile b/Makefile 11diff --git a/Makefile b/Makefile
12index 7d06dba..fb763a5 100644 12index 53d57ac..b7c5fd4 100644
13--- a/Makefile 13--- a/Makefile
14+++ b/Makefile 14+++ b/Makefile
15@@ -395,6 +395,7 @@ LINUXINCLUDE += $(filter-out $(LINUXINCLUDE),$(USERINCLUDE)) 15@@ -395,6 +395,7 @@ LINUXINCLUDE += $(filter-out $(LINUXINCLUDE),$(USERINCLUDE))
diff --git a/recipes-kernel/linux/linux-qoriq_4.9.bb b/recipes-kernel/linux/linux-qoriq_4.9.bb
index 7e920dd7..04ff7b96 100644
--- a/recipes-kernel/linux/linux-qoriq_4.9.bb
+++ b/recipes-kernel/linux/linux-qoriq_4.9.bb
@@ -7,9 +7,9 @@ LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" 7LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
8 8
9SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \ 9SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \
10 file://0001-fix-gcc-8-build-error-for-linux-4.9.patch \ 10 file://0001-Makefile-fix-gcc-8-build-error.patch \
11" 11"
12SRCREV = "c4881840f02f6070dede14a698e6feedd586be9b" 12SRCREV = "e8b01fb24fb8eb1adee9667eba2cae702b5892e9"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15