u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH] Dockerfile: Add libgnutls package for building mkeficapsule command
@ 2022-02-01  1:32 AKASHI Takahiro
  2022-02-04  0:41 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: AKASHI Takahiro @ 2022-02-01  1:32 UTC (permalink / raw)
  To: trini, xypron.glpk, agraf
  Cc: sjg, ilias.apalodimas, sughosh.ganu, masami.hiramatsu,
	mark.kettenis, u-boot, AKASHI Takahiro

For adding signing feature for capsule authentication to the host tool,
mkeficapsule, we will link gnutls library for crypto operation.
Since we need this command to complete the capsule authentication test
on sandbox in CI loop, necessary packages must be installed on the host.

See my patch, "tools: mkeficapsule: add firmware image signing."

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
---
 Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index d2f0074ee8a6..83fc0c94a30a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -62,6 +62,8 @@ RUN apt-get update && apt-get install -y \
 	imagemagick \
 	iputils-ping \
 	libguestfs-tools \
+	libgnutls28-dev \
+	libgnutls30 \
 	libisl15 \
 	liblz4-tool \
 	libpixman-1-dev \
-- 
2.33.0


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

* Re: [PATCH] Dockerfile: Add libgnutls package for building mkeficapsule command
  2022-02-01  1:32 [PATCH] Dockerfile: Add libgnutls package for building mkeficapsule command AKASHI Takahiro
@ 2022-02-04  0:41 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2022-02-04  0:41 UTC (permalink / raw)
  To: AKASHI Takahiro
  Cc: xypron.glpk, agraf, sjg, ilias.apalodimas, sughosh.ganu,
	masami.hiramatsu, mark.kettenis, u-boot

[-- Attachment #1: Type: text/plain, Size: 548 bytes --]

On Tue, Feb 01, 2022 at 10:32:36AM +0900, AKASHI Takahiro wrote:

> For adding signing feature for capsule authentication to the host tool,
> mkeficapsule, we will link gnutls library for crypto operation.
> Since we need this command to complete the capsule authentication test
> on sandbox in CI loop, necessary packages must be installed on the host.
> 
> See my patch, "tools: mkeficapsule: add firmware image signing."
> 
> Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

end of thread, other threads:[~2022-02-04  0:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-01  1:32 [PATCH] Dockerfile: Add libgnutls package for building mkeficapsule command AKASHI Takahiro
2022-02-04  0:41 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).