All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v6 0/3] swtpm and libtpms host packages
@ 2024-05-21 11:57 Jarkko Sakkinen
  2024-05-21 11:57 ` [Buildroot] [PATCH v6 1/3] package/json-glib: add host build Jarkko Sakkinen
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jarkko Sakkinen @ 2024-05-21 11:57 UTC (permalink / raw)
  To: buildroot; +Cc: Jarkko Sakkinen, Yann E . MORIN, Stefan Berger

Add swtpm and libtpms host packages.

Jarkko Sakkinen (3):
  package/json-glib: add host build
  package/libtpms: add host package
  package/swtpm: add host package

 DEVELOPERS                     |  2 ++
 package/Config.in.host         |  1 +
 package/json-glib/json-glib.mk |  6 ++++++
 package/libtpms/libtpms.hash   |  2 ++
 package/libtpms/libtpms.mk     | 18 ++++++++++++++++++
 package/swtpm/Config.in.host   | 11 +++++++++++
 package/swtpm/swtpm.hash       |  2 ++
 package/swtpm/swtpm.mk         | 23 +++++++++++++++++++++++
 8 files changed, 65 insertions(+)
 create mode 100644 package/libtpms/libtpms.hash
 create mode 100644 package/libtpms/libtpms.mk
 create mode 100644 package/swtpm/Config.in.host
 create mode 100644 package/swtpm/swtpm.hash
 create mode 100644 package/swtpm/swtpm.mk

--
2.45.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-05-21 12:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-21 11:57 [Buildroot] [PATCH v6 0/3] swtpm and libtpms host packages Jarkko Sakkinen
2024-05-21 11:57 ` [Buildroot] [PATCH v6 1/3] package/json-glib: add host build Jarkko Sakkinen
2024-05-21 11:57 ` [Buildroot] [PATCH v6 2/3] package/libtpms: add host package Jarkko Sakkinen
2024-05-21 12:06   ` Jarkko Sakkinen
2024-05-21 11:57 ` [Buildroot] [PATCH v6 3/3] package/swtpm: " Jarkko Sakkinen

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.