summaryrefslogtreecommitdiff
path: root/test/py/u_boot_console_sandbox.py
diff options
context:
space:
mode:
authorAlper Nebi Yasak <alpernebiyasak@gmail.com>2022-03-27 18:31:47 +0300
committerTom Rini <trini@konsulko.com>2022-04-25 10:11:05 -0400
commite736878b0865cdf963f02ec088b1df1d600ded20 (patch)
tree9e8a778380b57648defd14ad476f0faa92754ae8 /test/py/u_boot_console_sandbox.py
parente2ce4fb9869dcedd3ecb4ad552c86e02248649df (diff)
binman: Remove '/images/' fragment from FIT subentry paths
Binman FIT entry nodes describe their subentries in an 'images' subnode, same as how they would be written for the mkimage executable. The entry type initially manually managed its subentries keyed by their node paths relative to its base node. It was later converted to a proper section while still keeping the same keys for subentries. These subentry keys of sections are used as path fragments, so they must not contain the path separator character '/'. Otherwise, they won't be addressable by binman extract/replace commands. Change these keys from the '/images/foo' forms to the subentry node names. Extend the simple FIT tests to check for this. Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Diffstat (limited to 'test/py/u_boot_console_sandbox.py')
0 files changed, 0 insertions, 0 deletions