zephyr/cmake
Torsten Rasmussen 6c294bc0b8 cmake: zephyr_module.py working directory when listing modules
Fixes: #27237

This commit fixes an issue when `zephyr_module.py` was executed outside
a west workspace.
This would happen when build an out-of-tree (out-of-workspace)
application, in which case the current west workspace would be unknown.

This is now changed, so that execution of `zephyr_module.py` will be
done in the current Zephyr base.
This ensures that the west workspace that holds the current Zephyr will
be the same workspace used for west list, and hence solve fix the issue.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2020-08-26 14:25:17 -04:00
..
app modules: adding support for ROOTs definitions in zephyr/module.yml 2020-08-05 08:06:07 -04:00
bintools cmake: Correct PATHS usage 2020-05-20 12:10:20 +02:00
compiler Revert "compiler: gcc: Add warning option to spot poblematic switches" 2020-08-25 12:57:05 -04:00
emu cmake: combine nsim and mdb for emulation 2020-08-14 13:30:56 +02:00
flash cmake: flash: remove unused cache variables 2020-08-19 09:51:13 -04:00
ide
linker/ld cmake: Correct PATHS usage 2020-05-20 12:10:20 +02:00
makefile_exports
reports cmake: generate json file for ram/rom reports 2020-08-14 18:49:26 -04:00
toolchain cmake: Set TOOLCHAIN_ARCH based on OS_PLATFORM 2020-08-07 06:54:18 -05:00
usage cmake: sort shield list and improve indent 2020-08-05 12:01:49 +02:00
util
boards.cmake doc,cmake: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
ccache.cmake
cfb.cmake cmake: using ${ZEPHYR_BASE} instead of $ENV{ZEPHYR_BASE} 2020-03-27 16:23:46 +01:00
dts.cmake devicetree: use edt.pickle more 2020-07-23 09:19:45 -05:00
extensions.cmake cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
extra_flags.cmake
gcc-m-cpu.cmake cmake: gcc: add support for compiling for the ARM Cortex-M1 2020-08-14 13:35:39 -05:00
generic_toolchain.cmake cmake: Zephyr sdk package handling 2020-05-08 17:15:55 +02:00
git.cmake
hex.cmake
host-tools.cmake modules: adding support for ROOTs definitions in zephyr/module.yml 2020-08-05 08:06:07 -04:00
kconfig.cmake cmake: kconfig: support for multiple SOC_ROOT 2020-08-05 08:06:07 -04:00
kobj.cmake cmake: using ${ZEPHYR_BASE} instead of $ENV{ZEPHYR_BASE} 2020-03-27 16:23:46 +01:00
pristine.cmake
python.cmake cmake: find python3 on windows when multiarch are installed 2020-05-13 12:13:36 +02:00
target_toolchain.cmake
version.cmake cmake: Added possibility to disable the printing of version 2020-03-27 16:23:46 +01:00
west.cmake cmake: convert WEST_PYTHON path to be correct CMake style 2020-08-06 13:49:08 +02:00
zephyr_module.cmake cmake: zephyr_module.py working directory when listing modules 2020-08-26 14:25:17 -04:00