Re: [PATCH v2 0/8] test: Avoid needing sudo for image-creation

2024-11-30 Thread Tom Rini
On Thu, 21 Nov 2024 15:32:06 -0700, Simon Glass wrote: > This series rebases and tidies up a series sent by Richard Weinberger > to use unpriviliged code to build the test images. > > Link: https://patchwork.ozlabs.org/project/uboot/list/?series=417786 > > Changes in v2: > - Fix a few pylint err

Re: [PATCH v2 0/8] test: Avoid needing sudo for image-creation

2024-11-22 Thread Richard Weinberger
- Ursprüngliche Mail - > Von: "Simon Glass" > This series rebases and tidies up a series sent by Richard Weinberger > to use unpriviliged code to build the test images. > > Link: https://patchwork.ozlabs.org/project/uboot/list/?series=417786 > > Changes in v2: > - Fix a few pylint error

[PATCH v2 0/8] test: Avoid needing sudo for image-creation

2024-11-21 Thread Simon Glass
This series rebases and tidies up a series sent by Richard Weinberger to use unpriviliged code to build the test images. Link: https://patchwork.ozlabs.org/project/uboot/list/?series=417786 Changes in v2: - Fix a few pylint errors - Split out image-size patch and default to 20MB - Attempt to redu