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