zephyr/boards/xtensa/nxp_adsp_imx8
Kamil Galik 385ad46a39 boards/xtensa: Skip cleaning intermediate binaries up
This commit removes `CONFIG_CLEANUP_INTERMEDIATE_FILES` y-selection from
some Xtensa board configs. Y-selecting this option causes `west spdx` to
fail, due to reasons described in `CONFIG_CLEANUP_INTERMEDIATE_FILES` help
string.

If CLEANUP_INTERMEDIATE_FILES is y-selected, build files are removed from
the `cfgTarget.target.artifacts` list. This in turn causes the
`addBuildFile` function to nod add them to `pkg`, so `pkg.targetBuildFile`
is `None` in `scripts/west_commands/zspdx/walker.py`. This causes the `west
spdx` command to fail.

Signed-off-by: Kamil Galik <kgalik@internships.antmicro.com>
Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
2023-07-19 20:46:51 -04:00
..
board.cmake boards: xtensa: Use a CMake variable to set the rimage target name 2021-11-17 19:44:35 -05:00
Kconfig.board boards: xtensa: adsp: add support for imx8 board 2021-08-28 23:27:02 -04:00
Kconfig.defconfig xtensa: Add types to kconfigs 2022-04-08 19:03:32 +02:00
nxp_adsp_imx8.dts boards: xtensa: adsp: add support for imx8 board 2021-08-28 23:27:02 -04:00
nxp_adsp_imx8.yaml yamllint: indentation: fix files in boards/ 2023-01-04 14:23:53 +01:00
nxp_adsp_imx8_defconfig boards/xtensa: Skip cleaning intermediate binaries up 2023-07-19 20:46:51 -04:00