zephyr/tests/cmake
Grzegorz Swiderski 7f4b1abb39 cmake: Don't lose global sysbuild value with zephyr_get(... MERGE)
According to the doc comment:

  If using MERGE then SYSBUILD GLOBAL will get both the local and global
  sysbuild scope variables (in that order, if both exist).

This stopped working in commit 8460d91e32,
when support for `zephyr_get(... VAR <multiple-variables>)` was added.

Instead of returning both values, the local sysbuild scope value would
clobber the global one. Fix this by splitting the internal `sysbuild`
scope into `sysbuild_local` and `sysbuild_global`, in that order.

Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
2023-08-16 15:01:57 +02:00
..
config_dir tests: cmake: fix identifier 2023-08-01 13:24:09 -04:00
overlays/var_expansions cmake: align Zephyr module variable to EXTRA_ZEPHYR_MODULES 2023-05-23 16:40:21 +02:00
snippets tests: cmake: snippets: test DTS_EXTRA_CPPFLAGS 2023-08-02 16:27:11 +02:00
zephyr_get cmake: Don't lose global sysbuild value with zephyr_get(... MERGE) 2023-08-16 15:01:57 +02:00