From 666084f4943773fd659393e16982ab2baaa99d0e Mon Sep 17 00:00:00 2001 From: Leger Charlie Date: Wed, 4 May 2022 11:40:06 +0200 Subject: [PATCH] linux:linux.mk: Add "firmware-imx" dependency if needed Since SDMA firmwares for imx[6,7,8] are now provided only by firmware-imx package and not linux-firmware package [1]. If CONFIG_EXTRA_FIRMWARE is set in the kernel config, the build will fail if the imx firmware is not available. [1] http://lists.busybox.net/pipermail/buildroot/2021-January/603807.html Signed-off-by: Leger Charlie Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- linux/linux.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/linux.mk b/linux/linux.mk index e0a1ff74f9..b27e436b0d 100644 --- a/linux/linux.mk +++ b/linux/linux.mk @@ -77,6 +77,7 @@ LINUX_DEPENDENCIES = host-kmod LINUX_DEPENDENCIES += \ $(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