diff options
author | Yannic Moog <y.moog@phytec.de> | 2025-06-13 14:02:41 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-06-26 09:54:05 -0600 |
commit | 3ae668b9d2101d111d257ee7d8912c19cfb0e102 (patch) | |
tree | fbcc5ce03efe4f1e28c572e5bcdc49a385514475 /lib/linux_string.c | |
parent | a657d87f08789c4c50423897bd5ee052c6223ee6 (diff) |
binman: mark optional missing blobs as absent
Optional blobs should mark themselves as absent to avoid being packed
into an image.
Extend the documentation of this behaviour. Although the documentation
implied this before, the "optional" property had not been explained
properly before.
The behaviour will change as now absent entries are no longer
packed into an image. The image map will also reflect this.
As a result, the CheckForProblems() function will no longer alert on
optional (blob) entries. This is because the missing optional images
were removed before CheckForProblems is called.
Adjust the testExtblobOptional test case to highlight that we are
testing not only an optional image but the image is missing as well. The
behaviour for these is different where the latter will not be packaged
into the image.
Reported-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Yannic Moog <y.moog@phytec.de>
Reviewed-by: Bryan Brattlof <bb@ti.com>
Diffstat (limited to 'lib/linux_string.c')
0 files changed, 0 insertions, 0 deletions