DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Michael Olbrich <m.olbrich@pengutronix.de>
Subject: [DistroKit] [PATCH 2/2] image-stm32mp157c-dk2: fix image creation with new PTXdist version
Date: Wed, 13 Jan 2021 12:45:35 +0100	[thread overview]
Message-ID: <20210113114535.3773143-3-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20210113114535.3773143-1-m.olbrich@pengutronix.de>

The names of the TF-A files changed with the new PTXdist version. This was
necessary to support multiple platforms in one build: The platforms may
create images with the same name. Without the aditional prefix, the names
clash when copoed to images/.

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
 configs/platform-v7a/config/images/stm32mp.config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/platform-v7a/config/images/stm32mp.config b/configs/platform-v7a/config/images/stm32mp.config
index c10632013127..84ad1191d571 100644
--- a/configs/platform-v7a/config/images/stm32mp.config
+++ b/configs/platform-v7a/config/images/stm32mp.config
@@ -4,11 +4,11 @@ image @IMAGE@ {
 		gpt = "true"
 	}
 	partition fsbl1 {
-		image = "tf-a-@STM32MP_BOARD@.stm32"
+		image = "stm32mp1-tf-a-@STM32MP_BOARD@.stm32"
 		size = 256K
 	}
 	partition fsbl2 {
-		image = "tf-a-@STM32MP_BOARD@.stm32"
+		image = "stm32mp1-tf-a-@STM32MP_BOARD@.stm32"
 		size = 256K
 	}
 	partition ssbl {
-- 
2.20.1


_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

  parent reply	other threads:[~2021-01-13 11:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-13 11:45 [DistroKit] [PATCH 0/2] Some fixes for new PTXdist versions Michael Olbrich
2021-01-13 11:45 ` [DistroKit] [PATCH 1/2] iproute2: remove local menu file Michael Olbrich
2021-01-15 12:07   ` Roland Hieber
2021-02-01 17:42   ` Robert Schwebel
2021-01-13 11:45 ` Michael Olbrich [this message]
2021-02-01 17:43   ` [DistroKit] [PATCH 2/2] image-stm32mp157c-dk2: fix image creation with new PTXdist version Robert Schwebel

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=20210113114535.3773143-3-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=distrokit@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