Files
meta-bsp-imx8mm/conf/layer.conf
T
Kirill Kapranov c0eb0bb6f1 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 <kirill.kapranov@compulab.co.il>
2023-12-22 22:50:01 +02:00

27 lines
960 B
Plaintext

# We have a conf and classes directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have a recipes directory containing .bb and .bbappend files, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "compulab-bsp-imx8mm"
BBFILE_PATTERN_compulab-bsp-imx8mm := "^${LAYERDIR}/"
BBFILE_PRIORITY_compulab-bsp-imx8mm = "9"
BBMASK += "meta-compulab/recipes-bsp"
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 "
CORE_IMAGE_EXTRA_INSTALL += " grub "
HOSTTOOLS += " git-lfs "
HOSTTOOLS += " bison "
LAYERSERIES_COMPAT_compulab-bsp-imx8mm = "kirkstone"