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(-) -- 2.43.0 base-commit: 3532f1f5edfc97c9dcea723cdeb732eda44bc669 branch: bintool-apt-fixes