Re: [ptxdist] [RFC PATCH] doc: Add section on creating new layers

2019-09-03 Thread Michael Olbrich
Hi, On Tue, Sep 03, 2019 at 08:49:12PM +0200, Alexander Dahl wrote: > I tried a little more: > > mkdir DistroKit-rpi1 > cd DistroKit-rpi1 > ln -s ../DistroKit base > > The new layer is almost empty so far, see below. > > On Tue, Sep 03, 2019 at 04:22:55PM +0200, Michael Olbrich

Re: [ptxdist] [RFC PATCH] doc: Add section on creating new layers

2019-09-03 Thread Alexander Dahl
Hello Michael, I tried a little more: mkdir DistroKit-rpi1 cd DistroKit-rpi1 ln -s ../DistroKit base The new layer is almost empty so far, see below. On Tue, Sep 03, 2019 at 04:22:55PM +0200, Michael Olbrich wrote: > On Tue, Sep 03, 2019 at 03:48:17PM +0200, Alexander Dahl wrote: >

Re: [ptxdist] [RFC PATCH] doc: Add section on creating new layers

2019-09-03 Thread Michael Olbrich
On Tue, Sep 03, 2019 at 03:48:17PM +0200, Alexander Dahl wrote: > Am Dienstag, 3. September 2019, 15:08:08 CEST schrieb Michael Olbrich: > > If there is just on platform, then ptxdist will just use that on if no > > selected_platformconfig exists. This is especially useful with layers, > > because

Re: [ptxdist] [RFC PATCH] doc: Add section on creating new layers

2019-09-03 Thread Michael Olbrich
On Tue, Sep 03, 2019 at 03:38:31PM +0200, Roland Hieber wrote: > On Tue, Sep 03, 2019 at 03:08:08PM +0200, Michael Olbrich wrote: > > On Tue, Sep 03, 2019 at 02:22:04PM +0200, Alexander Dahl wrote: > > > Hello Roland, > > > > > > Am Dienstag, 3. September 2019, 14:00:17 CEST schrieb Roland

Re: [ptxdist] RPi3b+ boot sequence with DistroKit (barebox)

2019-09-03 Thread Roland Hieber
On Sat, Aug 31, 2019 at 10:35:05PM -0400, Jon Ringle wrote: > I am a little confused about the boot sequence and where each boot stage > gets configuration from. Here's my current understanding, which I am sure > is flawed: > > 1. On power on or reset, the GPU executes the 1st stage bootloader

Re: [ptxdist] [RFC PATCH] doc: Add section on creating new layers

2019-09-03 Thread Alexander Dahl
Hei hei, Am Dienstag, 3. September 2019, 15:08:08 CEST schrieb Michael Olbrich: > On Tue, Sep 03, 2019 at 02:22:04PM +0200, Alexander Dahl wrote: > > Am Dienstag, 3. September 2019, 14:00:17 CEST schrieb Roland Hieber: > > > On Tue, Sep 03, 2019 at 01:50:25PM +0200, Alexander Dahl wrote: > > > >

Re: [ptxdist] [RFC PATCH] doc: Add section on creating new layers

2019-09-03 Thread Roland Hieber
On Tue, Sep 03, 2019 at 03:08:08PM +0200, Michael Olbrich wrote: > On Tue, Sep 03, 2019 at 02:22:04PM +0200, Alexander Dahl wrote: > > Hello Roland, > > > > Am Dienstag, 3. September 2019, 14:00:17 CEST schrieb Roland Hieber: > > > On Tue, Sep 03, 2019 at 01:50:25PM +0200, Alexander Dahl wrote: >

Re: [ptxdist] [RFC PATCH] doc: Add section on creating new layers

2019-09-03 Thread Michael Olbrich
On Tue, Sep 03, 2019 at 02:22:04PM +0200, Alexander Dahl wrote: > Hello Roland, > > Am Dienstag, 3. September 2019, 14:00:17 CEST schrieb Roland Hieber: > > On Tue, Sep 03, 2019 at 01:50:25PM +0200, Alexander Dahl wrote: > > > After discussing these topics in IRC, it seemed reasonable to add some

Re: [ptxdist] [RFC PATCH] doc: Add section on creating new layers

2019-09-03 Thread Alexander Dahl
Hello Roland, Am Dienstag, 3. September 2019, 14:00:17 CEST schrieb Roland Hieber: > On Tue, Sep 03, 2019 at 01:50:25PM +0200, Alexander Dahl wrote: > > After discussing these topics in IRC, it seemed reasonable to add some > > explanation on how to create a new layer from scratch. > > \o/

Re: [ptxdist] [RFC PATCH] doc: Add section on creating new layers

2019-09-03 Thread Roland Hieber
On Tue, Sep 03, 2019 at 01:50:25PM +0200, Alexander Dahl wrote: > After discussing these topics in IRC, it seemed reasonable to add some > explanation on how to create a new layer from scratch. \o/ someone else did a task on my overlong todo list :D > Signed-off-by: Alexander Dahl > --- >

[ptxdist] [RFC PATCH] doc: Add section on creating new layers

2019-09-03 Thread Alexander Dahl
After discussing these topics in IRC, it seemed reasonable to add some explanation on how to create a new layer from scratch. Signed-off-by: Alexander Dahl --- doc/dev_manual.rst | 31 +++ 1 file changed, 31 insertions(+) diff --git a/doc/dev_manual.rst

Re: [ptxdist] Ptxdist BSP for STM32MP15x SoC

2019-09-03 Thread Guillermo Rodriguez Garcia
Hi Robert, El lun., 2 sept. 2019 a las 23:26, Robert Schwebel (< r.schwe...@pengutronix.de>) escribió: > Hi, > > On Mon, Sep 02, 2019 at 07:35:25PM +0200, Guillermo Rodriguez Garcia wrote: > > Is someone using ptxdist with STM32MP15x based targets? ST only supports > Yocto > > for this SoC. > >