Re: [PATCH v3 4/7] sandbox: switch to dynamic UUIDs

2024-05-31 Thread Ilias Apalodimas
On Fri, 31 May 2024 at 16:50, Caleb Connolly wrote: > > Migrate sandbox over to generating it's capsule update image GUIDs > dynamically from the namespace and board/image info. Update the > reference and tests to use the new GUIDs. > > Signed-off-by: Caleb Connolly > --- > arch/Kconfig

[PATCH v3 4/7] sandbox: switch to dynamic UUIDs

2024-05-31 Thread Caleb Connolly
Migrate sandbox over to generating it's capsule update image GUIDs dynamically from the namespace and board/image info. Update the reference and tests to use the new GUIDs. Signed-off-by: Caleb Connolly --- arch/Kconfig | 1 + board/sandbox/sandbox.c