From c0eb0bb6f16d3854bbf14409c63d9c2ae8cd952e Mon Sep 17 00:00:00 2001 From: Kirill Kapranov Date: Fri, 22 Dec 2023 22:50:01 +0200 Subject: [PATCH] meta: Fix alsa-conf overriding Mask the sub-layer of meta-imx, which override the specific file with a generic one. Signed-off-by: Kirill Kapranov --- conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/layer.conf b/conf/layer.conf index 33b2a5b..1e40b64 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -14,6 +14,7 @@ BBMASK += "meta-compulab/recipes-xfce" BBMASK += "meta-compulab/recipes-kernel" BBMASK += "meta-compulab/recipes-graphics" BBMASK += ".*boundary.*" +BBMASK += "meta-imx/meta-bsp/recipes-bsp/alsa-state/alsa-state" CORE_IMAGE_EXTRA_INSTALL += " kernel-modules kernel linux-compulab-headers kernel-dev firmware-imx-sdma-imx7d" CORE_IMAGE_EXTRA_INSTALL += " packagegroup-tools-bluetooth "