summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
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-devtools
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-devtools')
-rw-r--r--recipes-devtools/qemu/qemu_fslgit.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-devtools/qemu/qemu_fslgit.bb b/recipes-devtools/qemu/qemu_fslgit.bb
index 921bf2f..356103d 100644
--- a/recipes-devtools/qemu/qemu_fslgit.bb
+++ b/recipes-devtools/qemu/qemu_fslgit.bb
@@ -6,7 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
6# This means v1.4 with FSL specific patches applied 6# This means v1.4 with FSL specific patches applied
7PV = "1.4+fsl" 7PV = "1.4+fsl"
8 8
9SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git" 9SRCBRANCH = "sdk-v1.4.x"
10SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=${SRCBRANCH}"
10SRCREV = "8713c58725df407dbbedb48fa315248d0100720c" 11SRCREV = "8713c58725df407dbbedb48fa315248d0100720c"
11 12
12SRC_URI += " \ 13SRC_URI += " \