# Copyright 2018-2023 NXP DESCRIPTION = "i.MX DSP Codec Wrapper and Lib owned by NXP" LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://COPYING;md5=44a8052c384584ba09077e85a3d1654f" inherit fsl-eula-unpack autotools pkgconfig SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" SRC_URI[md5sum] = "32251bc952ca7b9a4b12fadb9328a8c1" SRC_URI[sha256sum] = "0baa82410a77c68e39aaa987d91b41c94255d62294fa2f5a399169f3068862cc" EXTRA_OECONF:append:mx8qm-nxp-bsp = " --enable-imx8qmqxp" EXTRA_OECONF:append:mx8qxp-nxp-bsp = " --enable-imx8qmqxp" EXTRA_OECONF:append:mx8dx-nxp-bsp = " --enable-imx8qmqxp" EXTRA_OECONF:append:mx8mp-nxp-bsp = " --enable-imx8m" EXTRA_OECONF:append:mx8ulp-nxp-bsp = " --enable-imx8ulp" # Fix strip command failed: 'Unable to recognise the format of the input file' INHIBIT_PACKAGE_STRIP = "1" INHIBIT_SYSROOT_STRIP = "1" INHIBIT_PACKAGE_DEBUG_SPLIT = "1" INSANE_SKIP:${PN} = "arch dev-so ldflags" FILES:${PN} += "${libdir}/imx-mm/audio-codec/dsp ${datadir}/imx-mm" COMPATIBLE_MACHINE = "(mx8qm-nxp-bsp|mx8qxp-nxp-bsp|mx8dx-nxp-bsp|mx8mp-nxp-bsp|mx8ulp-nxp-bsp)"