Re: [PATCH v10 06/10] sandbox: Report host default-filename in native mode

2024-11-11 Thread Simon Glass
Hi Quentin, On Mon, 11 Nov 2024 at 05:55, Quentin Schulz wrote: > > Hi Simon, > > On 11/11/24 1:41 PM, Simon Glass wrote: > > Hi Quentin, > > > > On Mon, 11 Nov 2024 at 03:03, Quentin Schulz > > wrote: > >> > >> Hi Simon, > >> > >> On 11/7/24 10:31 PM, Simon Glass wrote: > >>> When the --native

Re: [PATCH v10 06/10] sandbox: Report host default-filename in native mode

2024-11-11 Thread Quentin Schulz
Hi Simon, On 11/11/24 1:41 PM, Simon Glass wrote: Hi Quentin, On Mon, 11 Nov 2024 at 03:03, Quentin Schulz wrote: Hi Simon, On 11/7/24 10:31 PM, Simon Glass wrote: When the --native flag is given, pretend to be running the host architecture rather than sandbox. Allow the same control for

Re: [PATCH v10 06/10] sandbox: Report host default-filename in native mode

2024-11-11 Thread Simon Glass
Hi Quentin, On Mon, 11 Nov 2024 at 03:03, Quentin Schulz wrote: > > Hi Simon, > > On 11/7/24 10:31 PM, Simon Glass wrote: > > When the --native flag is given, pretend to be running the host > > architecture rather than sandbox. > > > > Allow the same control for PXE too. > > > > Commit 7506c15669

Re: [PATCH v10 06/10] sandbox: Report host default-filename in native mode

2024-11-11 Thread Quentin Schulz
Hi Simon, On 11/7/24 10:31 PM, Simon Glass wrote: When the --native flag is given, pretend to be running the host architecture rather than sandbox. Allow the same control for PXE too. Commit 7506c1566998 ("sandbox: Report host default-filename in native mode") breaks building jaguar-rk3588_

[PATCH v10 06/10] sandbox: Report host default-filename in native mode

2024-11-07 Thread Simon Glass
When the --native flag is given, pretend to be running the host architecture rather than sandbox. Allow the same control for PXE too. Signed-off-by: Simon Glass --- (no changes since v9) Changes in v9: - Separate into separate patches Changes in v8: - Add new patch to report host default-file