diff options
Diffstat (limited to 'recipes-multimedia/imx-dspc-asrc/imx-dspc-asrc_1.0.2.bb')
-rw-r--r-- | recipes-multimedia/imx-dspc-asrc/imx-dspc-asrc_1.0.2.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-multimedia/imx-dspc-asrc/imx-dspc-asrc_1.0.2.bb b/recipes-multimedia/imx-dspc-asrc/imx-dspc-asrc_1.0.2.bb new file mode 100644 index 000000000..9cf4fa968 --- /dev/null +++ b/recipes-multimedia/imx-dspc-asrc/imx-dspc-asrc_1.0.2.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | # Copyright 2019, 2025 NXP | ||
2 | DESCRIPTION = "NXP Asynchronous Sample Rate Converter" | ||
3 | LICENSE = "Proprietary" | ||
4 | SECTION = "multimedia" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a93b654673e1bc8398ed1f30e0813359" | ||
6 | |||
7 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true" | ||
8 | |||
9 | IMX_SRCREV_ABBREV = "ce4ae5a" | ||
10 | |||
11 | SRC_URI[sha256sum] = "6382e46e5c60c844fc6a7a05876e19eed690c587300337624c66fa9cb20a3b7c" | ||
12 | |||
13 | S = "${UNPACKDIR}/${BP}-${IMX_SRCREV_ABBREV}" | ||
14 | |||
15 | inherit fsl-eula-unpack autotools pkgconfig | ||
16 | |||
17 | EXTRA_OECONF = "--enable-armv8 --libdir=${libdir} --bindir=/unit_tests" | ||
18 | |||
19 | INHIBIT_PACKAGE_STRIP = "1" | ||
20 | INHIBIT_SYSROOT_STRIP = "1" | ||
21 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
22 | |||
23 | FILES:${PN} += "/unit_tests ${datadir}/imx-mm" | ||
24 | |||
25 | COMPATIBLE_MACHINE = "(mx8-nxp-bsp|mx9-nxp-bsp)" | ||