From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 7/8] package/optee-test: add deps on openssl when enabled
Date: Sun, 7 Mar 2021 00:15:45 +0100 [thread overview]
Message-ID: <20210306231545.GY2275@scaer> (raw)
In-Reply-To: <20201030075045.6960-7-etienne.carriere@linaro.org>
?tienne, All,
On 2020-10-30 08:50 +0100, Etienne Carriere spake thusly:
> Add a dependency on openssl upon BR2_PACKAGE_LIBOPENSSL=y to
> enable some for OP-TEE embedded tests.
>
> Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Applied to next, with the following changes:
- match the depenency to libopenssl, since that's is what is used in
the condition (BR2_PACKAGE_LIBOPENSSL)
- add a blurb to explain why libopenssl is used, not the virutal
openssl
Thanks!
BTW, there are openssl headers and a pre-built libcrypto.a for arm and
AArch64 in optee-test 3.12.0. Was that intentional?
Regards,
Yann E. MORIN.
> ---
> package/optee-test/optee-test.mk | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/package/optee-test/optee-test.mk b/package/optee-test/optee-test.mk
> index 1f4f586672..189956651b 100644
> --- a/package/optee-test/optee-test.mk
> +++ b/package/optee-test/optee-test.mk
> @@ -10,6 +10,9 @@ OPTEE_TEST_LICENSE = GPL-2.0, BSD-2-Clause,
> OPTEE_TEST_LICENSE_FILES = LICENSE.md
>
> OPTEE_TEST_DEPENDENCIES = optee-client optee-os
> +ifeq ($(BR2_PACKAGE_LIBOPENSSL),y)
> +OPTEE_TEST_DEPENDENCIES += openssl
> +endif
>
> OPTEE_TEST_CONF_OPTS = -DOPTEE_TEST_SDK=$(OPTEE_OS_SDK)
>
> --
> 2.17.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2021-03-06 23:15 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-30 7:50 [Buildroot] [PATCH 1/8] configs/qemu_arm_vexpress_tz_defconfig: enable CXX toolchain Etienne Carriere
2020-10-30 7:50 ` [Buildroot] [PATCH 2/8] boot/optee-os: bump to version 3.11.0 Etienne Carriere
2020-10-30 7:50 ` [Buildroot] [PATCH 3/8] package/optee-client: " Etienne Carriere
2020-10-30 7:50 ` [Buildroot] [PATCH 4/8] package/optee-examples: " Etienne Carriere
2020-10-30 7:50 ` [Buildroot] [PATCH 5/8] package/optee-benchmark: " Etienne Carriere
2020-10-30 7:50 ` [Buildroot] [PATCH 6/8] package/optee-test: " Etienne Carriere
2020-10-31 22:00 ` Thomas Petazzoni
2020-11-02 6:12 ` Etienne Carriere
2020-10-30 7:50 ` [Buildroot] [PATCH 7/8] package/optee-test: add deps on openssl when enabled Etienne Carriere
2020-10-31 21:46 ` Thomas Petazzoni
2020-11-02 8:08 ` Etienne Carriere
2021-03-06 23:15 ` Yann E. MORIN [this message]
2021-03-06 23:29 ` Etienne Carriere
2021-03-17 19:09 ` Peter Korsgaard
2020-10-30 7:50 ` [Buildroot] [PATCH 8/8] configs/qemu_arm_vexpress_tz_defconfig: embed openssl library Etienne Carriere
2021-03-20 22:05 ` Thomas Petazzoni
2020-10-31 21:59 ` [Buildroot] [PATCH 1/8] configs/qemu_arm_vexpress_tz_defconfig: enable CXX toolchain Thomas Petazzoni
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=20210306231545.GY2275@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox