From 5f099c801bde48afaac75c4795bfdf6748c554e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Tue, 17 Jun 2025 17:26:20 +0200 Subject: [PATCH] doc: develop: west: document spdx not being supported for native_sim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generating SPDX SBOMs for the ``native_sim`` platform has propably never worked, but at least now it will be documented. Signed-off-by: Benjamin Cabé --- doc/develop/west/zephyr-cmds.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/develop/west/zephyr-cmds.rst b/doc/develop/west/zephyr-cmds.rst index 100e05f9044..120487835fc 100644 --- a/doc/develop/west/zephyr-cmds.rst +++ b/doc/develop/west/zephyr-cmds.rst @@ -165,6 +165,10 @@ source files that are compiled to generate the built library files. - ``--include-sdk``: with ``--analyze-includes``, also create a fourth SPDX document, :file:`sdk.spdx`, which lists header files included from the SDK. +.. warning:: + + The generation of SBOM documents for the ``native_sim`` platform is currently not supported. + .. _SPDX specification clause 6: https://spdx.github.io/spdx-spec/v2.2.2/document-creation-information/