Lines Matching refs:will

8 # This function will load the CMakeCache.txt file from the binary directory
25 # Using a regex for matching whole 'VAR_NAME:TYPE=VALUE' will strip semi-colons
49 # This function will return the variable found in the CMakeCache.txt file
51 # If `VAR` is provided, the name given as parameter will be looked up, but if
52 # `VAR` is not given, the `<variable>` name provided will be used both for
55 # The result will be returned in `<variable>`.
59 # will lookup PROJECT_NAME from the CMakeCache identified by `my_sample` and
63 # will lookup PROJECT_NAME from the CMakeCache identified by `my_sample` and
67 # will lookup CONFIG_FOO from the KConfig identified by `my_sample` and
161 # The sysbuild BOARD is exported through sysbuild cache, and will be used
201 # APPLICATION: <name>: Name of the application, name will also be used for build
211 # For example, -DCONF_FILES=<files> will be passed on to the
215 # true, then this application will be excluded from flashing
397 # The sysbuild BOARD is exported through sysbuild cache, and will be used
537 # `IMAGES` contains the list of images to the hook, if `IMAGE` is passed, this will be provided
591 # This function will set the specified value of the sysbuild cache variable in
595 # The result will be returned in `<variable>`.
603 # APPEND: If specified then will append the supplied data to the
624 # If the variable type is not set, use UNINITIALIZED which will not apply any
674 # After exiting <source_dir>, this function will take every image added so far,
676 # this stage, their sysbuild.cmake files will be included as well, and so on.
711 # flashing order. Each image named "<image-dependency>" will be ordered before
714 # CONFIGURE: Add CMake configuration dependencies. This will determine the order
715 # in which `ExternalZephyrProject_Cmake()` will be called.
716 # FLASH: Add flashing dependencies. This will determine the order in which
717 # all images will appear in `domains.yaml`.
751 # This function will sort the provided `<images>` to satisfy the dependencies
752 # specified using `sysbuild_add_dependencies()`. The result will be returned in