Home
last modified time | relevance | path

Searched hist:"76 d5d32fcf7e8859721e0d63a1ecc6b674a4ae0e" (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/drivers/measured_boot/event_log/
H A Devent_log.mk76d5d32fcf7e8859721e0d63a1ecc6b674a4ae0e Thu Oct 30 16:22:03 UTC 2025 Harrison Mutai <harrison.mutai@arm.com> fix(build): don't rely on Event Log build tree

Follow proper CMake usage by installing libeventlog and referring to
the installed artifacts rather than the build directory. The previous
approach relied on build-tree paths, which is considered an anti-
pattern and may break across CMake versions since the build layout is
not stable or part of the public interface.

This change installs libeventlog into a staging directory and updates
the TF-A build to use the installed include and library paths. This
improves portability, stability, and compliance with CMake idioms.

Change-Id: I740a558fd6f3163a6af3b122e9e1df558a045872
Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>