From: Zhenhua Luo Date: Wed, 28 Sep 2016 05:09:06 +0000 (+0800) Subject: linux-qoriq: fix the kernel fetch error X-Git-Tag: 2.2~240 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=de9980f3bf8ce0d6a251d820ae798ea0cc8ca0c2;p=meta-freescale.git 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 Signed-off-by: Otavio Salvador --- 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" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" -SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;branch=sdk-v2.0.x \ +SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;nobranch=1 \ file://modify-defconfig-t1040-nr-cpus.patch \ file://0003-use-static-inline-in-ARM-lifeboot.h.patch \ file://fix-the-compile-issue-under-gcc6.patch \