Skip to content
Snippets Groups Projects
Commit 38c8f73c authored by Jonas Höppner's avatar Jonas Höppner
Browse files

FNGSystem: Install kernel-modules to fix missing sound support

We did remove the kernel modules for FNGSystem to reduce the image
size. Compared to FNGSystem 27 the kernelmodules are adding about
2 MB, which seems to be OK for me.
parent c07ef693
No related branches found
No related tags found
1 merge request!380fngsystem: Include kernel modules (again), fixes missing sound support for imx6
...@@ -34,7 +34,6 @@ INITRAMFS_FSTYPES = "cpio.gz" ...@@ -34,7 +34,6 @@ INITRAMFS_FSTYPES = "cpio.gz"
MACHINE_ESSENTIAL_EXTRA_RDEPENDS_remove=" linux-firmware-imx-vpu kernel-devicetree kernel-image " MACHINE_ESSENTIAL_EXTRA_RDEPENDS_remove=" linux-firmware-imx-vpu kernel-devicetree kernel-image "
RDEPENDS_${KERNEL_PACKAGE_NAME}-base = "" RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
MACHINE_EXTRA_RRECOMMENDS_remove=" kernel-modules "
DISTRO_BOOT_FILES = " \ DISTRO_BOOT_FILES = " \
boot-alt.cfg \ boot-alt.cfg \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment