diff options
author | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-09-28 13:09:06 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-10-18 16:26:14 -0200 |
commit | de9980f3bf8ce0d6a251d820ae798ea0cc8ca0c2 (patch) | |
tree | 02b7eab2bfc819393f1390c8ca14a840989b0af2 | |
parent | 3b878dbe2f626567c496113b3bede2a0dd24e630 (diff) | |
download | meta-freescale-de9980f3bf8ce0d6a251d820ae798ea0cc8ca0c2.tar.gz |
linux-qoriq: fix the kernel fetch error
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>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-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 5a5693e9..820bfc70 100644 --- a/recipes-kernel/linux/linux-qoriq_4.1.bb +++ b/recipes-kernel/linux/linux-qoriq_4.1.bb | |||
@@ -7,7 +7,7 @@ SECTION = "kernel" | |||
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
9 | 9 | ||
10 | SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;branch=sdk-v2.0.x \ | 10 | SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;nobranch=1 \ |
11 | file://modify-defconfig-t1040-nr-cpus.patch \ | 11 | file://modify-defconfig-t1040-nr-cpus.patch \ |
12 | file://0003-use-static-inline-in-ARM-lifeboot.h.patch \ | 12 | file://0003-use-static-inline-in-ARM-lifeboot.h.patch \ |
13 | file://fix-the-compile-issue-under-gcc6.patch \ | 13 | file://fix-the-compile-issue-under-gcc6.patch \ |