Hi Yuri,
Thanks for the reply ,I dont know if you have seen my latest post ..I had the errors fixed...
Since its trying to fetch from a url and not finding one ..dont think so it was environment issue here..
Please see below for details ..Nevertheless can you give the link of the doc you mentioned ...
Regards
wnm
wasim muhammed Apr 13, 2015 1:50 AM (in response to wasim muhammed)
Hi,
Was able to resolve the isuues by changing the url from github
1>
utils.git;protocol=git'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/wnm/freescale/yocto_3.10.17-1.0.2/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/can-utils/1.0-r0/temp/log.do_fetch.26126
ERROR: Task 2878 (/home/wnm/freescale/yocto_3.10.17-1.0.2/sources/meta-fsl-bsp-release/imx/meta-fsl-demos/recipes-connectivity/can-utils/can-utils_1.0.bb, do_fetch) failed with exit code '1'
files affected
can-utils_1.0.bb
location
/sources/meta-fsl-bsp-release/imx/meta-fsl-demos/recipes-connectivity/can-utils/can-utils_1.0.bb
changed line
#SRC_URI = "git://git.gitorious.org/linux-can/can-utils.git;protocol=git"
SRC_URI = "git://github.com/linux-can/can-utils;protocol=https"
2>
ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
Cloning into bare repository '/home/wnm/freescale/yocto_3.10.17-1.0.2/downloads//git2/gitorious.org.qt-in-use.qt-in-industrial-embedded.git'...
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
ERROR: Function failed: Fetcher failure for URL: 'git://gitorious.org/qt-in-use/qt-in-industrial-embedded.git'. Unable to fetch URL from any source.
Resolution : fix in recipe by changing the url
files affected
#qt-in-industrial-embedded-common.inc
location
#/sources/meta-fsl-demos/recipes-qt/qt-in-use
changed lines:
#SRC_URI = "git://gitorious.org/qt-in-use/qt-in-industrial-embedded.git"
SRC_URI = "git://github.com/viaembedded/qt-in-industrial-embedded;protocol=https"
regards