]> git.dujemihanovic.xyz Git - u-boot.git/commit
lib: uuid: supporting building as part of host tools
authorCaleb Connolly <caleb.connolly@linaro.org>
Fri, 30 Aug 2024 12:34:36 +0000 (13:34 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 12 Sep 2024 15:35:37 +0000 (17:35 +0200)
commit22c48a92cdcead3c7bfb1449528d275bf8d3d30a
treeddd3aac2fac2f9ad5348e6d00eac0958295579ee
parent2bf0a87ae352478b74181bcf7ff2eb2c21d74538
lib: uuid: supporting building as part of host tools

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 new genguid tool to generate v5 GUIDs that match
those generated by U-Boot at runtime.

Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
include/uuid.h
lib/uuid.c