From 80d59c8c342317b475a15ea821057ccab60c9ca6 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Mon, 16 Dec 2013 14:07:12 +0800 Subject: 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 --- recipes-kernel/asf/asf_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3-54-g00ecf