All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] firmware-imx: Fix the ahab-container name
@ 2019-12-17 18:18 Fabio Estevam
  2019-12-17 18:18 ` [Buildroot] [PATCH 2/2] configs/imx8qxpmek: Update to 4.14.98 components Fabio Estevam
  2019-12-22 13:06 ` [Buildroot] [PATCH 1/2] firmware-imx: Fix the ahab-container name Thomas Petazzoni
  0 siblings, 2 replies; 10+ messages in thread
From: Fabio Estevam @ 2019-12-17 18:18 UTC (permalink / raw)
  To: buildroot

After the firmware-imx bump to version 8.1.1 the following
error is observed when building freescale_imx8qxpmek_defconfig:

>> firmware-imx 8.1.1 Installing to images directory
# SECO firmware is needed when generating imx8-boot-sd.bin which
# is done in post-image script.
cp /home/fabio/buildroot/output/build/firmware-imx-8.1.1/firmware/seco/ahab-container.img
/home/fabio/buildroot/output/images/ahab-container.img
cp: cannot stat
'/home/fabio/buildroot/output/build/firmware-imx-8.1.1/firmware/seco/ahab-container.img':
No such file or directory

In the firmware-imx-8.1.1 (and newer) the i.MX8QXP container image was
renamed to mx8qx-ahab-container.img, so fix it accordingly.

Fixes: 3ec818769d51 ("package/freescale-imx/firmware-imx: bump version to 8.1.1")
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 package/freescale-imx/firmware-imx/firmware-imx.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/freescale-imx/firmware-imx/firmware-imx.mk b/package/freescale-imx/firmware-imx/firmware-imx.mk
index 59af3f9b96..c9040e1853 100644
--- a/package/freescale-imx/firmware-imx/firmware-imx.mk
+++ b/package/freescale-imx/firmware-imx/firmware-imx.mk
@@ -50,7 +50,7 @@ FIRMWARE_IMX_INSTALL_IMAGES = YES
 define FIRMWARE_IMX_INSTALL_IMAGES_CMDS
 	# SECO firmware is needed when generating imx8-boot-sd.bin which
 	# is done in post-image script.
-	cp $(@D)/firmware/seco/ahab-container.img \
+	cp $(@D)/firmware/seco/mx8qx-ahab-container.img \
 		$(BINARIES_DIR)/ahab-container.img
 endef
 else
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-12-26 17:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-17 18:18 [Buildroot] [PATCH 1/2] firmware-imx: Fix the ahab-container name Fabio Estevam
2019-12-17 18:18 ` [Buildroot] [PATCH 2/2] configs/imx8qxpmek: Update to 4.14.98 components Fabio Estevam
2019-12-17 19:10   ` Fabio Estevam
2019-12-18 13:07     ` Julien Olivain
2019-12-18 13:13       ` Fabio Estevam
2019-12-22 13:06   ` Thomas Petazzoni
2019-12-22 14:27     ` Fabio Estevam
2019-12-26 17:16       ` Thomas Petazzoni
2019-12-26 17:17   ` Thomas Petazzoni
2019-12-22 13:06 ` [Buildroot] [PATCH 1/2] firmware-imx: Fix the ahab-container name Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.