repo problem

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

repo problem

1,118 次查看
bensonbian
Contributor I

when i exextue the operation as below:

1. down the repo from https://community.nxp.com/message/548056#comment-548056

2,  do as follolw pricture,less one step,copy the repo to path:~/bin:pastedImage_2.png  

3.pastedImage_11.png

errors occured as below:

benson@benson-ThinkPad-E450:~$ cd imx6ul/fs-release-bsp/
benson@benson-ThinkPad-E450:~/imx6ul/fs-release-bsp$ ls
benson@benson-ThinkPad-E450:~/imx6ul/fs-release-bsp$ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.10.17-1.0.0_ga
fatal: cannot make /home/benson/imx6ul/fs-release-bsp/.repo/repo directory: Permission denied
Traceback (most recent call last):
File "/home/benson/bin/repo", line 775, in <module>
main(sys.argv[1:])
File "/home/benson/bin/repo", line 749, in main
os.rmdir(repodir)
OSError: [Errno 13] Permission denied: '.repo'

标签 (1)
0 项奖励
1 回复

828 次查看
jimmychan
NXP TechSupport
NXP TechSupport

please try this :

$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo

$ chmod a+x ~/bin/repo

0 项奖励