summaryrefslogtreecommitdiff
path: root/tools/u_boot_pylib/test_util.py
diff options
context:
space:
mode:
authorYannic Moog <y.moog@phytec.de>2025-06-13 14:02:43 +0200
committerTom Rini <trini@konsulko.com>2025-06-26 09:54:05 -0600
commitf5817e05efd39dd455c2e6a0f0622d709fe7ea2d (patch)
tree698e2d37d8d66b4c8a02c3ecccb7ebd502fd69f6 /tools/u_boot_pylib/test_util.py
parent21bc3433a43d3add3430543c9eee2a95d4dee2f6 (diff)
binman: add faked optional entry case in CheckForProblems
When having an entry that is marked as optional and is missing in the final image, the following output is observed: CFGS spl/u-boot-spl.cfgout BINMAN .binman_stamp Image 'image' has faked external blobs and is non-functional: tee.bin Image 'image' is missing optional external blobs but is still functional: tee-os /binman/section/fit/images/tee/tee-os (tee.bin): See the documentation for your board. You may need to build Open Portable Trusted Execution Environment (OP-TEE) and build with TEE=/path/to/tee.bin Some images are invalid make: *** [Makefile:1135: .binman_stamp] Error 103 To solve this contradictory messaging, when checking the faked blob list, remove entries that are allowed to be missing. Instead add an info message for faked optional blobs. Also reduce verbosity of the optional image warning to an info message. Signed-off-by: Yannic Moog <y.moog@phytec.de> Reviewed-by: Bryan Brattlof <bb@ti.com>
Diffstat (limited to 'tools/u_boot_pylib/test_util.py')
0 files changed, 0 insertions, 0 deletions