]> Git Repo - J-u-boot.git/commit
tools: binman: etype: fit: Append DTB directory to the list of input directories
authorPaul HENRYS <[email protected]>
Mon, 25 Nov 2024 18:16:54 +0000 (19:16 +0100)
committerTom Rini <[email protected]>
Thu, 19 Dec 2024 15:10:34 +0000 (09:10 -0600)
commite7d7d3307c6109f2bec5dd5ba779996dd891348d
tree9f9595f90f31df739d496f2f460b7142d7f9d939
parentc7896b3e4892c9b5b5fb723c7f042b9b28e73af0
tools: binman: etype: fit: Append DTB directory to the list of input directories

When specifying a directory containing DTBs with 'fit,fdt-list-dir', it can be
handy not to have to also specify this directory to the input directories of
binman with '-I' option and use the method tools.append_input_dirs() append it.
This avoids to have to specify the DTB directory in both the device tree
provided to binman and through '-I' option to binman.

Signed-off-by: Paul HENRYS <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
tools/binman/etype/fit.py
tools/binman/ftest.py
This page took 0.032945 seconds and 4 git commands to generate.