Re: [PATCH v8 06/11] lib: uuid: supporting building as part of host tools

2024-10-29 Thread Caleb Connolly
Hey Patrick, Wow thanks for tracking this one down. On 28/10/2024 15:14, Patrick DELAUNAY wrote: > Hi, > > > This patch seens cause problemes for STM32MP1 platforms, AARCH32 > > For FIP UUID configuration. > > > On 8/30/24 14:34, Caleb Connolly wrote: >> Adjust the UUID library code so that

Re: [PATCH v8 06/11] lib: uuid: supporting building as part of host tools

2024-10-28 Thread Patrick DELAUNAY
Hi, This patch seens cause problemes for STM32MP1 platforms, AARCH32 For FIP UUID configuration. On 8/30/24 14:34, Caleb Connolly wrote: Adjust the UUID library code so that it can be compiled as part of a host tool. This removes the one redundant log_debug() call, as well as the incorrectl

[PATCH v8 06/11] lib: uuid: supporting building as part of host tools

2024-08-30 Thread Caleb Connolly
Adjust the UUID library code so that it can be compiled as part of a host tool. This removes the one redundant log_debug() call, as well as the incorrectly defined LOG_CATEGORY. In general this is a fairly trivial change, just adjusting includes and disabling list_guid. This will be used by a ne