All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] Support custom tarball for OP-TEE related projects
@ 2024-06-20 14:38 Kory Maincent via buildroot
  2024-06-20 14:38 ` [Buildroot] [PATCH 1/3] package/optee-client: Add support for custom tarball Kory Maincent via buildroot
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Kory Maincent via buildroot @ 2024-06-20 14:38 UTC (permalink / raw)
  To: buildroot; +Cc: Kory Maincent, Etienne Carriere, thomas.petazzoni

OP-TEE OS supports custom tarballs, but the optee-client, optee-test,
and optee-examples projects do not. This might cause version mismatches
between OP-TEE OS and these related projects.

This patch series adds support for custom tarball URLs to address these
potential issues.

Kory Maincent (3):
  package/optee-client: Add support for custom tarball
  package/optee-test: Add support for custom tarball
  package/optee-examples: Add support for custom tarball

 package/optee-client/Config.in           | 38 +++++++++++++++++++++
 package/optee-client/optee-client.mk     | 24 ++++++++++++--
 package/optee-examples/Config.in         | 42 ++++++++++++++++++++++++
 package/optee-examples/optee-examples.mk | 26 +++++++++++++--
 package/optee-test/Config.in             | 41 +++++++++++++++++++++++
 package/optee-test/optee-test.mk         | 23 +++++++++++--
 6 files changed, 188 insertions(+), 6 deletions(-)

-- 
2.25.1

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

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

end of thread, other threads:[~2024-08-02 20:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-20 14:38 [Buildroot] [PATCH 0/3] Support custom tarball for OP-TEE related projects Kory Maincent via buildroot
2024-06-20 14:38 ` [Buildroot] [PATCH 1/3] package/optee-client: Add support for custom tarball Kory Maincent via buildroot
2024-07-04 14:50   ` Etienne CARRIERE - foss
2024-08-02 20:06   ` Thomas Petazzoni via buildroot
2024-06-20 14:38 ` [Buildroot] [PATCH 2/3] package/optee-test: " Kory Maincent via buildroot
2024-07-04 14:50   ` Etienne CARRIERE - foss
2024-06-20 14:38 ` [Buildroot] [PATCH 3/3] package/optee-examples: " Kory Maincent via buildroot
2024-07-04 14:50   ` Etienne CARRIERE - foss
2024-06-24  7:00 ` [Buildroot] [PATCH 0/3] Support custom tarball for OP-TEE related projects Etienne CARRIERE - foss
2024-06-28 13:55   ` Kory Maincent via buildroot

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.