From 2335375752024972b11efe32d94f6413caaa6bfa Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Wed, 11 Dec 2013 17:09:36 +0800 Subject: 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-bsp/rcw/rcw_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-bsp/rcw') diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index 7d87783..8da72ea 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb @@ -13,7 +13,8 @@ COMPATIBLE_HOST ?= "(none)" inherit deploy -SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git" +SRCBRANCH = "sdk-v1.4.x" +SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;branch=${SRCBRANCH}" SRCREV = "5d3c819bcca6d09dcf7b52b3f2855dda304a5997" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf