meta-freescale/recipes-bsp/alsa-state/alsa-state.bbappend
Alexander Stein 5ea77dce34 alsa-state: Add qoriq-*-bsp specific configuration
This asound.conf can be used for both i.MX and Layerscale platforms. But
the latter don't have imx-<default>-bsp in their overrides. So add
symlinks for QorIQ platforms.
This makes the package for QorIQ platforms machine-specific as well.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
2025-05-05 16:02:42 +02:00

6 lines
202 B
Plaintext

# Prepend path to override files from upstream recipe
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
PACKAGE_ARCH:imx-generic-bsp = "${MACHINE_ARCH}"
PACKAGE_ARCH:qoriq-generic-bsp = "${MACHINE_ARCH}"