zephyr/scripts
Iuliana Prodan dc49a314fd west: sign.py: fix sign when CONFIG_KERNEL_BIN_NAME is used
This fixes the following build error:
```
zephyr/zephyr.elf', needed by 'zephyr/zephyr.ri', missing and no known
rule to make it
```
This appears when CONFIG_KERNEL_BIN_NAME is used.

Therefore, do not use zephyr.elf since some samples might be called
based on CONFIG_KERNEL_BIN_NAME.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
2023-07-10 09:29:33 +02:00
..
build
checkpatch
ci scripts: ci: check_compliance: add a no-modules Kconfig check 2023-07-05 09:11:02 +02:00
coccinelle
coredump
dts devicetree.h: DT_FOREACH_NODE_VARGS, DT_FOREACH_STATUS_OKAY_NODE_VARGS 2023-07-07 11:41:19 +02:00
footprint
generate_usb_vif
gitlint
kconfig
logging/dictionary
native_simulator native_simulator: Align with upstream latest with more trampolines 2023-07-07 14:32:41 +02:00
net
pylib
pylint/checkers
release
schemas
support
tests
tracing
utils
west_commands west: sign.py: fix sign when CONFIG_KERNEL_BIN_NAME is used 2023-07-10 09:29:33 +02:00
.gitignore
checkpatch.pl checkpatch: exclude lib/posix/*.c from negative errno rule 2023-07-05 21:06:55 -04:00
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
requirements-build-test.txt
requirements-compliance.txt
requirements-doc.txt
requirements-extras.txt
requirements-run-test.txt
requirements.txt
series-push-hook.sh
set_assignees.py
snippets.py
spelling.txt
tags.sh
twister
valgrind.supp valgrind: Update suppression file to align with updated POSIX arch 2023-07-05 07:01:19 -04:00
west-commands.yml
zephyr_module.py