summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlora Hu <flora.hu@nxp.com>2026-07-22 16:21:20 +0800
committerFlora Hu <flora.hu@nxp.com>2026-07-27 15:29:55 +0800
commitd722cf665bbde79259c2db9d3a9910adf271a5b6 (patch)
tree606dfefc48c40ee0dabc95a22e7771db986f07a6
parentc3f1025aa8fe370df8abcfbb48a38b22fae6d8c4 (diff)
downloadmeta-freescale-d722cf665bbde79259c2db9d3a9910adf271a5b6.tar.gz
nxp-afe: Update to lf-6.18.20-2.0.0
Add libvoiceaec integration Add support for i.MX91 and i.MX95 15x15 EVK Signed-off-by: Flora Hu <flora.hu@nxp.com>
-rw-r--r--recipes-multimedia/nxp-afe/nxp-afe_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/nxp-afe/nxp-afe_git.bb b/recipes-multimedia/nxp-afe/nxp-afe_git.bb
index 789fcfb51..501d68492 100644
--- a/recipes-multimedia/nxp-afe/nxp-afe_git.bb
+++ b/recipes-multimedia/nxp-afe/nxp-afe_git.bb
@@ -1,4 +1,4 @@
1# Copyright 2025 NXP 1# Copyright 2025-2026 NXP
2 2
3SUMMARY = "NXP Audio Front End (AFE)" 3SUMMARY = "NXP Audio Front End (AFE)"
4DESCRIPTION = "NXP Audio Front End (AFE) for incorporating Voice Assistants" 4DESCRIPTION = "NXP Audio Front End (AFE) for incorporating Voice Assistants"
@@ -11,7 +11,7 @@ DEPENDS += "alsa-lib"
11 11
12PV = "1.0+git" 12PV = "1.0+git"
13 13
14SRCBRANCH = "MM_04.10.03_2512_L6.18.2" 14SRCBRANCH = "MM_04.11.00_2605_L6.18.20"
15NXPAFE_SRC ?= "git://github.com/nxp-imx/nxp-afe.git;protocol=https" 15NXPAFE_SRC ?= "git://github.com/nxp-imx/nxp-afe.git;protocol=https"
16 16
17SRC_URI = "${NXPAFE_SRC};branch=${SRCBRANCH}" 17SRC_URI = "${NXPAFE_SRC};branch=${SRCBRANCH}"