Re: [OE-core] [PATCH 0/5 v2] image_types: use IMAGE_FILE_MAXSIZE variable to create fixed partition size

2023-08-10 Thread Richard Purdie
On Mon, 2023-08-07 at 10:04 +0200, Alexander Kanavin wrote: > On Sun, 6 Aug 2023 at 23:14, Charles-Antoine Couret via > lists.openembedded.org > wrote: > > documentation/ref-manual/variables.rst | 14 > > meta/classes-recipe/image.bbclass | 30 + > >

Re: [OE-core] [PATCH 0/5 v2] image_types: use IMAGE_FILE_MAXSIZE variable to create fixed partition size

2023-08-07 Thread Alexander Kanavin
On Sun, 6 Aug 2023 at 23:14, Charles-Antoine Couret via lists.openembedded.org wrote: > documentation/ref-manual/variables.rst | 14 > meta/classes-recipe/image.bbclass | 30 + > meta/classes-recipe/image_types.bbclass | 43 - This does

[OE-core] [PATCH 0/5 v2] image_types: use IMAGE_FILE_MAXSIZE variable to create fixed partition size

2023-08-06 Thread Charles-Antoine Couret via lists.openembedded.org
Details are described in the first patch now. Difference from v1: * Added documentation for IMAGE_FILE_MAXSIZE variable * Added Python function to get the value of this variable from shell functions otherwise parsing issue can happen * Added an additional task to check the final result which