Re: [yocto] Nested images, a.k.a. two-stage booting

2020-06-23 Thread Nicolas Dechesne
On Wed, Jun 24, 2020 at 8:42 AM Josef Holzmayr wrote: > > Howdy! > > Am 24.06.2020 um 07:48 schrieb Nicolas Dechesne: > > On Wed, Jun 24, 2020 at 3:12 AM Peter Budny wrote: > >> > >> Hello all, > >> > >> I have an unusual and uncommon situation, and could use some help to get > >> Yocto to do wh

Re: [yocto] Nested images, a.k.a. two-stage booting

2020-06-23 Thread Josef Holzmayr
Howdy! Am 24.06.2020 um 07:48 schrieb Nicolas Dechesne: On Wed, Jun 24, 2020 at 3:12 AM Peter Budny wrote: Hello all, I have an unusual and uncommon situation, and could use some help to get Yocto to do what I need. I'm working on a legacy system which is being ported to use Yocto and Linu

Re: [yocto] Nested images, a.k.a. two-stage booting

2020-06-23 Thread Nicolas Dechesne
On Wed, Jun 24, 2020 at 3:12 AM Peter Budny wrote: > > Hello all, > > I have an unusual and uncommon situation, and could use some help to get > Yocto to do what I need. > > I'm working on a legacy system which is being ported to use Yocto and Linux. > The hardware architecture is complex, but t

Re: [yocto] [OE-core] Yocto Project Status WW25'20

2020-06-23 Thread Reyna, David
Hi Chris, > "Does anyone know what the intended audience is for the Developer Day > presentations?" The official description for the intended audience can be found here: https://www.yoctoproject.org/yocto-project-dev-day-virtual-north-america-2020/ We will be covering a lot of topics that can

[yocto] OpenEmbedded Happy hour June 24 Noon EDT

2020-06-23 Thread Philip Balister
Sorry for the late notice. I figured out the calendar and added the item there and never announced anything. Moving forward, I' send dhort reminders and use the calendar to track scheduling. See: https://www.openembedded.org/wiki/Calendar Philip -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all mes

[yocto] Nested images, a.k.a. two-stage booting

2020-06-23 Thread Peter Budny
Hello all, I have an unusual and uncommon situation, and could use some help to get Yocto to do what I need. I'm working on a legacy system which is being ported to use Yocto and Linux. The hardware architecture is complex, but the main detail to know is that the processor I'm running on boots

[yocto] [ANNOUNCEMENT]Milestone 1 for Yocto Project 3.2 (yocto-3.2_M1) now available

2020-06-23 Thread Vineela
Hello, We are pleased to announce the first milestone release for Yocto Project 3.2 (yocto-3.2_M1) is now available for download. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.2_M1 bitbake: 7689fa781646039524a655295a884e525ad8732c meta-gplv2: a8da8eb127a56561bf6

Re: [yocto] [OE-core] Yocto Project Status WW25'20

2020-06-23 Thread Scott Murray
On Tue, 23 Jun 2020, Chris Laplante via lists.openembedded.org wrote: > > > Does anyone know what the intended audience is for the Developer Day > > presentations? E.g. would someone who uses bitbake day-to-day but perhaps > > doesn't edit recipes benefit? > > > > > > > I would say look at the sch

Re: [yocto] Yocto Technical Team Minutes, Engineering Sync, for June 23 2020

2020-06-23 Thread Nicolas Dechesne
Le mar. 23 juin 2020 à 21:05, Trevor Woerner a écrit : > Yocto Technical Team Minutes, Engineering Sync, for June 23 2020 > archive: > https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit > > == disclaimer == > Best efforts are made to ensure the below is accurate

Re: [yocto] [OE-core] Yocto Project Status WW25'20

2020-06-23 Thread Khem Raj
On 6/23/20 8:58 AM, Chris Laplante via lists.openembedded.org wrote: * Next week is ELC which is taking place virtually this year and Yocto Project has a presence there. There is also a virtual Yocto Project Developer Day: https://events.linuxfoundation.org/yocto-dev-day-north-america/ Does a

[yocto] Yocto Technical Team Minutes, Engineering Sync, for June 23 2020

2020-06-23 Thread Trevor Woerner
Yocto Technical Team Minutes, Engineering Sync, for June 23 2020 archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit == disclaimer == Best efforts are made to ensure the below is accurate and valid. However, errors sometimes happen. If any errors or omiss

[yocto] Yocto Technical Team Minutes, Engineering Sync, for June 16 2020

2020-06-23 Thread Trevor Woerner
Yocto Technical Team Minutes, Engineering Sync, for June 16 2020 archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit == disclaimer == Best efforts are made to ensure the below is accurate and valid. However, errors sometimes happen. If any errors or omiss

[yocto] Yocto Project Status WW25'20

2020-06-23 Thread Stephen Jolley
Current Dev Position: YP 3.2 M2 Next Deadline: YP 3.2 M2 build date 2020/7/27 Next Team Meetings: * Bug Triage meeting Thursday June 25th at 7:30am PDT ( https://zoom.us/j/454367603) * Monthly Project Meeting Tuesday July 7th at 8am PDT (

Re: [yocto] populate_sdk couldn't create the SDK installer for my image #sdk

2020-06-23 Thread Robert Varga
The hint regarding bitbake -e showed me the right direction... Within create_shar() function, sed is being called with the SDK_TITLE variable among others. Examination of the SDK_TITLE variable showed that it contained a " *'* " (SDK_TITLE="Rob *'* s Linux Distro") which seems to cause the issue