From: Frieder Schrempf <frieder@fris.de>
To: bitbake-devel@lists.openembedded.org
Cc: Frieder Schrempf <frieder.schrempf@kontron.de>
Subject: [PATCH 1/2] contrib: hashserv: Dockerfile: Remove non-existent lib/codegen.py
Date: Mon, 11 May 2026 17:36:31 +0200 [thread overview]
Message-ID: <20260511153632.299677-1-frieder@fris.de> (raw)
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
next reply other threads:[~2026-05-11 15:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-11 15:36 Frieder Schrempf [this message]
2026-05-11 15:36 ` [PATCH 2/2] contrib: hashserv: Dockerfile: Update base image Frieder Schrempf
2026-05-14 10:18 ` Paul Barker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260511153632.299677-1-frieder@fris.de \
--to=frieder@fris.de \
--cc=bitbake-devel@lists.openembedded.org \
--cc=frieder.schrempf@kontron.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.