zephyr/scripts
Marc Herbert 07f2c7a1df west: sign.py: give rimage a key placeholder when there's none
rimage always requires a key argument even when it does not use it.

Some configurations (IMX) use rimage only for "stitching" the image but
not for signing. These were failing to build directly from west with
pretty cryptic stack trace, see below. This has never been a problem for
the SOF project because it has always worked around this rimage
limitation by providing a bogus -k argument - very much like the one
added by this commit.

```
File "zephyrproject/zephyr/scripts/west_commands/sign.py",  in sign
  extra_ri_args += [ '-k', str(sof_src_dir / 'keys' / cmake_default_key) ]
TypeError: unsupported operand type(s) for /: 'PosixPath' and 'NoneType'
ninja: build stopped: subcommand failed.
```

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2023-06-19 08:38:48 +02:00
..
build kernel: syscalls: no need to include all syscalls in binary 2023-06-17 07:57:45 -04:00
checkpatch
ci ci: testplan: do not start more runners than needed 2023-06-08 07:33:56 -04:00
coccinelle
coredump
dts devicetree: better DT_PROP_BY_IDX()/DT_FOREACH_PROP_ELEM() support 2023-05-16 18:14:26 +02:00
footprint scripts: size_report: Use default encoding to process filenames 2023-06-02 15:44:36 -04:00
generate_usb_vif USB-C: genVIF: Cleanup and add support to pick static data from input 2023-05-26 13:54:43 -04:00
gitlint
kconfig kconfig: provide an option for enforcing Kconfig settings 2023-05-25 14:57:41 +02:00
logging/dictionary logging: Use TYPE_SECTION macros for log const 2023-05-03 10:43:31 +02:00
net
pylib twister: Use natural sort when generating hardware map 2023-06-17 07:54:46 -04:00
pylint/checkers
release scripts: add list_devicetree_bindings_changes.py 2023-03-25 11:12:38 +01:00
schemas Twister: Add integration with renode-test 2023-05-26 09:43:49 -04:00
support
tests scripts: Typo in the word 'platform' fix 2023-05-29 14:34:33 -04:00
tracing
utils scripts: utils: add twister_to_list tool 2023-05-10 09:52:37 +02:00
west_commands west: sign.py: give rimage a key placeholder when there's none 2023-06-19 08:38:48 +02:00
.gitignore
checkpatch.pl
checkstack.pl
coccicheck
dump_bugs_pickle.py
gen_gcov_files.py
get_maintainer.py scripts: get_maintainer: Fix glob pattern directory match error logic 2023-04-26 00:29:25 +09:00
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 scripts: requirements: Update protobuf and grpcio-tools requirements 2023-05-23 08:55:16 +02:00
requirements-run-test.txt twister: Use natural sort when generating hardware map 2023-06-17 07:54:46 -04:00
requirements.txt
series-push-hook.sh
set_assignees.py
snippets.py scripts: snippets: Use UTF-8 to write CMake files 2023-06-02 15:44:36 -04:00
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