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/u-boot/u-boot_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-bsp/u-boot') diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb index 3479b23..e5820f7 100644 --- a/recipes-bsp/u-boot/u-boot_git.bb +++ b/recipes-bsp/u-boot/u-boot_git.bb @@ -11,7 +11,8 @@ DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc" inherit deploy -SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git \ +SRCBRANCH = "sdk-v1.4.x" +SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;branch=${SRCBRANCH} \ file://Fix-the-depend-race-issue.patch" SRCREV = "831b30de4b768f0b3b7dbfa11739b14cea612d7e" -- cgit v1.2.3-54-g00ecf