From ca5492c8edf68c85956ee5b2c694973727147180 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Mon, 16 Dec 2013 14:07:12 +0800 Subject: [PATCH] asf: Fix git branch references *Ensure the right branches are set in SRC_URI to match the revisions used. This resolves certain fetch failures. Signed-off-by: Chunrong Guo --- meta-fsl-ppc/recipes-kernel/asf/asf_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-fsl-ppc/recipes-kernel/asf/asf_git.bb b/meta-fsl-ppc/recipes-kernel/asf/asf_git.bb index 7cc23cdc..1576722e 100644 --- a/meta-fsl-ppc/recipes-kernel/asf/asf_git.bb +++ b/meta-fsl-ppc/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" -- 2.40.1