I am trying to build the Yocto RFS for the EVMK2H following the Yocto section of the MCSDK user guide (exploring). I performed the following:
git clone http://arago-project.org/git/people/hzhang/oe-layersetup-mcsdk.git mcsdk cd mcsdk ./oe-layertool-setup.sh -f configs/mcsdk/mcsdk-03.00.03.15-config.txt cd build . conf/setenv MACHINE=keystone-evm TOOLCHAIN_BRAND=linaro bitbake tisdk-server-rootfs-image
It runs most of the way through (1080 of 1093 tasks) and fails on:
git ls-remote git://gtgit01.gt.design.ti.com/git/projects/hyplnk-lld.git DEV.HYPLNK_LLD.02.00.00.09
with:
ERROR: Function failed: Fetcher failure: Fetch command failed with exit code 128, output: fatal: unable to connect to gtgit01.gt.design.ti.com: gtgit01.gt.design.ti.com[0: 67.215.65.132]: errno=Connection refused
If I run that git command manually, I get the same results. However, if I just do "git ls-remote" it works. Also, if I do a git ls-remote on some other repository (e.g. git://git.kernel.org/...) it works.
Following the MCSDK user guide, I have successfully installed the tools (Ubuntu 12.04, CCS, Linaro...), and have been able to build u-boot, boot monitor and kernel images.
Thanks,
Lance