From: Robert Schwebel <r.schwebel@pengutronix.de>
To: Michael Olbrich <m.olbrich@pengutronix.de>
Cc: distrokit@pengutronix.de, Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: Re: [DistroKit] [PATCH 3/3] tf-a-stm32mp13: don't use _BUILDDIR
Date: Mon, 27 May 2024 18:20:21 +0200 [thread overview]
Message-ID: <ZlSyxbSUHqTaz718@pengutronix.de> (raw)
In-Reply-To: <20240503105844.2621419-4-m.olbrich@pengutronix.de>
applied to next
On Fri, May 03, 2024 at 12:58:44PM +0200, Michael Olbrich wrote:
> Thise variable name has a special meaning and is deprecated. Use
> _BUILD_DIR instead.
>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> ---
> configs/platform-v7a/rules/tf-a-stm32mp13.make | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configs/platform-v7a/rules/tf-a-stm32mp13.make b/configs/platform-v7a/rules/tf-a-stm32mp13.make
> index 137dc8de3204..c404cde890bb 100644
> --- a/configs/platform-v7a/rules/tf-a-stm32mp13.make
> +++ b/configs/platform-v7a/rules/tf-a-stm32mp13.make
> @@ -22,7 +22,7 @@ TF_A_STM32MP13_SUFFIX := tar.gz
> TF_A_STM32MP13_URL = $(TF_A_URL)
> TF_A_STM32MP13_SOURCE = $(TF_A_SOURCE)
> TF_A_STM32MP13_DIR := $(BUILDDIR)/$(TF_A_STM32MP13)
> -TF_A_STM32MP13_BUILDDIR := $(TF_A_STM32MP13_DIR)/build
> +TF_A_STM32MP13_BUILD_DIR := $(TF_A_STM32MP13_DIR)/build
> TF_A_STM32MP13_BUILD_OOT := YES
> TF_A_STM32MP13_LICENSE := BSD-3-Clause AND BSD-2-Clause \
> AND (GPL-2.0-or-later OR BSD-2-Clause) \
> @@ -78,7 +78,7 @@ $(STATEDIR)/tf-a-stm32mp13.compile:
>
> tf-a-stm32mp13/inst_plat = $(foreach artifact, \
> $(foreach pattern, $(TF_A_STM32MP13_ARTIFACTS), \
> - $(wildcard $(TF_A_STM32MP13_BUILDDIR)/$(1)/$(if $(filter DEBUG=1,TF_A_STM32MP13_MAKE_OPT),debug,release)/$(pattern))), \
> + $(wildcard $(TF_A_STM32MP13_BUILD_DIR)/$(1)/$(if $(filter DEBUG=1,TF_A_STM32MP13_MAKE_OPT),debug,release)/$(pattern))), \
> install -v -D -m 644 $(artifact) \
> $(2)/$(1)-$(notdir $(artifact))$(ptx/nl))
>
> --
> 2.39.2
>
>
>
--
Pengutronix e.K. | Dipl.-Ing. Robert Schwebel |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |
prev parent reply other threads:[~2024-05-27 16:20 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-03 10:58 [DistroKit] [PATCH 0/3] tf-a-stm32mp13 cleanup Michael Olbrich
2024-05-03 10:58 ` [DistroKit] [PATCH 1/3] tf-a-stm32mp13: align variables Michael Olbrich
2024-05-27 16:19 ` Robert Schwebel
2024-05-03 10:58 ` [DistroKit] [PATCH 2/3] tf-a-stm32mp13: use _URL and _SOURCE from tf-a Michael Olbrich
2024-05-03 11:53 ` Alexander Dahl
2024-05-03 12:06 ` Michael Olbrich
2024-05-27 16:20 ` Robert Schwebel
2024-05-03 10:58 ` [DistroKit] [PATCH 3/3] tf-a-stm32mp13: don't use _BUILDDIR Michael Olbrich
2024-05-27 16:20 ` Robert Schwebel [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=ZlSyxbSUHqTaz718@pengutronix.de \
--to=r.schwebel@pengutronix.de \
--cc=a.fatoum@pengutronix.de \
--cc=distrokit@pengutronix.de \
--cc=m.olbrich@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