]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-sw-pdm: Add PDM to PCM software decimation library 763/head
authorTom Hochstein <tom.hochstein@nxp.com>
Fri, 30 Apr 2021 16:52:54 +0000 (11:52 -0500)
committerTom Hochstein <tom.hochstein@nxp.com>
Fri, 30 Apr 2021 18:37:21 +0000 (13:37 -0500)
NXP PDM to PCM software decimation SIMD library.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
recipes-multimedia/imx-sw-pdm/imx-sw-pdm_1.0.1.bb [new file with mode: 0644]

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 (file)
index 0000000..b95727b
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 2020 NXP Semiconductors
+
+DESCRIPTION = "NXP PDM to PCM Software Decimation SIMD Library"
+LICENSE = "Proprietary"
+SECTION = "multimedia"
+LIC_FILES_CHKSUM = "file://COPYING;md5=983e4c77621568488dd902b27e0c2143"
+
+SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true"
+SRC_URI[md5sum] = "65d5b2cb378f96a5cb4577925eda236b"
+SRC_URI[sha256sum] = "68fca50d8f7526127ee5650e9002b3f9479b197f3085c68a97f7957f50ec5e5b"
+
+inherit fsl-eula-unpack autotools pkgconfig
+
+INSANE_SKIP_${PN} = "already-stripped"
+
+FILES_${PN} += "${datadir}/imx-mm"
+
+COMPATIBLE_MACHINE = "(mx8)"