mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 23:02:20 +02:00

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>
6 lines
202 B
Plaintext
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}"
|