Re: [yocto] TFS Urls with Git in Recipes

2019-10-28 Thread Lohr, Christian [ext]
them), but it didn't work: > It's possible that: > PROJECT_NAME = "FooBar 500" > or > PROJECT_NAME = "FooBar\ 500" > would work. -Ursprüngliche Nachricht- Von: Randy MacLeod Gesendet: Freitag, 25. Oktober 2019 21:33 An: Lohr, Christian [ext]

Re: [yocto] TFS Urls with Git in Recipes

2019-10-25 Thread Randy MacLeod
Hello Christian, Thanks for reporting the problem. Comments and questions below. On 10/23/19 3:36 AM, Lohr, Christian [ext] wrote: Hello, I‘m using the following: Yocto Release 2.4 (Rocko), and Bitbake 1.9.x Can you check if the problem is still present on the master branch? My problem

[yocto] TFS Urls with Git in Recipes

2019-10-23 Thread Lohr, Christian [ext]
Hello, I'm using the following: Yocto Release 2.4 (Rocko), and Bitbake 1.9.x My problem is the following url (actually the "%20" is the problem in bitbake): ssh://tfs-my-company.org:22/tfs/OWN_Projects/FooBar%20500/_git/DummyApplicationForYocto I can do a "git clone " without any problems. Now