Re: #bitbake Can't get application sources from private git using SSH keys #bitbake #yocto


Yoann Congal
 

Hello,

Le jeu. 29 juil. 2021 à 08:22, <mail2uvijay@...> a écrit :
SRC_URI = "git://git@...:xxx/xxx.git"
Could someone please suggest on how to write a recipe to get the application code from private git hub using SSH keys.

The ':' in SRC_URI is not handled like in the git clone command line. You may need to change it to a '/'

This is a frequent error (I make it at least once per project)

Hope this helps!

Regards,
--
Yoann Congal
Smile ECS - Expert technique

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.