[meta-freescale] [PATCH 19/23] linux-qoriq/4.9: update to e8b01fb

chunrong.guo at nxp.com chunrong.guo at nxp.com
Sat Sep 29 01:59:52 PDT 2018


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

*update to lsdk 1809 tag
include the following changes:
e8b01fb - Merge branch 'linux-4.9-nxp' into linux-4.9 on Sep 18, 2018
b4e1e65 - staging: fsl_ppfe/eth: handle ls1012a errata_a010897
08fbe85 - staging: fsl_ppfe/eth: disable CRC removal
b8cccb6 - staging: fsl_ppfe/eth: remove jumbo frame enable from gemac init
70d99b6 - staging: fsl_ppfe/eth: define pfe ndo_change_mtu function
2b5471a - staging: fsl_ppfe/eth: use mask for rx max frame len
6f5a39f - staging: fsl_ppfe/eth: reorganize pfe_netdev_ops
7fcc6a4 - sdk_dpaa: ls1043a errata: move comment
b24a3d7 - sdk_dpaa: ls1043a errata: align skb_shinfo
9eb7396 - Merge branch 'linux-4.9-nxp' into linux-4.9 on Sep 17, 2018
5f51ee4 - mtd: fsl-quadspi: introduce variable to fix different invalid master Id for different platform
a868c814 - encrypted_keys: Adds support for secure key-type as master key.
9262d84 - Merge branch 'linux-4.9-nxp' into linux-4.9 on Sep 13, 2018
b2a7693 - crypto: caam - fix DMA mapping direction for RSA forms 2 & 3
1263e51 - crypto: caam/jr - fix descriptor DMA unmapping
2b246c3 - sdk_dpaa: store the skb backpointer in the skb headroom
f958c10 - powerpc/mpc85xx: fix issues in clock node
3840325 - Fix compiling error
b750b6e - security/keys/secure_key: Adds the secure key support based on CAAM.
233cfc7 - tee: optee: making OPTEE_SHM_NUM_PRIV_PAGES configurable via Kconfig
bd42cc4 - Merge branch 'linux-4.9-nxp' into linux-4.9 on Sep 5, 2018
82f6df6 - fmd: use "fsl,fman-ptp-timer" compatible for ptp probe
fe785fb - sdk_dpaa: fix jumboframe issue
de252a4 - Merge branch 'linux-4.9-nxp' into linux-4.9 on Sep 4, 2018
10e02ba - arm64: dts: updates for Unified Backplane driver
eb39c2c - arm64: dts: ls1046: add support for 10GBase-KR
dcd820f - arm64: dts: ls1088a: add backplane support
d0a2671 - arm64: dts: ls2088a: update backplane support with dpmac connections
4a2312c - staging: fsl-dpaa2/eth: Delay netdev_register() call
ba1a544 - crypto: tcrypt - reschedule during speed tests
6fee36b - Merge branch 'linux-4.9-nxp' into linux-4.9 on Aug 30, 2018
c15a4ca - Merge Linaro LSK linux-4.9.124 into linux-4.9
7ca5139 - Merge tag 'v4.9.124' into linux-linaro-lsk-v4.9

*refresh patches

Signed-off-by: Chunrong Guo <chunrong.guo at nxp.com>
---
 .../0001-Makefile-fix-gcc-8-build-error.patch      | 25 ++++++++++++++++++++++
 .../0001-fix-gcc-8-build-error-for-linux-4.9.patch | 25 ----------------------
 recipes-kernel/linux/linux-qoriq_4.9.bb            |  4 ++--
 3 files changed, 27 insertions(+), 27 deletions(-)
 create mode 100644 recipes-kernel/linux/linux-qoriq/0001-Makefile-fix-gcc-8-build-error.patch
 delete mode 100644 recipes-kernel/linux/linux-qoriq/0001-fix-gcc-8-build-error-for-linux-4.9.patch

diff --git a/recipes-kernel/linux/linux-qoriq/0001-Makefile-fix-gcc-8-build-error.patch b/recipes-kernel/linux/linux-qoriq/0001-Makefile-fix-gcc-8-build-error.patch
new file mode 100644
index 0000000..b4c4aed
--- /dev/null
+++ b/recipes-kernel/linux/linux-qoriq/0001-Makefile-fix-gcc-8-build-error.patch
@@ -0,0 +1,25 @@
+From 5066b8f46b0f2348881923491b93825ac04d13d2 Mon Sep 17 00:00:00 2001
+From: Chunrong Guo <chunrong.guo at nxp.com>
+Date: Sat, 29 Sep 2018 14:12:34 +0800
+Subject: [PATCH] Makefile: fix gcc-8 build error
+
+Signed-off-by: BJ DevOps Team <bjdevops at NXP1.onmicrosoft.com>
+---
+ Makefile | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Makefile b/Makefile
+index 53d57ac..b7c5fd4 100644
+--- a/Makefile
++++ b/Makefile
+@@ -395,6 +395,7 @@ LINUXINCLUDE	+= $(filter-out $(LINUXINCLUDE),$(USERINCLUDE))
+ KBUILD_AFLAGS   := -D__ASSEMBLY__
+ KBUILD_CFLAGS   := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
+ 		   -fno-strict-aliasing -fno-common \
++                   -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/0001-fix-gcc-8-build-error-for-linux-4.9.patch b/recipes-kernel/linux/linux-qoriq/0001-fix-gcc-8-build-error-for-linux-4.9.patch
deleted file mode 100644
index facf96d..0000000
--- a/recipes-kernel/linux/linux-qoriq/0001-fix-gcc-8-build-error-for-linux-4.9.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 7370e3004d56882652cb6d20b54c19b48b87f8a5 Mon Sep 17 00:00:00 2001
-From: Chunrong Guo <chunrong.guo at nxp.com>
-Date: Thu, 5 Jul 2018 15:43:19 +0800
-Subject: [PATCH] fix gcc-8 build error
-
-Signed-off-by: BJ DevOps Team <bjdevops at NXP1.onmicrosoft.com>
----
- Makefile | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/Makefile b/Makefile
-index 7d06dba..fb763a5 100644
---- a/Makefile
-+++ b/Makefile
-@@ -395,6 +395,7 @@ LINUXINCLUDE	+= $(filter-out $(LINUXINCLUDE),$(USERINCLUDE))
- KBUILD_AFLAGS   := -D__ASSEMBLY__
- KBUILD_CFLAGS   := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
- 		   -fno-strict-aliasing -fno-common \
-+                   -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.9.bb b/recipes-kernel/linux/linux-qoriq_4.9.bb
index 7e920dd..04ff7b9 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"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 
 SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \
-    file://0001-fix-gcc-8-build-error-for-linux-4.9.patch \
+    file://0001-Makefile-fix-gcc-8-build-error.patch \
 "
-SRCREV = "c4881840f02f6070dede14a698e6feedd586be9b"
+SRCREV = "e8b01fb24fb8eb1adee9667eba2cae702b5892e9"
 
 S = "${WORKDIR}/git"
 
-- 
2.7.4



More information about the meta-freescale mailing list