commit | 13270a43c1c217c6c84a77394cafcb1ad2d0f4a5 | [log] [tgz] |
---|---|---|
author | Valerio Setti <vsetti@baylibre.com> | Tue Mar 18 16:41:41 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon Mar 24 19:33:18 2025 +0100 |
tree | 11a42eac30c93de96e1096f48029adabb7821e96 | |
parent | 15b0f9033b3e5f820547fa291d72c23304aa0c7c [diff] |
cmake: modules: dts: print error message if DTC fails Currently stderr is printed only if dtc encounters warnings, but it's not printed in case of errors. However this information can be useful to quickly identify and resolve the problem. To solve this let's add "COMMAND_ERROR_IS_FATAL ANY" to execute_process() so that CMake will fail in case of errors and a proper message will be printed on the output. Signed-off-by: Valerio Setti <vsetti@baylibre.com>