diff options
| -rw-r--r-- | recipes-multimedia/imx-dsp/imx-dsp-codec-ext_1.2.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-multimedia/imx-dsp/imx-dsp-codec-ext_1.2.0.bb b/recipes-multimedia/imx-dsp/imx-dsp-codec-ext_1.2.0.bb new file mode 100644 index 000000000..fe653c184 --- /dev/null +++ b/recipes-multimedia/imx-dsp/imx-dsp-codec-ext_1.2.0.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | # Copyright 2018-2021 NXP | ||
| 2 | |||
| 3 | DESCRIPTION = "i.MX DSP Codec Wrapper and Lib owned by NXP" | ||
| 4 | LICENSE = "Proprietary" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=03bcadc8dc0a788f66ca9e2b89f56c6f" | ||
| 6 | |||
| 7 | inherit fsl-eula-unpack autotools pkgconfig | ||
| 8 | |||
| 9 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "9e1d0e06f4fed47a37cb390e135f453f" | ||
| 12 | SRC_URI[sha256sum] = "2703a9dc619a2ac32352d65cfa58f8217e65abcabd33b77b0be02425dc896ae2" | ||
| 13 | |||
| 14 | # Fix strip command failed: 'Unable to recognise the format of the input file' | ||
| 15 | INHIBIT_PACKAGE_STRIP = "1" | ||
| 16 | INHIBIT_SYSROOT_STRIP = "1" | ||
| 17 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
| 18 | INSANE_SKIP:${PN} = "arch dev-so" | ||
| 19 | |||
| 20 | FILES:${PN} += "${libdir}/imx-mm/audio-codec ${datadir}/imx-mm" | ||
| 21 | COMPATIBLE_MACHINE = "(mx8qm|mx8qxp|mx8mp|mx8ulp)" | ||
