From: Fabio Estevam <festevam@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] firmware-imx: Fix the ahab-container name
Date: Tue, 17 Dec 2019 15:18:54 -0300 [thread overview]
Message-ID: <20191217181855.3508-1-festevam@gmail.com> (raw)
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
next reply other threads:[~2019-12-17 18:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-17 18:18 Fabio Estevam [this message]
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
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=20191217181855.3508-1-festevam@gmail.com \
--to=festevam@gmail.com \
--cc=buildroot@busybox.net \
/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