summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-qoriq_4.14.bb
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-07-05 13:06:59 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-07-12 17:18:34 -0300
commit5a2d71d9f78031e2f689f13008727cae065c2508 (patch)
treed3ad77854283ead0e44476ae972dba41c825f16f /recipes-kernel/linux/linux-qoriq_4.14.bb
parent1bef7398e0de36d6268860c43d02f6ed5adfd15d (diff)
downloadmeta-freescale-5a2d71d9f78031e2f689f13008727cae065c2508.tar.gz
linux-qoriq/4.14: update to e3aede3
*update to lsdk 1906 tag include the following changes: e3aede3 - tcp: enforce tcp_min_snd_mss in tcp_mtu_probing() 307f55b - tcp: add tcp_min_snd_mss sysctl c3f6a40 - tcp: tcp_fragment() should apply sane memory limits 7d63a76 - tcp: limit payload size of sacked skbs bc6fb71 - Revert "crypto: caam - fix concurrency issue in givencrypt descriptor" 5ead7f1 - dpaa2-eth: Remove FSL_DPAA2_ETH_DEBUGFS option 34ae8f0 - dpaa2-eth: Move CEETM config options under FSL_DPAA2_ETH 9ac3836 - ahci_qoriq: bug fix for ecc_addr f793640 - arm64: dts: ls1028a: add gpu node 043de79 - sdk_qbman: Avoid variable length array in USDPAA bd9550f - drivers: net: can: flexcan: fix flexcan not working 4660157 - dpaa2-eth: add irq for the dpmac connect/disconnect event 4319197 - dpaa2-eth: Fix incorrect version check e3f7267 - dpaa2-eth: Fix FQ-based enqueue 3b04038 - crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid input 4f0c3a1 - crypto: caam - fix concurrency issue in givencrypt descriptor 439f828 - arm64: dts: ls1028a: Add temperature sensor node 2353f24 - dpaa2-eth: No bql accounting for XDP frames 50c4adb - arm64: dts: ls1028a: Fix CPU idle fail. 815dbbc - dmaengine: fsl-edma: support little endian for edma driver e7275aa - arm64: dts: fsl: ls1028a: Add qDMA node 2e4a124 - arm64: dts: lx2160a: update interrupt property for Aquantia phy bd8ee34 - can: flexcan: Handle bit timings overflow 8330f91 - Fix flexcan compiling errors. Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-kernel/linux/linux-qoriq_4.14.bb')
-rw-r--r--recipes-kernel/linux/linux-qoriq_4.14.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-qoriq_4.14.bb b/recipes-kernel/linux/linux-qoriq_4.14.bb
index 9f4bcf04..cd37c5d2 100644
--- a/recipes-kernel/linux/linux-qoriq_4.14.bb
+++ b/recipes-kernel/linux/linux-qoriq_4.14.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
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-Makfefile-add-cflags.patch \ 10 file://0001-Makfefile-add-cflags.patch \
11" 11"
12SRCREV = "7e52442b136c439c142c4859a70ce92208c481a9" 12SRCREV = "e3aede3681a610e6d42c397b96547dc90f6f9e87"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15