Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/2] Support for i.MX Code Signing Tools
@ 2025-03-07  9:59 Luc BEAUFILS
  2025-03-07  9:59 ` [Buildroot] [PATCH v2 1/2] package/byacc: add new package Luc BEAUFILS
  2025-03-07  9:59 ` [Buildroot] [PATCH v2 2/2] package/imx-cst: " Luc BEAUFILS
  0 siblings, 2 replies; 7+ messages in thread
From: Luc BEAUFILS @ 2025-03-07  9:59 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Luc BEAUFILS, Thomas Perrot

The imx-cst package provides a set of tools to sign and authenticate
code for i.MX processors. The byacc binary is required as a dependency.

The initial series of patches has been written by Thomas Perrot [1] but
does not seem to have been submitted upstream. This series backports
his work and updates the imx-cst version to 3.4.0+dfsg version.

[1]: https://patchwork.ozlabs.org/project/buildroot/cover/20220419092151.91638-1-thomas.perrot@bootlin.com/

Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
Signed-off-by: Luc BEAUFILS <luc.beaufils@savoirfairelinux.com>

Thomas Perrot (2):
  package/byacc: add new package
  package/imx-cst: add new package

 package/Config.in.host         |  1 +
 package/byacc/byacc.hash       |  3 ++
 package/byacc/byacc.mk         | 16 +++++++++++
 package/imx-cst/Config.in.host |  9 ++++++
 package/imx-cst/imx-cst.hash   |  3 ++
 package/imx-cst/imx-cst.mk     | 50 ++++++++++++++++++++++++++++++++++
 6 files changed, 82 insertions(+)
 create mode 100644 package/byacc/byacc.hash
 create mode 100644 package/byacc/byacc.mk
 create mode 100644 package/imx-cst/Config.in.host
 create mode 100644 package/imx-cst/imx-cst.hash
 create mode 100644 package/imx-cst/imx-cst.mk

-- 
2.34.1

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

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

end of thread, other threads:[~2025-03-07 15:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-07  9:59 [Buildroot] [PATCH v2 0/2] Support for i.MX Code Signing Tools Luc BEAUFILS
2025-03-07  9:59 ` [Buildroot] [PATCH v2 1/2] package/byacc: add new package Luc BEAUFILS
2025-03-07  9:59 ` [Buildroot] [PATCH v2 2/2] package/imx-cst: " Luc BEAUFILS
2025-03-07 11:49   ` Baruch Siach via buildroot
2025-03-07 14:09     ` Luc Beaufils
2025-03-07 14:19       ` Baruch Siach via buildroot
2025-03-07 15:32         ` Luc Beaufils

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