[meta-freescale] [meta-fsl-ppc][PATCH] asf: Fix git branch references

b40290 at freescale.com b40290 at freescale.com
Sun Dec 15 22:07:12 PST 2013


From: Chunrong Guo <B40290 at freescale.com>

   *Ensure the right branches are set in SRC_URI to match the revisions used.
    This resolves certain fetch failures.

Signed-off-by: Chunrong Guo <B40290 at freescale.com>
---
 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




More information about the meta-freescale mailing list