mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2026-01-27 11:52:04 +01:00
The backported patch was since fixed by a subsequent patch upstream. This effectively reverted the patch and added the fix in a different location. Assuming upstream fixed it correctly the patch is no longer needed. Compare with: https://git.alsa-project.org/?p=alsa-lib.git;a=commit;h=39060852d810461dc8cd1464cfb2ffe84da42d56 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
12 lines
406 B
Plaintext
12 lines
406 B
Plaintext
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
|
|
|
IMX_PATCH = " \
|
|
file://0001-add-conf-for-multichannel-support-in-imx.patch \
|
|
file://0005-add-ak4458-conf-for-multichannel-support.patch \
|
|
file://0006-add-conf-for-iMX-XCVR-sound-card.patch \
|
|
file://0007-add-conf-for-imx-cs42448-sound-card.patch \
|
|
"
|
|
SRC_URI:append:imx-nxp-bsp = "${IMX_PATCH}"
|
|
|
|
PACKAGE_ARCH:imx-nxp-bsp = "${MACHINE_SOCARCH}"
|