imax6q项目:Yocto Project 资源下载问题

问题表象:

按照Freescale Yocto Project User's Guide》的第四章Yocto Project Setup 进行资源下载时,出现如下错误:

fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle
fatal: error [Errno 101] Network is unreachable


解决方法

先单独克隆repo

git clone https://gerrit-googlesource.lug.ustc.edu.cn/git-repo

然后将git-repo里面的repo文件复制到bin目录,然后chmod a+x ~/bin/repo.

再在同步源码的工作目录新建.repo文件夹,把git-repo重命名为repo复制到.repo目录下:

重新初始化:

repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.10.53-1.1.0_ga

同步开始

repo sync


你可能感兴趣的:(imax6q)