U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Dockerfile: install byacc
@ 2025-04-01  8:46 Leonard Anderweit
  2025-04-01  8:46 ` [PATCH 2/2] CI: Build missing binman tools before binman tests Leonard Anderweit
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Leonard Anderweit @ 2025-04-01  8:46 UTC (permalink / raw)
  To: u-boot; +Cc: trini, sjg, festevam, marex, upstream

Install byacc required to build cst from source.

Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de>
---
 tools/docker/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 569912303fc9..60f63c2d73dc 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -64,6 +64,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
 	binutils-dev \
 	bison \
 	build-essential \
+	byacc \
 	cgpt \
 	clang-17 \
 	coreutils \
-- 
2.34.1


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

end of thread, other threads:[~2025-04-11 19:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-01  8:46 [PATCH 1/2] Dockerfile: install byacc Leonard Anderweit
2025-04-01  8:46 ` [PATCH 2/2] CI: Build missing binman tools before binman tests Leonard Anderweit
2025-04-01 11:12   ` Fabio Estevam
2025-04-01 11:42     ` Leonard Anderweit
2025-04-01 13:52       ` Tom Rini
2025-04-10 17:33 ` (subset) [PATCH 1/2] Dockerfile: install byacc Tom Rini
2025-04-11 19:16 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox