From 06da8e9e1f939a0147039f39b3c63949771e2ed7 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 17 Jan 2021 13:51:32 +0100 Subject: verdin-imx8mp: cleanup machine firmware The firmware-imx-vpu-imx8 is not needed for the VPU on a i.MX 8M Plus. The linux-firmware-imx-sdma-imx7d get's now installed by imx-base.inc. The firmware-sof-imx is not needed on a Verdin iMX8MP but gets added by imx-base.inc, remove it. Signed-off-by: Max Krummenacher (cherry picked from commit 1a47b21a88db9c2acf2e7f76c570c9cb7b1a9f16) --- conf/machine/verdin-imx8mp.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'conf/machine/verdin-imx8mp.conf') diff --git a/conf/machine/verdin-imx8mp.conf b/conf/machine/verdin-imx8mp.conf index ecf133c..af2f2f9 100644 --- a/conf/machine/verdin-imx8mp.conf +++ b/conf/machine/verdin-imx8mp.conf @@ -77,10 +77,9 @@ PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex" # not yet available in 2020.07. PREFERRED_VERSION_u-boot-toradex = "2020.04%" -# Add additional firmware -MACHINE_FIRMWARE_append = " firmware-imx-vpu-imx8" -MACHINE_FIRMWARE_append = " linux-firmware-imx-sdma-imx7d" +# handle machine firmware MACHINE_FIRMWARE_append = " linux-firmware-sd8997" +MACHINE_FIRMWARE_remove = "firmware-sof-imx" IMAGE_CLASSES_append = " image_type_tezi" IMAGE_FSTYPES += "teziimg" -- cgit v1.2.3