1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-06 14:50:03 +00:00

arm-bsp/trusted-firmware-m: disable libmetal doc generation

The TF-M configuration step can fail if the doxygen executable is found.
This commit disables the doc generation until this is fixed in the
upstream repos.

Signed-off-by: Bence Balogh <bence.balogh@arm.com>
This commit is contained in:
Bence Balogh
2024-02-22 14:08:13 +01:00
committed by Ross Burton
parent 1560fbe0c9
commit c156893334
@@ -19,6 +19,8 @@ SRC_URI += "git://github.com/OpenAMP/libmetal.git;protocol=https;branch=main;nam
"
SRCREV_libmetal = "28fa2351d6a8121ce6c1c2ac5ee43ce08d38dbae"
EXTRA_OECMAKE += "-DLIBMETAL_SRC_PATH=${S}/../libmetal -DLIBMETAL_BIN_PATH=${B}/libmetal-build"
# The configuration can fail if libmetal tries to generate the docs and the doxygen bin is found
EXTRA_OECMAKE += "-DWITH_DOC=False"
# OpenAMP v2023.04.0
LICENSE += "& BSD-2-Clause & BSD-3-Clause"