doc: update stale references to boilerplate.cmake

Inclusion of this file is now deprecated in favor of
find_package(Zephyr ...). Update documentation appropriately.

Signed-off-by: Marti Bolivar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Marti Bolivar 2023-01-07 15:28:29 -08:00 committed by Carles Cufí
commit 1037348b7b
2 changed files with 3 additions and 2 deletions

View file

@ -63,7 +63,8 @@ for data copy operations from ROM to required memory type.
The file argument supports limited regular expressions. The file argument supports limited regular expressions.
function zephyr_code_relocate() can be called as many times as required. function zephyr_code_relocate() can be called as many times as required.
This step has to be performed before the inclusion of boilerplate.cmake. This step has to be performed before calling find_package(Zephyr ...)
in the application's CMakeLists.txt.
Additional Configurations Additional Configurations

View file

@ -96,7 +96,7 @@ always contains ``${ZEPHYR_BASE}/include``, but will also contain
is set, or ``${ZEPHYR_BASE}/subsys/testsuite/ztest/include`` when is set, or ``${ZEPHYR_BASE}/subsys/testsuite/ztest/include`` when
``CONFIG_ZTEST`` is set. Additional paths can be added to the list ``CONFIG_ZTEST`` is set. Additional paths can be added to the list
through the CMake command line or in CMake code that is run before through the CMake command line or in CMake code that is run before
``${ZEPHYR_BASE}/cmake/app/boilerplate.cmake`` is run. ``find_package(Zephyr ...)`` is run.
Invocation Context Invocation Context
================== ==================