From cf9095ba421c75677e6efff7c3ac425dd62d3a02 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Tue, 14 Jul 2020 10:06:22 +0800 Subject: [PATCH] Add Firmware to Packages --- conf/machine/smarcimx8m2g.conf | 8 +++++++- conf/machine/smarcimx8m4g.conf | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/conf/machine/smarcimx8m2g.conf b/conf/machine/smarcimx8m2g.conf index 1084e61..1f0824d 100644 --- a/conf/machine/smarcimx8m2g.conf +++ b/conf/machine/smarcimx8m2g.conf @@ -71,9 +71,15 @@ MACHINE_EXTRA_RDEPENDS += " \ nodejs \ networkmanager \ imx-gpu-viv \ - firmware-imx-sdma \ " +# Packages added to all images (including core-image-minimal) +IMAGE_INSTALL_append = " \ + firmware-imx-sdma \ + firmware-imx-epdc \ + fsl-rc-local \ + " + IMAGE_FSTYPES = "tar.bz2" # Ship all kernel modules by default diff --git a/conf/machine/smarcimx8m4g.conf b/conf/machine/smarcimx8m4g.conf index 9bcc18b..c206df9 100644 --- a/conf/machine/smarcimx8m4g.conf +++ b/conf/machine/smarcimx8m4g.conf @@ -71,9 +71,15 @@ MACHINE_EXTRA_RDEPENDS += " \ nodejs \ networkmanager \ imx-gpu-viv \ - firmware-imx-sdma \ " +# Packages added to all images (including core-image-minimal) +IMAGE_INSTALL_append = " \ + firmware-imx-sdma \ + firmware-imx-epdc \ + fsl-rc-local \ + " + IMAGE_FSTYPES = "tar.bz2" # Ship all kernel modules by default -- 1.9.1