zephyr/scripts/build
Andrzej Głąbek 6c21c9635d scripts: gen_relocate_app: Fix a typo in parse_input_string()
This is a follow-up to commit b1a3ce4016.

`parse_input_string()` needs to use `:NOCOPY:`, not `:NOCOPY`, when
partitioning input lines, otherwise, when a line contains the NOCOPY
flag, the file name returned by the function starts with `:` and the
file cannot be then found by the script.
Such problem can be observed in the code_relocation_nocopy sample,
which without this fix does not actually relocate code from ext_code.c.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2022-11-23 16:49:03 -05:00
..
dir_is_writeable.py scripts: move dir_is_writeable.py to scripts/build 2022-07-12 10:03:45 +02:00
elf_parser.py scripts: build: elf_parser: use node name for Graphviz diagrams 2022-08-04 18:36:35 +02:00
file2hex.py scripts: move file2hex.py to scripts/build/file2hex.py 2022-07-12 10:03:45 +02:00
gen_app_partitions.py scripts: move gen_app_partitions.py to scripts/build 2022-07-12 10:03:45 +02:00
gen_cfb_font_header.py includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
gen_handles.py scripts: build: gen_handles: use Z_DECL_ALIGN 2022-10-11 18:11:47 +02:00
gen_image_info.py scripts: Fix header ifdef guard for gen_image_info.py 2022-11-15 14:46:02 +01:00
gen_isr_tables.py scripts: move gen_isr_tables.py to scripts/build/gen_isr_tables.py 2022-07-12 10:03:45 +02:00
gen_kobject_list.py rtio: Userspace support 2022-11-08 10:44:03 +01:00
gen_kobject_placeholders.py scripts: move gen_kobject_placeholders.py to scripts/build/ 2022-07-12 10:03:45 +02:00
gen_offset_header.py scripts: move gen_offset_header.py to scripts/build/ 2022-07-12 10:03:45 +02:00
gen_relocate_app.py scripts: gen_relocate_app: Fix a typo in parse_input_string() 2022-11-23 16:49:03 -05:00
gen_strerror_table.py scripts: move gen_strerror_table.py to scripts/build 2022-07-12 10:03:45 +02:00
gen_syscalls.py kernel: Prevent Wundef 2022-08-15 14:36:47 +02:00
mergehex.py scripts: move mergehex.py to scripts/build 2022-07-12 10:03:45 +02:00
parse_syscalls.py scripts: move parse_syscalls.py to scripts/build/ 2022-07-12 10:03:45 +02:00
process_gperf.py scripts: move process_gperf.py to scripts/build 2022-07-12 10:03:45 +02:00
subfolder_list.py scripts: move subfolder_list.py to scripts/build/subfolder_list.py 2022-07-12 10:03:45 +02:00
uf2conv.py scripts: move uf2conv.py to scripts/build/uf2conv.py 2022-07-12 10:03:45 +02:00
user_wordsize.py scripts: move user_wordsize.py to scripts/build/user_wordsize.py 2022-07-12 10:03:45 +02:00