[oe][yocto][bitbake] Fetching source using different protocols

2020-05-11 Thread Dawod
Hello, I need to fetch a git repo using 2 different protocols ( ssh & https ) So that when I run bitbake, It will fetch using ssh protocol first and if it fails to fetch, It will try to fetch using https protocol. can I do some thing like that or I will have to change it manually every time ? Th

Re: [oe][yocto][bitbake] Fetching source using different protocols

2020-05-11 Thread Quentin Schulz
Hi Mohamed, On Mon, May 11, 2020 at 11:03:26AM +0200, Dawod wrote: > Hello, > > I need to fetch a git repo using 2 different protocols ( ssh & https ) > So that when I run bitbake, It will fetch using ssh protocol first and if > it fails to fetch, It will try to fetch using https protocol. > Wh

Re: [OE-core] [oe][yocto][bitbake] Fetching source using different protocols

2020-05-11 Thread Andre McCurdy
On Mon, May 11, 2020 at 2:03 AM Dawod wrote: > > Hello, > > I need to fetch a git repo using 2 different protocols ( ssh & https ) > So that when I run bitbake, It will fetch using ssh protocol first and if it > fails to fetch, It will try to fetch using https protocol. > > can I do some thing li

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2020-05-11 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#N

Re: [oe][yocto][bitbake] Fetching source using different protocols

2020-05-11 Thread Mark Hatle
On 5/11/20 4:17 AM, Quentin Schulz wrote: > Hi Mohamed, > > On Mon, May 11, 2020 at 11:03:26AM +0200, Dawod wrote: >> Hello, >> >> I need to fetch a git repo using 2 different protocols ( ssh & https ) >> So that when I run bitbake, It will fetch using ssh protocol first and if >> it fails to fe

Re: [yocto] meta-anaconda Python AttributeError: "str" object has no attribute 'decode'

2020-05-11 Thread Khem Raj
On 5/10/20 2:58 AM, Yocto wrote: > using meta-anaconda for an iso installer during the grub process python > exists with > > Python AttributeError: "str" object has no attribute 'decode' > this seems to be perhaps python version mismatch between 2 and 3 > Screen shots attached. seem to have a