Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/firmware-imx: ensure the linux firmware is installed first
@ 2023-06-20 17:09 Charles Hardin
  2023-06-28  7:55 ` Gary Bisson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Charles Hardin @ 2023-06-20 17:09 UTC (permalink / raw)
  To: buildroot; +Cc: Charles Hardin, Refik Tuzakli, Gary Bisson

There was imx SDMA firmware in the base linux-firmware package at
one time, but the firmware-imx is updated with the latest versions
from NXP releases.

This just ensures a dependency is set so that the imx package will
always come later in case an overlap occurs again.

Signed-off-by: Chares Hardin <ckhardin@gmail.com>
Signed-off-by: Charles Hardin <ckhardin@gmail.com>
---
 package/freescale-imx/firmware-imx/firmware-imx.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/freescale-imx/firmware-imx/firmware-imx.mk b/package/freescale-imx/firmware-imx/firmware-imx.mk
index 99fe71a91c..4cceb67019 100644
--- a/package/freescale-imx/firmware-imx/firmware-imx.mk
+++ b/package/freescale-imx/firmware-imx/firmware-imx.mk
@@ -14,6 +14,10 @@ FIRMWARE_IMX_REDISTRIBUTE = NO
 
 FIRMWARE_IMX_INSTALL_IMAGES = YES
 
+ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE),y)
+FIRMWARE_IMX_DEPENDENCIES += linux-firmware
+endif
+
 define FIRMWARE_IMX_EXTRACT_CMDS
 	$(call NXP_EXTRACT_HELPER,$(FIRMWARE_IMX_DL_DIR)/$(FIRMWARE_IMX_SOURCE))
 endef
-- 
2.39.2 (Apple Git-143)

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-08-25 12:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-20 17:09 [Buildroot] [PATCH 1/1] package/firmware-imx: ensure the linux firmware is installed first Charles Hardin
2023-06-28  7:55 ` Gary Bisson
2023-07-10 18:50 ` Thomas Petazzoni via buildroot
2023-08-25 12:53 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox