From b0ff9ec03a7b49955edaf0cd02f14d35459e5fe4 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Wed, 12 Jan 2022 14:15:51 +0100 Subject: [PATCH] linux-firmware: remove SDMA packages This makes it so bitbake obtains the SDMA firmware from the firmware-imx recipe instead. This also avoids including all of the linux-firmware packages in i.MX6 SDK builds, preventing errors when building the ccimx6sbc SDK (linux-firmware provides the community versions of the ath6k and ar3k firmwares, which clash with our versions). Signed-off-by: Gabriel Valcazar --- .../linux-firmware/linux-firmware_%.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-digi-arm/recipes-kernel/linux-firmware/linux-firmware_%.bbappend diff --git a/meta-digi-arm/recipes-kernel/linux-firmware/linux-firmware_%.bbappend b/meta-digi-arm/recipes-kernel/linux-firmware/linux-firmware_%.bbappend new file mode 100644 index 000000000..6e4721ecf --- /dev/null +++ b/meta-digi-arm/recipes-kernel/linux-firmware/linux-firmware_%.bbappend @@ -0,0 +1,8 @@ +# Copyright (C) 2022 Digi International + +# This is an excerpt from the *.bbappend in meta-imx, containing only the +# minimum necessary changes for bitbake to use the SDMA firmware from the +# firmware-imx recipe instead of this one + +# Use the latest version of sdma firmware in firmware-imx +PACKAGES_remove = "${PN}-imx-sdma-license ${PN}-imx-sdma-imx6q ${PN}-imx-sdma-imx7d"