diff options
| author | Nate Drude <nate.d@variscite.com> | 2022-01-13 13:28:04 -0600 |
|---|---|---|
| committer | Nate Drude <nate.d@variscite.com> | 2022-01-17 11:50:33 -0600 |
| commit | f9dae0a470d89f4a61671a8ee8ef88e499bb4cc4 (patch) | |
| tree | 8aa2aabf5108e3f0c61abccf4a99375f6359d547 | |
| parent | b720c96e40bf96e9d8a8196828216dc4cac2f4c0 (diff) | |
| download | meta-freescale-f9dae0a470d89f4a61671a8ee8ef88e499bb4cc4.tar.gz | |
imx-dsp-codec-ext: add recipe
As per NXP BSP: https://source.codeaurora.org/external/imx/meta-imx/tree/meta-bsp/recipes-multimedia/imx-dsp?h=hardknott-5.10.72-2.2.0
Signed-off-by: Nate Drude <nate.d@variscite.com>
| -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)" | ||
