zephyr/scripts
Marc Herbert 4975c94845 west.cmake: make MIN_WEST_VERSION catch up with requirements-base.txt
Also add a comment in each file reminding to keep them the same.

Fixes 251f269e23 ("west: v0.14.0 is required now (and soon, v1.1")

Confusing error message before this commit:

```
-- Found west (found suitable version 0.13.1, minimum required is 0.7.1)
CMake Error at SOF/zephyr/cmake/modules/zephyr_module.cmake:77 (message):
  Traceback (most recent call last):

    File "SOF/zephyr/scripts/zephyr_module.py", line 733, in <module>
      main()
    File "SOF/zephyr/scripts/zephyr_module.py", line 678, in main
      west_projs = west_projects()
                   ^^^^^^^^^^^^^^^
    File "SOF/zephyr/scripts/zephyr_module.py", line 536, in west_projects
      from west.configuration import MalformedConfig

  ImportError: cannot import name 'MalformedConfig'
                      from 'west.configuration'
  (west/src/west/configuration.py)
```

Clearer error message after this commit:

```
CMake Error at SOF/zephyr/cmake/modules/west.cmake:68 (message):
  The detected west version, 0.13.1, is unsupported.

    The minimum supported version is 0.14.0.
    Please upgrade with:
        /usr/bin/python3.11 -m pip install --upgrade west
```

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2023-05-22 10:17:11 +02:00
..
build
checkpatch
ci scripts/ci/check_compliance: add GitDiffCheck compliance check 2023-05-19 14:52:49 +00:00
coccinelle
coredump
dts devicetree: better DT_PROP_BY_IDX()/DT_FOREACH_PROP_ELEM() support 2023-05-16 18:14:26 +02:00
footprint
generate_usb_vif
gitlint
kconfig security: hardening: Update general recommendations 2023-05-13 02:28:29 +09:00
logging/dictionary logging: Use TYPE_SECTION macros for log const 2023-05-03 10:43:31 +02:00
net
pylib twister: fix testcase parsing from binary 2023-05-18 07:05:15 -04:00
pylint/checkers
release
schemas twister: set 'any' type for set/list fields 2023-05-10 09:52:37 +02:00
support
tests
tracing
utils scripts: utils: add twister_to_list tool 2023-05-10 09:52:37 +02:00
west_commands ARC: used 64bit MDB binary by default. 2023-05-22 10:16:28 +02:00
.gitignore
checkpatch.pl
checkstack.pl
coccicheck
dump_bugs_pickle.py
gen_gcov_files.py
get_maintainer.py
github_helpers.py
list_boards.py
make_bugs_pickle.py
requirements-base.txt west.cmake: make MIN_WEST_VERSION catch up with requirements-base.txt 2023-05-22 10:17:11 +02:00
requirements-build-test.txt
requirements-compliance.txt
requirements-doc.txt
requirements-extras.txt
requirements-run-test.txt requirements: Update pyOCD requirement to 0.35.0 2023-05-10 10:15:52 +02:00
requirements.txt
series-push-hook.sh
set_assignees.py
snippets.py
spelling.txt
tags.sh
twister
valgrind.supp
west-commands.yml
zephyr_module.py west: v0.14.0 is required now (and soon, v1.1) 2023-05-19 13:17:05 -07:00