summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorChunrong Guo <B40290@freescale.com>2013-12-11 17:09:36 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2013-12-11 17:41:08 +0800
commit2335375752024972b11efe32d94f6413caaa6bfa (patch)
tree25c872734b14c8856025f394685a24460e2b37f1 /recipes-bsp
parent768c6ef13546e0f977847bc1fbb5957571fbf724 (diff)
downloadmeta-fsl-ppc-2335375752024972b11efe32d94f6413caaa6bfa.tar.gz
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 <B40290@freescale.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/boot-format/boot-format_git.bb3
-rw-r--r--recipes-bsp/rcw/rcw_git.bb3
-rw-r--r--recipes-bsp/u-boot/u-boot_git.bb3
3 files changed, 6 insertions, 3 deletions
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"
3PR = "r6" 3PR = "r6"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5 5
6SRC_URI = "git://git.freescale.com/ppc/sdk/boot-format.git" 6SRCBRANCH = "sdk-v1.4.x"
7SRC_URI = "git://git.freescale.com/ppc/sdk/boot-format.git;branch=${SRCBRANCH}"
7SRCREV = "d9bbfaba0c9316ae33455099c47bae429479e530" 8SRCREV = "d9bbfaba0c9316ae33455099c47bae429479e530"
8 9
9S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
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)"
13 13
14inherit deploy 14inherit deploy
15 15
16SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git" 16SRCBRANCH = "sdk-v1.4.x"
17SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;branch=${SRCBRANCH}"
17SRCREV = "5d3c819bcca6d09dcf7b52b3f2855dda304a5997" 18SRCREV = "5d3c819bcca6d09dcf7b52b3f2855dda304a5997"
18 19
19S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
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"
11 11
12inherit deploy 12inherit deploy
13 13
14SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git \ 14SRCBRANCH = "sdk-v1.4.x"
15SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;branch=${SRCBRANCH} \
15 file://Fix-the-depend-race-issue.patch" 16 file://Fix-the-depend-race-issue.patch"
16SRCREV = "831b30de4b768f0b3b7dbfa11739b14cea612d7e" 17SRCREV = "831b30de4b768f0b3b7dbfa11739b14cea612d7e"
17 18