[bitbake-devel] gitsm fetcher does not work anymore

Mark Hatle mark.hatle at windriver.com
Tue Oct 2 17:15:44 UTC 2018


On 10/2/18 11:24 AM, Florian Wickert wrote:
> Hi all,
> 
> relative URL schemes (e.g. submodules in 
> https://github.com/xiph/Icecast-libshout) or SSH URLs (e.g. 

URIs in question are of the format:

[submodule "m4"]
	path = m4
	url = ../icecast-m4.git
[submodule "src/common"]
	path = src/common
	url = ../icecast-common.git

While I'm somewhat surprised this is valid, this should be something we can resolve.

(yes I intentionally replied to the two concerns with different emails, as I see
them as different problems.)

--Mark

> git at github.com:user/example.git) are not parsed correctly since the 
> rework done in 5cd00e3e53819f3c10d1733480077ce9f3cc2ca8.
> The SSH scheme is required for private repos on github because https 
> doesn't work with SSH keys.
> 
> Regards,
> Florian
> 




More information about the bitbake-devel mailing list