Creating Linux for p5020ds. Can't connect to git

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

Creating Linux for p5020ds. Can't connect to git

跳至解决方案
1,926 次查看
wdsl
Contributor I

Hallo,

I try to build a Linux versino for my p5020ds, but I have trouble to connect to the git Server. I can't connect to git.am.freescale.net.

I changed the address to http://git.freescale.com/git, but there is no repository for linux-devel.git.

What should i use instead? http://git.freescale.com/git/cgit.cgi/ppc/sdk/linux.git doesn't work. I get the following error.

cp: cannot stat `/media/VideoDB/yokoto/32/QorIQ-SDK-V1.2-20120614-yocto/build_p5020ds_release/tmp/work/p5020ds-fsl-linux/linux-qoriq-sdk-git-r2/git/arch/powerpc/configs/corenet32_smp_defconfig': No such file or directory

ERROR: Function 'do_configure' failed (see /media/VideoDB/yokoto/32/QorIQ-SDK-V1.2-20120614-yocto/build_p5020ds_release/tmp/work/p5020ds-fsl-linux/linux-qoriq-sdk-git-r2/temp/log.do_configure.27515 for further information)


Thanks for your help



标签 (1)
0 项奖励
回复
1 解答
1,371 次查看
mattsm
Contributor III

Franz,

First off, the sources for this recipe should be included on the source ISO. It's possible the local sources where deleted by a 'bitbake -c cleanall virtual/linux' perhaps and now it's trying to access our internal git repositories. You can try extracting the source again from the ISO and it should pick up the local sources. An option to keep this from occurring again is to change the permissions on the files in the sources directory.

If you don't want to do that, switching to the external git for that recipe should work too. Can you post a diff of what you changed for the Linux recipe so I can look at it? Note: This won't work for all recipes, since some of them are ONLY available from the ISO and don't have a public facing git repository.

-M

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,372 次查看
mattsm
Contributor III

Franz,

First off, the sources for this recipe should be included on the source ISO. It's possible the local sources where deleted by a 'bitbake -c cleanall virtual/linux' perhaps and now it's trying to access our internal git repositories. You can try extracting the source again from the ISO and it should pick up the local sources. An option to keep this from occurring again is to change the permissions on the files in the sources directory.

If you don't want to do that, switching to the external git for that recipe should work too. Can you post a diff of what you changed for the Linux recipe so I can look at it? Note: This won't work for all recipes, since some of them are ONLY available from the ISO and don't have a public facing git repository.

-M

0 项奖励
回复