diff options
| author | Zelan Zou <zelan.zou@nxp.com> | 2025-08-11 18:27:45 +0800 |
|---|---|---|
| committer | Zelan Zou <zelan.zou@nxp.com> | 2025-08-14 11:01:05 +0800 |
| commit | 970000d7dfe1a1115fae066241a5fd4fdf047894 (patch) | |
| tree | 85f81f2003ac9475b6fc41a996fc98401581509f /recipes-multimedia | |
| parent | 3e8aa171d4181bbb5231bfbc4f8ef0b8fec5b4b9 (diff) | |
| download | meta-freescale-970000d7dfe1a1115fae066241a5fd4fdf047894.tar.gz | |
nxp-afe-voiceseeker: Upgrade to LF6.12.20-2.0.0
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
Diffstat (limited to 'recipes-multimedia')
| -rw-r--r-- | recipes-multimedia/nxp-afe/nxp-afe-voiceseeker_git.bb | 41 | ||||
| -rw-r--r-- | recipes-multimedia/nxp-afe/nxp-afe_git.bb | 2 |
2 files changed, 42 insertions, 1 deletions
diff --git a/recipes-multimedia/nxp-afe/nxp-afe-voiceseeker_git.bb b/recipes-multimedia/nxp-afe/nxp-afe-voiceseeker_git.bb new file mode 100644 index 000000000..7afa44cb1 --- /dev/null +++ b/recipes-multimedia/nxp-afe/nxp-afe-voiceseeker_git.bb | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | # Copyright 2025 NXP | ||
| 2 | |||
| 3 | DESCRIPTION = "NXP RetuneDSP Voice Seeker Libraries" | ||
| 4 | SECTION = "multimedia" | ||
| 5 | LICENSE = "Proprietary" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca53281cc0caa7e320d4945a896fb837" | ||
| 7 | |||
| 8 | inherit pkgconfig | ||
| 9 | |||
| 10 | DEPENDS += "alsa-lib nxp-afe" | ||
| 11 | |||
| 12 | PV = "2.0+git" | ||
| 13 | |||
| 14 | SRCBRANCH = "MM_04.10.0_2505_L6.12.20" | ||
| 15 | SRC_URI = "git://github.com/nxp-imx/imx-voiceui.git;protocol=https;branch=${SRCBRANCH}" | ||
| 16 | |||
| 17 | SRCREV = "737c156469eeede28fe1a0777c968becf6fea886" | ||
| 18 | |||
| 19 | EXTRA_CONF = "--enable-armv8 --bindir=/unit_tests/ --libdir=${libdir}" | ||
| 20 | |||
| 21 | EXTRA_OEMAKE:mx8-nxp-bsp = "BUILD_ARCH=CortexA53" | ||
| 22 | EXTRA_OEMAKE:mx8ulp-nxp-bsp = "BUILD_ARCH=CortexA35" | ||
| 23 | EXTRA_OEMAKE:mx9-nxp-bsp = "BUILD_ARCH=CortexA55" | ||
| 24 | |||
| 25 | do_install() { | ||
| 26 | install -d ${D}${libdir}/nxp-afe | ||
| 27 | install -d ${D}/unit_tests/nxp-afe | ||
| 28 | install -m 0644 ${S}/release/*.so.2.0 ${D}${libdir}/nxp-afe/ | ||
| 29 | ln -sf -r ${D}${libdir}/nxp-afe/libvoiceseekerlight.so.2.0 ${D}${libdir}/nxp-afe/libvoiceseekerlight.so | ||
| 30 | install -m 0755 ${S}/release/voice_ui_app ${D}/unit_tests/nxp-afe | ||
| 31 | install -m 0644 ${S}/release/Config.ini ${D}/unit_tests/nxp-afe | ||
| 32 | } | ||
| 33 | |||
| 34 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 35 | |||
| 36 | FILES:${PN} += "${libdir}/nxp-afe/* \ | ||
| 37 | /unit_tests/* \ | ||
| 38 | " | ||
| 39 | INSANE_SKIP:${PN} += "dev-so" | ||
| 40 | |||
| 41 | COMPATIBLE_MACHINE = "(mx8-nxp-bsp|mx9-nxp-bsp)" | ||
diff --git a/recipes-multimedia/nxp-afe/nxp-afe_git.bb b/recipes-multimedia/nxp-afe/nxp-afe_git.bb index cca4cead0..a401bedeb 100644 --- a/recipes-multimedia/nxp-afe/nxp-afe_git.bb +++ b/recipes-multimedia/nxp-afe/nxp-afe_git.bb | |||
| @@ -9,7 +9,7 @@ PV = "1.0+git" | |||
| 9 | SRCBRANCH = "MM_04.10.0_2505_L6.12.20" | 9 | SRCBRANCH = "MM_04.10.0_2505_L6.12.20" |
| 10 | SRC_URI = " git://github.com/nxp-imx/nxp-afe.git;protocol=https;branch=${SRCBRANCH}" | 10 | SRC_URI = " git://github.com/nxp-imx/nxp-afe.git;protocol=https;branch=${SRCBRANCH}" |
| 11 | 11 | ||
| 12 | SRCREV = "c6b8fee21376e724b8441f3cf6c04dee69b5242e" | 12 | SRCREV = "c6b8fee21376e724b8441f3cf6c04dee69b5242e" |
| 13 | 13 | ||
| 14 | DEPENDS += "alsa-lib" | 14 | DEPENDS += "alsa-lib" |
| 15 | 15 | ||
