All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] linux:linux.mk: Add "firmware-imx" dependency if needed
@ 2022-05-04  9:40 Leger Charlie
  2022-05-04  9:43 ` Baruch Siach via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Leger Charlie @ 2022-05-04  9:40 UTC (permalink / raw)
  To: buildroot; +Cc: Leger Charlie

Since SDMA firmwares for imx[6,7,8] are now provided only by firmware-imx package and not linux-firmware package [1].
Linux build can failed if depending on firmware imx, so add firmware-imx dependency on linux if package is checked.

[1] http://lists.busybox.net/pipermail/buildroot/2021-January/603807.html

Signed-off-by: Leger Charlie <c.leger@borea-dental.com>
---
 linux/linux.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/linux/linux.mk b/linux/linux.mk
index 7ff7b05042..e40672ceca 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -73,6 +73,7 @@ LINUX_INSTALL_IMAGES = YES
 LINUX_DEPENDENCIES = host-kmod \
 	$(if $(BR2_PACKAGE_INTEL_MICROCODE),intel-microcode) \
 	$(if $(BR2_PACKAGE_LINUX_FIRMWARE),linux-firmware) \
+	$(if $(BR2_PACKAGE_FREESCALE_IMX),firmware-imx) \
 	$(if $(BR2_PACKAGE_WIRELESS_REGDB),wireless-regdb)
 
 # Starting with 4.16, the generated kconfig paser code is no longer
-- 
2.32.0

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

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

end of thread, other threads:[~2022-05-28  9:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-04  9:40 [Buildroot] [PATCH 1/1] linux:linux.mk: Add "firmware-imx" dependency if needed Leger Charlie
2022-05-04  9:43 ` Baruch Siach via buildroot
2022-05-04 10:00   ` Charlie Leger
2022-05-04 10:06     ` Baruch Siach via buildroot
2022-05-04 11:38       ` Charlie Leger
2022-05-04 11:42         ` Baruch Siach via buildroot
2022-05-05 21:30 ` Arnout Vandecappelle
2022-05-28  9:09 ` Peter Korsgaard

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.