summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2021-07-08 19:36:50 -0300
committerGitHub <noreply@github.com>2021-07-08 19:36:50 -0300
commit25f3bbf74029fc98a2a56c8b83653f628ae63bdc (patch)
treed7fb70efed4430f22f67b699747e1732bcac6aed /recipes-multimedia
parent9eea9c726c1a9e529c642d367e1244b68dfd3e34 (diff)
parentf5c0c19e89db75adc029de8adaedf8256c4c544e (diff)
downloadmeta-freescale-25f3bbf74029fc98a2a56c8b83653f628ae63bdc.tar.gz
Merge pull request #763 from thochstein/imx-test
imx-test, imx-sw-pdm
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/imx-sw-pdm/imx-sw-pdm_1.0.1.bb18
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
3DESCRIPTION = "NXP PDM to PCM Software Decimation SIMD Library"
4LICENSE = "Proprietary"
5SECTION = "multimedia"
6LIC_FILES_CHKSUM = "file://COPYING;md5=983e4c77621568488dd902b27e0c2143"
7
8SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true"
9SRC_URI[md5sum] = "65d5b2cb378f96a5cb4577925eda236b"
10SRC_URI[sha256sum] = "68fca50d8f7526127ee5650e9002b3f9479b197f3085c68a97f7957f50ec5e5b"
11
12inherit fsl-eula-unpack autotools pkgconfig
13
14INSANE_SKIP_${PN} = "already-stripped"
15
16FILES_${PN} += "${datadir}/imx-mm"
17
18COMPATIBLE_MACHINE = "(mx8)"