From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Michael Olbrich Date: Wed, 13 Jan 2021 12:45:35 +0100 Message-Id: <20210113114535.3773143-3-m.olbrich@pengutronix.de> In-Reply-To: <20210113114535.3773143-1-m.olbrich@pengutronix.de> References: <20210113114535.3773143-1-m.olbrich@pengutronix.de> MIME-Version: 1.0 Subject: [DistroKit] [PATCH 2/2] image-stm32mp157c-dk2: fix image creation with new PTXdist version List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: distrokit-bounces@pengutronix.de Sender: "DistroKit" To: distrokit@pengutronix.de Cc: Michael Olbrich 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 --- 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