summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-09-27 17:36:17 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-09-27 17:36:17 +0800
commit87efefc0687d78e52e9e1e6945ac28a15379287e (patch)
treeb125efaee825c5689dcd41de3b0adeae2839383f
parent80bf152760cfe5bfb5c08d65e521a7d03d704c85 (diff)
downloadmeta-fsl-ppc-morty.tar.gz
linux-qoriq: fix the kernel fetch errorHEADmortymaster-nextmaster
The sdk-v2.0.x branch is rebased, previous commit is in fsl-sdk-v2.0 tag instead of sdk-v2.0.x branch. Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r--recipes-kernel/linux/linux-qoriq_4.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-qoriq_4.1.bb b/recipes-kernel/linux/linux-qoriq_4.1.bb
index b837e8f..1d3bcd5 100644
--- a/recipes-kernel/linux/linux-qoriq_4.1.bb
+++ b/recipes-kernel/linux/linux-qoriq_4.1.bb
@@ -6,7 +6,7 @@ SECTION = "kernel"
6LICENSE = "GPLv2" 6LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" 7LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
8 8
9SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;branch=sdk-v2.0.x \ 9SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;nobranch=1 \
10 file://modify-defconfig-t1040-nr-cpus.patch \ 10 file://modify-defconfig-t1040-nr-cpus.patch \
11 file://fix-the-compile-issue-under-gcc6.patch \ 11 file://fix-the-compile-issue-under-gcc6.patch \
12 file://only-set-vmpic_msi_feature-if-CONFIG_EPAPR_PARAVIRT-.patch \ 12 file://only-set-vmpic_msi_feature-if-CONFIG_EPAPR_PARAVIRT-.patch \