From 24429fdecb972c4b5965bbbfff139ec98e749907 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Thu, 10 Sep 2020 16:40:03 +0800 Subject: [PATCH] Fix firmware install bug --- conf/machine/smarcimx8mq2g.conf | 6 +++++- conf/machine/smarcimx8mq4g.conf | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/conf/machine/smarcimx8mq2g.conf b/conf/machine/smarcimx8mq2g.conf index 1cd6d1f..fbe99d0 100644 --- a/conf/machine/smarcimx8mq2g.conf +++ b/conf/machine/smarcimx8mq2g.conf @@ -82,9 +82,13 @@ MACHINE_EXTRA_RDEPENDS += " \ # this when you build image without QT 5. IMAGE_INSTALL_append = " \ packagegroup-imx-ml \ + firmware-imx-sdma \ + firmware-imx-regulatory \ fsl-rc-local \ " #IMAGE_INSTALL_append = " \ +# firmware-imx-sdma \ +# firmware-imx-regulatory \ # fsl-rc-local \ # " @@ -93,4 +97,4 @@ IMAGE_FSTYPES = "tar.bz2" # Ship all kernel modules by default MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" -MACHINE_FIRMWARE_append_mx8 = " linux-firmware-ath10k firmware-imx-sdma firmware-imx-regulatory" +MACHINE_FIRMWARE_append_mx8 = " linux-firmware-ath10k" diff --git a/conf/machine/smarcimx8mq4g.conf b/conf/machine/smarcimx8mq4g.conf index 1785afc..1a698a1 100644 --- a/conf/machine/smarcimx8mq4g.conf +++ b/conf/machine/smarcimx8mq4g.conf @@ -82,9 +82,13 @@ MACHINE_EXTRA_RDEPENDS += " \ # this when you build image without QT 5. IMAGE_INSTALL_append = " \ packagegroup-imx-ml \ + firmware-imx-sdma \ + firmware-imx-regulatory \ fsl-rc-local \ " #IMAGE_INSTALL_append = " \ +# firmware-imx-sdma \ +# firmware-imx-regulatory \ # fsl-rc-local \ # " @@ -93,4 +97,4 @@ IMAGE_FSTYPES = "tar.bz2" # Ship all kernel modules by default MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" -MACHINE_FIRMWARE_append_mx8 = " linux-firmware-ath10k firmware-imx-sdma firmware-imx-regulatory" +MACHINE_FIRMWARE_append_mx8 = " linux-firmware-ath10k" -- 1.9.1