From: Chunrong Guo <[email protected]> *Ensure the right branches are set in SRC_URI to match the revisions used. This resolves certain fetch failures.
Signed-off-by: Chunrong Guo <[email protected]> --- recipes-kernel/asf/asf_git.bb | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/recipes-kernel/asf/asf_git.bb b/recipes-kernel/asf/asf_git.bb index 7cc23cd..1576722 100644 --- a/recipes-kernel/asf/asf_git.bb +++ b/recipes-kernel/asf/asf_git.bb @@ -3,7 +3,8 @@ SECTION = "asf" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=9960b017720861b8c50c8c08723e57aa" -SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git" +SRCBRANCH = "sdk-v1.4.x" +SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=${SRCBRANCH}" SRCREV = "0b80c1df6a7490486d5106b28103598906793da0" DEPENDS="virtual/kernel" -- 1.7.5.4 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
