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/boot-format/boot-format_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-bsp/boot-format') diff --git a/recipes-bsp/boot-format/boot-format_git.bb b/recipes-bsp/boot-format/boot-format_git.bb index ac1504d..9259e78 100644 --- a/recipes-bsp/boot-format/boot-format_git.bb +++ b/recipes-bsp/boot-format/boot-format_git.bb @@ -3,7 +3,8 @@ LICENSE = "GPLv2" PR = "r6" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -SRC_URI = "git://git.freescale.com/ppc/sdk/boot-format.git" +SRCBRANCH = "sdk-v1.4.x" +SRC_URI = "git://git.freescale.com/ppc/sdk/boot-format.git;branch=${SRCBRANCH}" SRCREV = "d9bbfaba0c9316ae33455099c47bae429479e530" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf