Re: [PATCH 12/12] binman: Support simple templates

2023-07-07 Thread Simon Glass
Hi Jan, On Fri, 7 Jul 2023 at 11:46, Jan Kiszka wrote: > > On 07.07.23 19:35, Simon Glass wrote: > > Hi Jan, > > > > On Fri, 7 Jul 2023 at 17:03, Jan Kiszka wrote: > >> > >> On 07.07.23 17:35, Simon Glass wrote: > >>> Hi Jan, > >>> > >>> On Fri, 7 Jul 2023 at 14:56, Jan Kiszka wrote: > >

Re: [PATCH 12/12] binman: Support simple templates

2023-07-07 Thread Jan Kiszka
On 07.07.23 19:35, Simon Glass wrote: > Hi Jan, > > On Fri, 7 Jul 2023 at 17:03, Jan Kiszka wrote: >> >> On 07.07.23 17:35, Simon Glass wrote: >>> Hi Jan, >>> >>> On Fri, 7 Jul 2023 at 14:56, Jan Kiszka wrote: On 07.07.23 14:42, Simon Glass wrote: > Hi Jan, > > On Fri, 7

Re: [PATCH 12/12] binman: Support simple templates

2023-07-07 Thread Simon Glass
Hi Jan, On Fri, 7 Jul 2023 at 17:03, Jan Kiszka wrote: > > On 07.07.23 17:35, Simon Glass wrote: > > Hi Jan, > > > > On Fri, 7 Jul 2023 at 14:56, Jan Kiszka wrote: > >> > >> On 07.07.23 14:42, Simon Glass wrote: > >>> Hi Jan, > >>> > >>> On Fri, 7 Jul 2023 at 11:05, Jan Kiszka wrote: > >

Re: [PATCH 12/12] binman: Support simple templates

2023-07-07 Thread Jan Kiszka
On 07.07.23 17:35, Simon Glass wrote: > Hi Jan, > > On Fri, 7 Jul 2023 at 14:56, Jan Kiszka wrote: >> >> On 07.07.23 14:42, Simon Glass wrote: >>> Hi Jan, >>> >>> On Fri, 7 Jul 2023 at 11:05, Jan Kiszka wrote: On 05.07.23 00:14, Simon Glass wrote: > Hi Jan, > > On Mon, 3

Re: [PATCH 12/12] binman: Support simple templates

2023-07-07 Thread Simon Glass
Hi Jan, On Fri, 7 Jul 2023 at 14:56, Jan Kiszka wrote: > > On 07.07.23 14:42, Simon Glass wrote: > > Hi Jan, > > > > On Fri, 7 Jul 2023 at 11:05, Jan Kiszka wrote: > >> > >> On 05.07.23 00:14, Simon Glass wrote: > >>> Hi Jan, > >>> > >>> On Mon, 3 Jul 2023 at 20:34, Jan Kiszka wrote: > >

Re: [PATCH 12/12] binman: Support simple templates

2023-07-07 Thread Jan Kiszka
On 07.07.23 14:42, Simon Glass wrote: > Hi Jan, > > On Fri, 7 Jul 2023 at 11:05, Jan Kiszka wrote: >> >> On 05.07.23 00:14, Simon Glass wrote: >>> Hi Jan, >>> >>> On Mon, 3 Jul 2023 at 20:34, Jan Kiszka wrote: Hi Simon, On 28.06.23 13:41, Simon Glass wrote: > Collections

Re: [PATCH 12/12] binman: Support simple templates

2023-07-07 Thread Simon Glass
Hi Jan, On Fri, 7 Jul 2023 at 11:05, Jan Kiszka wrote: > > On 05.07.23 00:14, Simon Glass wrote: > > Hi Jan, > > > > On Mon, 3 Jul 2023 at 20:34, Jan Kiszka wrote: > >> > >> Hi Simon, > >> > >> On 28.06.23 13:41, Simon Glass wrote: > >>> Collections can used to collect the contents of other

Re: [PATCH 12/12] binman: Support simple templates

2023-07-07 Thread Jan Kiszka
On 05.07.23 00:14, Simon Glass wrote: > Hi Jan, > > On Mon, 3 Jul 2023 at 20:34, Jan Kiszka wrote: >> >> Hi Simon, >> >> On 28.06.23 13:41, Simon Glass wrote: >>> Collections can used to collect the contents of other entries into a >>> single entry, but they result in a single entry, with the

Re: [PATCH 12/12] binman: Support simple templates

2023-07-04 Thread Simon Glass
Hi Jan, On Mon, 3 Jul 2023 at 20:34, Jan Kiszka wrote: > > Hi Simon, > > On 28.06.23 13:41, Simon Glass wrote: > > Collections can used to collect the contents of other entries into a > > single entry, but they result in a single entry, with the original entries > > 'left behind' in their old

Re: [PATCH 12/12] binman: Support simple templates

2023-07-03 Thread Jan Kiszka
Hi Simon, On 28.06.23 13:41, Simon Glass wrote: > Collections can used to collect the contents of other entries into a > single entry, but they result in a single entry, with the original entries > 'left behind' in their old place. > > It is useful to be able to specific a set of entries ones

[PATCH 12/12] binman: Support simple templates

2023-06-28 Thread Simon Glass
Collections can used to collect the contents of other entries into a single entry, but they result in a single entry, with the original entries 'left behind' in their old place. It is useful to be able to specific a set of entries ones and have it used in multiple images, or parts of an image.