zephyr/cmake/modules
Joakim Andersson 12fdde6694 cmake: kconfig: Add APP_DIR to kconfig environment
Add APP_DIR as a kconfig environment variable.

This is useful in cases where you want to set a config path relative to
the directory of the application.

An example of this is how many sysbuild.cmake files sets the source
directory like this:

ExternalZephyrProject_Add(
  APPLICATION remote
  SOURCE_DIR ${APP_DIR}/remote
  BOARD ${SB_CONFIG_REMOTE_BOARD}
)

The same however cannot be done in Kconfig.sysbuild:

config NETCORE_IMAGE_PATH
    default "${APP_DIR}/<image_path>" if NETCORE_ABC

Instead they must use ZEPHYR_MY_MODULE_MODULE_DIR, however not all
applications are part of a zephyr module.

Signed-off-by: Joakim Andersson <joerchan@gmail.com>
2025-07-08 13:40:34 -05:00
..
arch.cmake
basic_settings.cmake
boards.cmake
ccache.cmake
configuration_files.cmake
doc.cmake
dts.cmake cmake: modules: Add zephyr_dt_import 2025-05-22 13:44:18 +02:00
extensions.cmake cmake: extensions: Check no arguments are given to zephyr_library 2025-06-27 10:59:22 +02:00
Findarmclang.cmake
FindBabbleSim.cmake
FindDeprecated.cmake
FindDtc.cmake
FindGnuLd.cmake
FindHostTools.cmake
FindLlvmLld.cmake
FindoneApi.cmake
FindScaTools.cmake
FindTargetTools.cmake
FindThreads.cmake
FindZephyr-sdk.cmake
generated_file_directories.cmake
git.cmake
hwm_v2.cmake
kconfig.cmake cmake: kconfig: Add APP_DIR to kconfig environment 2025-07-08 13:40:34 -05:00
kernel.cmake CMake: Add support for .mot binary file format 2025-05-02 09:18:16 +02:00
pre_dt.cmake dts: Move vendor-specific dtsi to dedicated folder 2025-04-29 13:00:03 +02:00
python.cmake Revert "doc: ci: Zephyr now requires Python 3.12 or higher" 2025-07-04 15:50:06 -05:00
root.cmake
shields.cmake shields: scripts: cmake: use list_shields.py in shields.cmake 2025-05-23 17:19:58 +02:00
snippets.cmake
soc.cmake
unittest.cmake cmake: clean up gen_kobject_list.py invocations 2025-05-07 15:10:05 +02:00
user_cache.cmake
version.cmake
west.cmake
yaml.cmake yaml: save intermediate files in the build directory 2025-05-08 19:46:18 +02:00
zephyr_default.cmake
zephyr_module.cmake