All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] contrib: hashserv: Dockerfile: Remove non-existent lib/codegen.py
@ 2026-05-11 15:36 Frieder Schrempf
  2026-05-11 15:36 ` [PATCH 2/2] contrib: hashserv: Dockerfile: Update base image Frieder Schrempf
  0 siblings, 1 reply; 3+ messages in thread
From: Frieder Schrempf @ 2026-05-11 15:36 UTC (permalink / raw)
  To: bitbake-devel; +Cc: Frieder Schrempf

From: Frieder Schrempf <frieder.schrempf@kontron.de>

This file has been removed and is not required anymore.
Fix the Docker image build accordingly.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
---
 contrib/hashserv/Dockerfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/contrib/hashserv/Dockerfile b/contrib/hashserv/Dockerfile
index aec1f86fc..fe7e091ec 100644
--- a/contrib/hashserv/Dockerfile
+++ b/contrib/hashserv/Dockerfile
@@ -16,7 +16,6 @@ RUN apk add --no-cache python3 libgcc
 COPY bin/bitbake-hashserv /opt/bbhashserv/bin/
 COPY lib/hashserv /opt/bbhashserv/lib/hashserv/
 COPY lib/bb /opt/bbhashserv/lib/bb/
-COPY lib/codegen.py /opt/bbhashserv/lib/codegen.py
 COPY lib/ply /opt/bbhashserv/lib/ply/
 COPY lib/bs4 /opt/bbhashserv/lib/bs4/
 
-- 
2.54.0



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

end of thread, other threads:[~2026-05-14 10:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-11 15:36 [PATCH 1/2] contrib: hashserv: Dockerfile: Remove non-existent lib/codegen.py Frieder Schrempf
2026-05-11 15:36 ` [PATCH 2/2] contrib: hashserv: Dockerfile: Update base image Frieder Schrempf
2026-05-14 10:18   ` Paul Barker

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.