Skip to content

Commit 716a256

Browse files
committed
xtensa-build-zephyr: pure comment/link to west config simplification
Fixes 5a82b0a ("xtensa-build-zephyr.py: add new rimage_west_configuration()") Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 8d44f26 commit 716a256

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/xtensa-build-zephyr.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,10 @@ def rimage_west_configuration(platform_dict, dest_dir):
691691
Returns a tuple (west ConfigFile, pathlib.Path to that new file).
692692
"""
693693

694+
# This complex and painful saving and copying can be dropped and
695+
# greatly simplified once any of these alternatives gets finally
696+
# implemented in `west config`:
697+
# https://github.com/zephyrproject-rtos/west/issues/429 or 849, 867,..
694698
saved_local_var = os.environ.get('WEST_CONFIG_LOCAL')
695699
workspace_west_config_path = os.environ.get('WEST_CONFIG_LOCAL',
696700
str(west_top / ".west" / "config"))

0 commit comments

Comments
 (0)