zephyr/scripts/ci
Torsten Rasmussen 5f7cc8ded9 cmake: kconfig: support for multiple SOC_ROOT
This commit introduces support for multiple SOC_ROOT.

This means that additional SOC_ROOTs specified using -DSOC_ROOT as
argument to CMake will be forming a list together with ${ZEPHYR_BASE}.

This allows for greater flexibility, as developers can now specify
multiple out-of-tree SoCs and not worry about the SoC used for the
board they compile for.

Also it avoid code, such as:
if(BOARD STREQUAL my_board_using_out_of_tree_soc)
  set(SOC_ROOT some/out/of/tree/soc/path)
endif()
in application CMakeLists.txt.

Finally, allowing multiple SOC_ROOTs prepares for specifying SOC_ROOTs
in Zephyr modules.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2020-08-05 08:06:07 -04:00
..
check_compliance.py cmake: kconfig: support for multiple SOC_ROOT 2020-08-05 08:06:07 -04:00
get_modified_boards.py
get_modified_tests.py
pylintrc ci: add compliance checking via GH actions 2020-06-12 07:53:09 -04:00
run_ci.sh ci: make test_file.txt a build artifact for debug 2020-07-30 11:25:25 -04:00
sanitycheck_ignore.txt ci: do not run sanitycheck on linter config changes 2020-07-03 07:58:31 -04:00
version_mgr.py actions: update daily version for testing 2020-07-09 11:29:56 +02:00
what_changed.py