imax6q 프로젝트: Yocto Project 자원 다운로드 문제

747 단어 imax6q
질문 표상:
'Freescale Yocto Project User's Guide'의 제4장 Yocto Project Setup에 따라 자원 다운로드를 할 때 다음과 같은 오류가 발생했습니다.
fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundlefatal: 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

좋은 웹페이지 즐겨찾기