binman: allow '.' to be included in the missing blob tags
authorBryan Brattlof <bb@ti.com>
Thu, 12 Jun 2025 11:38:53 +0000 (06:38 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 26 Jun 2025 14:18:48 +0000 (08:18 -0600)
commit85c4c34dc92a8b545d376d00ec66990457556e9b
treec5f4e7a9b92fe7c3a3ba1d8db6d5605d95c14d83
parentcf744bda69772cae34a48ee2d19eefd68231f09d
binman: allow '.' to be included in the missing blob tags

Extend the regex to add periods '.' in the tag so entries like
ti-fs-enc.bin can be represented in the missing-blob-help file.

Signed-off-by: Bryan Brattlof <bb@ti.com>
tools/binman/control.py