# Copyright 2018-2023 NXP DESCRIPTION = "i.MX DSP Codec Wrapper and Lib owned by NXP" LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://COPYING;md5=db4762b09b6bda63da103963e6e081de" inherit fsl-eula-unpack autotools pkgconfig SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" SRC_URI[md5sum] = "4619cebbad2f312b950a9ad2b2e30e24" SRC_URI[sha256sum] = "89ac92b348aa70c81dcbf6a9ee4bc99bec56a491a89f5ba9854eab77e5fd4298" 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 ${datadir}/imx-mm" COMPATIBLE_MACHINE = "(mx8qm-nxp-bsp|mx8qxp-nxp-bsp|mx8dx-nxp-bsp|mx8mp-nxp-bsp|mx8ulp-nxp-bsp)"