summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-01-12 23:10:36 +0300
committerTom Rini <trini@konsulko.com>2022-01-13 05:26:59 +0300
commit790ba9fce82bff215cf05513278a7b52312b6b28 (patch)
tree8587c8832b50a6cdba7118649fa2aa66e9b9e939 /README
parent32d4f106bd806428d756398a83d2b15563b58cf8 (diff)
downloadu-boot-790ba9fce82bff215cf05513278a7b52312b6b28.tar.xz
binman: Write fake blobs to the output directory
At present binman writes fake blobs to the current directory. This is not very helpful, since the files serve no useful purpose once binman has finished. They clutter up the source directory and affect future runs, since the files in the current directory are often used in preference to those in the board directory. To avoid these problems, write them to the output directory instead. Move the file-creation code to the Entry base class, so it can be used by any entry type that needs it. This is required since some entry types, such as Entry_blob_ext_list, are not subclasses of Entry_blob. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions