Skip to content

Commit

Permalink
feat: add binary file name value to template generator
Browse files Browse the repository at this point in the history
The file name component of the binary file can now be used in manifest
generator.

Signed-off-by: Rafał Kuźnia <[email protected]>
  • Loading branch information
e-rk committed Jun 11, 2024
1 parent 0b06da2 commit 3458313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ncs/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def read_configurations(configurations):
if edt_data:
data[image_name]["dt"] = edt_data
if binary:
data[image_name]["filename"] = pathlib.Path(binary).name
data[image_name]["binary"] = binary
data["get_absolute_address"] = get_absolute_address
return data
Expand Down

0 comments on commit 3458313

Please sign in to comment.