repo problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

repo problem

1,071 Views
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'

Labels (1)
0 Kudos
1 Reply

781 Views
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 Kudos