summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-qoriq_3.12.bb
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-11-09 23:14:28 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-11-10 13:30:21 +0800
commit95d9f9aba81ccdae53011ac8c6fbbc2605b9cedc (patch)
treeaca69e368305526badde21ffd3a3cabd3060f696 /recipes-kernel/linux/linux-qoriq_3.12.bb
parent59fc0c33d2de5db65af4c09c4d28fd78fa0f7b4f (diff)
downloadmeta-fsl-ppc-95d9f9aba81ccdae53011ac8c6fbbc2605b9cedc.tar.gz
linux-qoriq: fix the kernel hang issue with gcc-5.2
Backport a patch to fix the kernel hang issue when the uImage is built by gcc-5.2. The details can be found in https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=5e95235 Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Diffstat (limited to 'recipes-kernel/linux/linux-qoriq_3.12.bb')
-rw-r--r--recipes-kernel/linux/linux-qoriq_3.12.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-qoriq_3.12.bb b/recipes-kernel/linux/linux-qoriq_3.12.bb
index 3e0ab95..118c69b 100644
--- a/recipes-kernel/linux/linux-qoriq_3.12.bb
+++ b/recipes-kernel/linux/linux-qoriq_3.12.bb
@@ -3,5 +3,6 @@ require recipes-kernel/linux/linux-qoriq.inc
3SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;nobranch=1 \ 3SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;nobranch=1 \
4 file://modify-defconfig-t1040-nr-cpus.patch \ 4 file://modify-defconfig-t1040-nr-cpus.patch \
5 file://net-sctp-CVE-2014-0101.patch \ 5 file://net-sctp-CVE-2014-0101.patch \
6 file://0001-powerpc-Align-TOC-to-256-bytes.patch \
6" 7"
7SRCREV = "f488de6741d5ba805b9fe813d2ddf32368d3a888" 8SRCREV = "f488de6741d5ba805b9fe813d2ddf32368d3a888"