diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2021-04-30 11:52:54 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2021-04-30 13:37:21 -0500 |
commit | f5c0c19e89db75adc029de8adaedf8256c4c544e (patch) | |
tree | 5ef408807778d833a4efe0153b911861214dfdab /recipes-multimedia | |
parent | 8f83a0e17ee0cfee13f791ffe88e3336fbb840b1 (diff) | |
download | meta-freescale-f5c0c19e89db75adc029de8adaedf8256c4c544e.tar.gz |
imx-sw-pdm: Add PDM to PCM software decimation library
NXP PDM to PCM software decimation SIMD library.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/imx-sw-pdm/imx-sw-pdm_1.0.1.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-multimedia/imx-sw-pdm/imx-sw-pdm_1.0.1.bb b/recipes-multimedia/imx-sw-pdm/imx-sw-pdm_1.0.1.bb new file mode 100644 index 00000000..b95727b8 --- /dev/null +++ b/recipes-multimedia/imx-sw-pdm/imx-sw-pdm_1.0.1.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | # Copyright 2020 NXP Semiconductors | ||
2 | |||
3 | DESCRIPTION = "NXP PDM to PCM Software Decimation SIMD Library" | ||
4 | LICENSE = "Proprietary" | ||
5 | SECTION = "multimedia" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=983e4c77621568488dd902b27e0c2143" | ||
7 | |||
8 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" | ||
9 | SRC_URI[md5sum] = "65d5b2cb378f96a5cb4577925eda236b" | ||
10 | SRC_URI[sha256sum] = "68fca50d8f7526127ee5650e9002b3f9479b197f3085c68a97f7957f50ec5e5b" | ||
11 | |||
12 | inherit fsl-eula-unpack autotools pkgconfig | ||
13 | |||
14 | INSANE_SKIP_${PN} = "already-stripped" | ||
15 | |||
16 | FILES_${PN} += "${datadir}/imx-mm" | ||
17 | |||
18 | COMPATIBLE_MACHINE = "(mx8)" | ||