All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] bintool fixes
@ 2025-07-24  8:34 Jerome Forissier
  2025-07-24  8:34 ` [PATCH 1/2] binman: bintool: use apt-get instead of apt Jerome Forissier
  2025-07-24  8:34 ` [PATCH 2/2] binman: bintool: run 'apt update -y' on first invocation of apt_install() Jerome Forissier
  0 siblings, 2 replies; 5+ messages in thread
From: Jerome Forissier @ 2025-07-24  8:34 UTC (permalink / raw)
  To: U-Boot mailing list
  Cc: Jerome Forissier, Alper Nebi Yasak, Leonard Anderweit,
	Simon Glass, Tom Rini

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.


Jerome Forissier (2):
  binman: bintool: use apt-get instead of apt
  binman: bintool: run 'apt 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-07-24  8:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-24  8:34 [PATCH 0/2] bintool fixes Jerome Forissier
2025-07-24  8:34 ` [PATCH 1/2] binman: bintool: use apt-get instead of apt Jerome Forissier
2025-07-24  8:34 ` [PATCH 2/2] binman: bintool: run 'apt update -y' on first invocation of apt_install() Jerome Forissier
2025-07-24  8:48   ` Quentin Schulz
2025-07-24  8:56     ` Jerome Forissier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.