Re: [OE-core] [PATCH v2 1/2] bootimg-partition: break out code to a common library.

2024-05-28 Thread Marcus Folkesson
Hi Quentin, On Mon, May 27, 2024 at 05:20:53PM +0200, Quentin Schulz wrote: > Hi Marcus, [...] > > > --- /dev/null > > +++ b/meta/lib/oe/bootfiles.py > > @@ -0,0 +1,56 @@ > > +# > > +# SPDX-License-Identifier: MIT > > +# > > +# Copyright (C) 2024 Marcus Folkesson > > +# Author: Marcus Folkesson

Re: [OE-core] [PATCH v2 1/2] bootimg-partition: break out code to a common library.

2024-05-27 Thread Quentin Schulz via lists.openembedded.org
Hi Marcus, On 5/25/24 10:50 AM, Marcus Folkesson wrote: Break out the code that parse IMAGE_BOOT_FILES to a common library. Signed-off-by: Marcus Folkesson --- meta/lib/oe/bootfiles.py | 56 +++ .../wic/plugins/source/bootimg-partition.py | 39 +---

[OE-core] [PATCH v2 1/2] bootimg-partition: break out code to a common library.

2024-05-25 Thread Marcus Folkesson
Break out the code that parse IMAGE_BOOT_FILES to a common library. Signed-off-by: Marcus Folkesson --- meta/lib/oe/bootfiles.py | 56 +++ .../wic/plugins/source/bootimg-partition.py | 39 + 2 files changed, 59 insertions(+), 36 deletions(-) cr