From: "Clément Léger via buildroot" <buildroot@buildroot.org>
To: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Etienne Carriere <etienne.carriere@linaro.org>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v3 0/7] boot/optee-os: support new optee-os 3.16.0 build dependencies
Date: Mon, 14 Mar 2022 08:38:47 +0100 [thread overview]
Message-ID: <20220314083847.6149edde@fixe.home> (raw)
In-Reply-To: <20220312203627.GM283544@scaer>
Le Sat, 12 Mar 2022 21:36:27 +0100,
"Yann E. MORIN" <yann.morin.1998@free.fr> a écrit :
> Clément, All,
>
> On 2022-03-11 13:36 +0100, Clément Léger via buildroot spake thusly:
> > Newer versions of optee-os (>= 3.16.0) uses python-cryptography instead
> > of python-pycryptodomex to build. This series adds support to build
> > host-python-cryptography and uses it in optee-os package to build the
> > 3.16.0 version. Also bump optee-client, optee-benchmark, optee-examples
> > and optee-test which needs to be aligned with optee-os version.
>
> Following the important review from Thomas on patch 1, I've marked this
> series as changes requested in Patchwork.
>
> Please, can you add me in Cc of patch 1 in a future respin (I too may
> have to deal with python-cryptography on the host in short order).
Ok, I'll do so !
Thanks,
Clément
>
> Regards,
> Yann E. MORIN.
>
> > ----
> > Changes in v3:
> > - Fix authorship for commits that were copied from Etienne ones.
> > - Fix package URL for optee-os
> > - Added Acked-by Etienne Carriere
> >
> > Changes in v2:
> > - Bump optee-client, optee-benchmark, optee-examples and optee-test
> >
> > Clément Léger (7):
> > package/python-cryptography: enable host package
> > boot/optee-os: add support to build with python-cryptography
> > boot/optee-os: bump to version 3.16.0
> > package/optee-test: bump to version 3.16.0
> > package/optee-examples: bump to version 3.16.0
> > package/optee-client: bump to version 3.16.0
> > package/optee-benchmark: bump to version 3.16.0
> >
> > boot/optee-os/Config.in | 13 +++++++++++--
> > boot/optee-os/optee-os.hash | 4 ++--
> > boot/optee-os/optee-os.mk | 7 ++++++-
> > package/optee-benchmark/optee-benchmark.hash | 4 ++--
> > package/optee-benchmark/optee-benchmark.mk | 2 +-
> > package/optee-client/optee-client.hash | 4 ++--
> > package/optee-client/optee-client.mk | 2 +-
> > package/optee-examples/optee-examples.hash | 4 ++--
> > package/optee-examples/optee-examples.mk | 2 +-
> > package/optee-test/optee-test.hash | 4 ++--
> > package/optee-test/optee-test.mk | 2 +-
> > package/python-cryptography/python-cryptography.mk | 7 +++++++
> > 12 files changed, 38 insertions(+), 17 deletions(-)
> >
> > --
> > 2.34.1
> >
> > _______________________________________________
> > buildroot mailing list
> > buildroot@buildroot.org
> > https://lists.buildroot.org/mailman/listinfo/buildroot
>
--
Clément Léger,
Embedded Linux and Kernel engineer at Bootlin
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2022-03-14 7:48 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-11 12:36 [Buildroot] [PATCH v3 0/7] boot/optee-os: support new optee-os 3.16.0 build dependencies Clément Léger via buildroot
2022-03-11 12:36 ` [Buildroot] [PATCH v3 1/7] package/python-cryptography: enable host package Clément Léger via buildroot
2022-03-11 20:43 ` Thomas Petazzoni via buildroot
2022-03-14 8:38 ` Clément Léger via buildroot
2022-03-12 14:59 ` Thomas Petazzoni via buildroot
2022-03-14 8:47 ` Clément Léger via buildroot
2022-03-11 12:36 ` [Buildroot] [PATCH v3 2/7] boot/optee-os: add support to build with python-cryptography Clément Léger via buildroot
2022-03-11 20:46 ` Thomas Petazzoni via buildroot
2022-03-11 12:36 ` [Buildroot] [PATCH v3 3/7] boot/optee-os: bump to version 3.16.0 Clément Léger via buildroot
2022-03-11 20:47 ` Thomas Petazzoni via buildroot
2022-03-11 12:36 ` [Buildroot] [PATCH v3 4/7] package/optee-test: " Clément Léger via buildroot
2022-03-11 12:36 ` [Buildroot] [PATCH v3 5/7] package/optee-examples: " Clément Léger via buildroot
2022-03-11 12:36 ` [Buildroot] [PATCH v3 6/7] package/optee-client: " Clément Léger via buildroot
2022-03-11 12:36 ` [Buildroot] [PATCH v3 7/7] package/optee-benchmark: " Clément Léger via buildroot
2022-03-12 20:36 ` [Buildroot] [PATCH v3 0/7] boot/optee-os: support new optee-os 3.16.0 build dependencies Yann E. MORIN
2022-03-14 7:38 ` Clément Léger via buildroot [this message]
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=20220314083847.6149edde@fixe.home \
--to=buildroot@buildroot.org \
--cc=clement.leger@bootlin.com \
--cc=etienne.carriere@linaro.org \
--cc=thomas.petazzoni@bootlin.com \
--cc=yann.morin.1998@free.fr \
/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.