[meta-freescale] [[PATCH v2 11/29] restool: update SRC_URI to fix fetching
Chunrong Guo
B40290 at freescale.com
Tue Apr 25 20:28:14 PDT 2017
From: Chunrong Guo <chunrong.guo at nxp.com>
*fix the below error
|<50>ERROR: restool-git-r0 do_fetch: Fetcher failure: Unable to find revision eba25cdfdccef45f7ba02dd2f829b9b55198fbb1
|in branch sdk-v2.0.x even from upstream
Signed-off-by: Chunrong Guo <B40290 at freescale.com>
---
recipes-dpaa2/restool/restool_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes-dpaa2/restool/restool_git.bb
index 144a5c5..ab46fb3 100644
--- a/recipes-dpaa2/restool/restool_git.bb
+++ b/recipes-dpaa2/restool/restool_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e613b54e73c0e4a2a8918c61924bd623"
RDEPENDS_${PN} += "bash"
-SRC_URI = "git://git.freescale.com/ppc/sdk/restool.git;branch=sdk-v2.0.x"
+SRC_URI = "git://git.freescale.com/ppc/sdk/restool.git;nobranch=1"
SRCREV = "eba25cdfdccef45f7ba02dd2f829b9b55198fbb1"
S = "${WORKDIR}/git"
--
1.9.0
More information about the meta-freescale
mailing list