diff options
author | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-09-27 17:36:17 +0800 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-09-27 17:36:17 +0800 |
commit | 87efefc0687d78e52e9e1e6945ac28a15379287e (patch) | |
tree | b125efaee825c5689dcd41de3b0adeae2839383f | |
parent | 80bf152760cfe5bfb5c08d65e521a7d03d704c85 (diff) | |
download | meta-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.bb | 2 |
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" | |||
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
8 | 8 | ||
9 | SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;branch=sdk-v2.0.x \ | 9 | SRC_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 \ |