[meta-freescale] [PATCH 05/14] linux-qoriq/4.14: update to b09b730

chunrong.guo at nxp.com chunrong.guo at nxp.com
Thu Jul 5 02:41:50 PDT 2018


From: Chunrong Guo <chunrong.guo at nxp.com>

*include the following changes:
b09b730 - Merge branch 'linux-4.14-nxp' into linux-4.14 on June 20, 2018
a292fda - ARM: lsdk.config: enable crypto options
e74694c - dts: add copyright to the SDK dts files
2012a9d - PCI: Mark NXP LS1088 to avoid bus reset bus
9c3e6f9 - sdk_dpaa: ceetm: drain the ceetm CQs on destroy
93d6666 - sdk_dpaa: ceetm: WQ/CEETM mode switchover cleanup
04c9a32 - sdk_dpaa: ceetm: reset the wbfs groups and priorities on teardown
2f811a1 - sdk_dpaa: ceetm: propagate the ceetm channel through the qdisc tree
9f87f8e - fsl_qbman: ceetm: export the qman_ceetm_query_cq call
c67cd4e - sdk_dpaa: ceetm: stop the netdev queues when switching ceetm on
1697f24 - Merge branch 'linux-4.14-nxp' into linux-4.14 on June 19, 2018
f081503 - staging: fsl-dpaa2/eth: Update to use SPDX identifiers
401c538 - powerpc: dts: fsl: Update to use SPDX identifiers
8ba3255 - staging: fsl-dpaa2/eth: Remove Kconfig dependency on QBMAN_DEBUG
fcdc0b5 - staging: fsl-dpaa2/eth: allow the driver to compile multi-arch
66f6578 - staging: fsl-dpaa2/ethsw: Sync DPSW driver with dash-linux
9bedb2d - staging: fsl-dpaa2/ethsw: Update copyright of DPSW drivers
0718624 - staging: fsl-dpaa2/ethsw: Fix setting port learning/flooding flags
55037c7 - Merge branch 'linux-4.14-nxp' into linux-4.14 on June 14, 2018
4eb6958 - arm64: dts: freescale: Update to use SPDX identifiers
5b0a7af - sdk: dts: ppc: add NXP copyright
faebaf6 - dmaengine: nxp-dpaa2-qdma: fix qdma driver when CPU is running on Big Endian mode.
bc007d5 - staging: fsl-mc/dpio: Add missing argument identifier
e5a9d78 - staging: fsl-mc/dpio: Fix incorrect masking
7ba6328 - staging: fsl-mc/dpio: Use __leXX types where needed
ce5dc93 - staging: fsl-mc/dpio: Fix cast truncate warning
ad16e79 - staging: fsl-mc/dpio: Fix incorrect cast
c19d9c8 - staging: fsl-mc/dpio: allow the driver to compile multi-arch
7b3dcdf - staging: fsl-mc: dpio: remove foolish -Werror Makefile addtion
9426cfd - staging: fsl-mc/dpio: Fix incorrect casts

*fix gcc-8 build error

Signed-off-by: Chunrong Guo <chunrong.guo at nxp.com>
---
 .../linux-qoriq/0001-fix-gcc8-build-error.patch    | 25 ++++++++++++++++++++++
 recipes-kernel/linux/linux-qoriq_4.14.bb           |  3 ++-
 2 files changed, 27 insertions(+), 1 deletion(-)
 create mode 100644 recipes-kernel/linux/linux-qoriq/0001-fix-gcc8-build-error.patch

diff --git a/recipes-kernel/linux/linux-qoriq/0001-fix-gcc8-build-error.patch b/recipes-kernel/linux/linux-qoriq/0001-fix-gcc8-build-error.patch
new file mode 100644
index 0000000..3cd2501
--- /dev/null
+++ b/recipes-kernel/linux/linux-qoriq/0001-fix-gcc8-build-error.patch
@@ -0,0 +1,25 @@
+From 844ce11967bca7b7f68c6cb459e02c9a10f32574 Mon Sep 17 00:00:00 2001
+From: BJ DevOps Team <bjdevops at NXP1.onmicrosoft.com>
+Date: Tue, 3 Jul 2018 15:06:29 +0800
+Subject: [PATCH] fix gcc8 build error
+
+---
+ Makefile | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/Makefile b/Makefile
+index d6db01a..85d9d6c 100644
+--- a/Makefile
++++ b/Makefile
+@@ -422,6 +422,8 @@ LINUXINCLUDE    := \
+ KBUILD_AFLAGS   := -D__ASSEMBLY__
+ KBUILD_CFLAGS   := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
+ 		   -fno-strict-aliasing -fno-common -fshort-wchar \
++                   -Wno-packed-not-aligned \
++                   -Wno-tautological-compare \
+ 		   -Werror-implicit-function-declaration \
+ 		   -Wno-format-security \
+ 		   -std=gnu89
+-- 
+1.8.3.1
+
diff --git a/recipes-kernel/linux/linux-qoriq_4.14.bb b/recipes-kernel/linux/linux-qoriq_4.14.bb
index f4af8d5..bceacf3 100644
--- a/recipes-kernel/linux/linux-qoriq_4.14.bb
+++ b/recipes-kernel/linux/linux-qoriq_4.14.bb
@@ -7,8 +7,9 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 
 SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \
+    file://0001-fix-gcc8-build-error.patch \
 "
-SRCREV = "dfe1b1320d85c5eea99af54dfbf5e9923c3392cc"
+SRCREV = "b09b730fcb1cbcbaa71ff8a84eafd1c2454f7e55"
 
 S = "${WORKDIR}/git"
 
-- 
2.7.4



More information about the meta-freescale mailing list