On July 24, 2025 thus sayeth Jerome Forissier: > Two small fixes for binman (bintool). The first patch avoids a warning, > the second one makes sure the APT package list is up-to-date when > running apt_install(). That one fixes a CI issue I encountered. > > Changes in v3: > - Really use apt-get instead of apt > > Changes in v2: > - Use apt-get instead of apt > > Jerome Forissier (2): > binman: bintool: use apt-get instead of apt > binman: bintool: run 'apt-get update -y' on first invocation of > apt_install() > > tools/binman/bintool.py | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-)
Reviewed-by: Bryan Brattlof <b...@ti.com> ~Bryan