From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Michael Tretter <m.tretter@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] optee: version bump 4.6.0 -> 4.7.0
Date: Fri, 29 Aug 2025 11:46:31 +0200 [thread overview]
Message-ID: <20250829094631.2620417-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20250827103642.3881930-1-m.tretter@pengutronix.de>
Thanks, applied as 1b93af9ad884df780a87e16e0af7d31318df763f.
Michael
[sent from post-receive hook]
On Fri, 29 Aug 2025 11:46:31 +0200, Michael Tretter <m.tretter@pengutronix.de> wrote:
> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
> Message-Id: <20250827103642.3881930-1-m.tretter@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/optee-client.make b/rules/optee-client.make
> index 8ea127774b0d..c884000d688c 100644
> --- a/rules/optee-client.make
> +++ b/rules/optee-client.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_OPTEE_CLIENT) += optee-client
> #
> # Paths and names
> #
> -OPTEE_CLIENT_VERSION := 4.6.0
> -OPTEE_CLIENT_MD5 := fd4e607cc2c185c9aac0d74c337eab21
> +OPTEE_CLIENT_VERSION := 4.7.0
> +OPTEE_CLIENT_MD5 := bede2f80cf601ab46211da3396968862
> OPTEE_CLIENT := optee-client-$(OPTEE_CLIENT_VERSION)
> OPTEE_CLIENT_SUFFIX := tar.gz
> OPTEE_CLIENT_URL := https://github.com/OP-TEE/optee_client/archive/$(OPTEE_CLIENT_VERSION).$(OPTEE_CLIENT_SUFFIX)
> diff --git a/rules/optee-examples.make b/rules/optee-examples.make
> index 376815f938ec..ba586b6fe0a4 100644
> --- a/rules/optee-examples.make
> +++ b/rules/optee-examples.make
> @@ -16,8 +16,8 @@ endif
> #
> # Paths and names
> #
> -OPTEE_EXAMPLES_VERSION := 4.6.0
> -OPTEE_EXAMPLES_MD5 := 24def25f5efa8999f40077a8383167e6
> +OPTEE_EXAMPLES_VERSION := 4.7.0
> +OPTEE_EXAMPLES_MD5 := 43a72fe46d59d71fb8f3793e68f3a057
> OPTEE_EXAMPLES := optee-examples-$(OPTEE_EXAMPLES_VERSION)
> OPTEE_EXAMPLES_SUFFIX := tar.gz
> OPTEE_EXAMPLES_URL := https://github.com/linaro-swg/optee_examples/archive/$(OPTEE_EXAMPLES_VERSION).$(OPTEE_EXAMPLES_SUFFIX)
> diff --git a/rules/optee-test.make b/rules/optee-test.make
> index 2163920b59b4..6f0951ddb93f 100644
> --- a/rules/optee-test.make
> +++ b/rules/optee-test.make
> @@ -16,8 +16,8 @@ endif
> #
> # Paths and names
> #
> -OPTEE_TEST_VERSION := 4.6.0
> -OPTEE_TEST_MD5 := 88b4ae2a4e4e1ccd064a06bbe399ed5e
> +OPTEE_TEST_VERSION := 4.7.0
> +OPTEE_TEST_MD5 := 3a765b1feb11d02f345d0ba83759fa56
> OPTEE_TEST := optee-test-$(OPTEE_TEST_VERSION)
> OPTEE_TEST_SUFFIX := tar.gz
> OPTEE_TEST_URL := https://github.com/OP-TEE/optee_test/archive/$(OPTEE_TEST_VERSION).$(OPTEE_TEST_SUFFIX)
> diff --git a/rules/optee.make b/rules/optee.make
> index e523ca201776..6fbbcfc2052c 100644
> --- a/rules/optee.make
> +++ b/rules/optee.make
> @@ -16,8 +16,8 @@ endif
> #
> # Paths and names
> #
> -OPTEE_VERSION := 4.6.0
> -OPTEE_MD5 := aa77c03cf9927e65edd141b6847c88ec
> +OPTEE_VERSION := 4.7.0
> +OPTEE_MD5 := 28e0d1349527223574bc243c926f586f
> OPTEE := optee-$(OPTEE_VERSION)
> OPTEE_SUFFIX := tar.gz
> OPTEE_URL := https://github.com/OP-TEE/optee_os/archive/$(OPTEE_VERSION).$(OPTEE_SUFFIX)
prev parent reply other threads:[~2025-08-29 9:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-27 10:36 [ptxdist] [PATCH 1/4] " Michael Tretter
2025-08-27 10:36 ` [ptxdist] [PATCH 2/4] optee: add license file Michael Tretter
2025-08-29 9:46 ` [ptxdist] [APPLIED] " Michael Olbrich
2025-08-27 10:36 ` [ptxdist] [PATCH 3/4] optee: remove install_init Michael Tretter
2025-08-29 9:46 ` [ptxdist] [APPLIED] " Michael Olbrich
2025-08-27 10:36 ` [ptxdist] [PATCH 4/4] optee: install in-tree user TAs into rootfs Michael Tretter
2025-08-27 14:36 ` Michael Olbrich
2025-08-29 9:46 ` Michael Olbrich [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=20250829094631.2620417-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=m.tretter@pengutronix.de \
--cc=ptxdist@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