mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Rouven Czerwinski <r.czerwinski@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] optee: bump to 3.16.0, update deps
Date: Wed, 30 Mar 2022 09:25:30 +0200	[thread overview]
Message-ID: <20220330072530.2554225-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20220323110640.1124214-2-r.czerwinski@pengutronix.de>

Thanks, applied as 4988deefcd1397e8d0f7eaa9509086745a8243f4.

Michael

[sent from post-receive hook]

On Wed, 30 Mar 2022 09:25:29 +0200, Rouven Czerwinski <r.czerwinski@pengutronix.de> wrote:
> Update OP-TEE to 3.16.0 and require python3 cryptography and pyelftools
> instead of the old dependencies.
> 
> Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
> Message-Id: <20220323110640.1124214-2-r.czerwinski@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/platforms/optee.in b/platforms/optee.in
> index 49925d0e459c..4e2b4eb25be6 100644
> --- a/platforms/optee.in
> +++ b/platforms/optee.in
> @@ -3,8 +3,9 @@
>  menuconfig OPTEE
>  	prompt "OP-TEE                        "
>  	bool
> -	select HOST_SYSTEM_PYTHON
> -	select HOST_SYSTEM_PYTHON_CRYPTO
> +	select HOST_SYSTEM_PYTHON3
> +	select HOST_SYSTEM_PYTHON3_PYELFTOOLS
> +	select HOST_SYSTEM_PYTHON3_CRYPTOGRAPHY
>  	depends on ARCH_ARM || ARCH_ARM64
>  	depends on !ARCH_ARM64 || BROKEN
>  	help
> diff --git a/rules/optee.make b/rules/optee.make
> index 4d9913143df7..23a57da785df 100644
> --- a/rules/optee.make
> +++ b/rules/optee.make
> @@ -16,8 +16,8 @@ endif
>  #
>  # Paths and names
>  #
> -OPTEE_VERSION	:= 3.5.0
> -OPTEE_MD5	:= 18dac7e462abe072956a4a9e9139d1d5
> +OPTEE_VERSION	:= 3.16.0
> +OPTEE_MD5	:= 83242e3bedbdd412413fad73cb4c250e
>  OPTEE		:= optee-$(OPTEE_VERSION)
>  OPTEE_SUFFIX	:= tar.gz
>  OPTEE_URL	:= https://github.com/OP-TEE/optee_os/archive/$(OPTEE_VERSION).$(OPTEE_SUFFIX)

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


  reply	other threads:[~2022-03-30  7:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-23 11:06 [ptxdist] [PATCH 1/4] host-python3: add pyelftools, cryptography checks Rouven Czerwinski
2022-03-23 11:06 ` [ptxdist] [PATCH 2/4] optee: bump to 3.16.0, update deps Rouven Czerwinski
2022-03-30  7:25   ` Michael Olbrich [this message]
2022-03-23 11:06 ` [ptxdist] [PATCH 3/4] optee-client: bump to 3.16.0 Rouven Czerwinski
2022-03-25  8:03   ` Michael Olbrich
2022-03-25  8:34     ` Rouven Czerwinski
2022-03-25  8:50       ` Michael Olbrich
2022-03-30  7:25   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-03-23 11:06 ` [ptxdist] [PATCH 4/4] optee-test: bump to 3.16.0, move from staging Rouven Czerwinski
2022-03-30  7:25   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-03-30  7:25 ` [ptxdist] [APPLIED] host-python3: add pyelftools, cryptography checks Michael Olbrich

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=20220330072530.2554225-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    --cc=r.czerwinski@pengutronix.de \
    /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