freescale: nxp-afe: sync recipes with latest rel_imx_6.6.52_2.2.0 changes
Port the latest versions of the recipes from meta-imx https://onedigi.atlassian.net/browse/DEL-9445 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
14ca75b8a5
commit
34ddbdd07e
|
|
@ -3,19 +3,19 @@
|
||||||
DESCRIPTION = "NXP RetuneDSP Voice Seeker Libraries"
|
DESCRIPTION = "NXP RetuneDSP Voice Seeker Libraries"
|
||||||
SECTION = "multimedia"
|
SECTION = "multimedia"
|
||||||
LICENSE = "Proprietary"
|
LICENSE = "Proprietary"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=10c0fda810c63b052409b15a5445671a"
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca53281cc0caa7e320d4945a896fb837"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
DEPENDS += "alsa-lib nxp-afe"
|
DEPENDS += "alsa-lib nxp-afe"
|
||||||
|
|
||||||
SRCBRANCH = "MM_04.09.00_2405_L6.6.y"
|
SRCBRANCH = "MM_04.09.02_2410_L6.6.y"
|
||||||
PV = "2.0+${SRCPV}"
|
PV = "2.0+${SRCPV}"
|
||||||
|
|
||||||
NXPAFE_VOICESEEKER_SRC ?= "git://github.com/nxp-imx/imx-voiceui.git;protocol=https"
|
NXPAFE_VOICESEEKER_SRC ?= "git://github.com/nxp-imx/imx-voiceui.git;protocol=https"
|
||||||
SRC_URI = "${NXPAFE_VOICESEEKER_SRC};branch=${SRCBRANCH}"
|
SRC_URI = "${NXPAFE_VOICESEEKER_SRC};branch=${SRCBRANCH}"
|
||||||
|
|
||||||
SRCREV = "cc51bc7475c0134fcb006ba28a16b2dcd418cf3a"
|
SRCREV = "737c156469eeede28fe1a0777c968becf6fea886"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
EXTRA_CONF = "--enable-armv8 --bindir=/unit_tests/ --libdir=${libdir}"
|
EXTRA_CONF = "--enable-armv8 --bindir=/unit_tests/ --libdir=${libdir}"
|
||||||
|
|
|
||||||
|
|
@ -6,13 +6,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7bdef19938f3503cfc4c586461f99012"
|
||||||
|
|
||||||
PV = "1.0+git${SRCPV}"
|
PV = "1.0+git${SRCPV}"
|
||||||
|
|
||||||
SRCBRANCH = "MM_04.09.00_2405_L6.6.y"
|
SRCBRANCH = "MM_04.09.02_2410_L6.6.y"
|
||||||
NXPAFE_SRC ?= "git://github.com/nxp-imx/nxp-afe.git;protocol=https"
|
NXPAFE_SRC ?= "git://github.com/nxp-imx/nxp-afe.git;protocol=https"
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
${NXPAFE_SRC};branch=${SRCBRANCH} \
|
${NXPAFE_SRC};branch=${SRCBRANCH} \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRCREV = "ace13427f731e0549ff1ad8f2720fd3af82abbd6"
|
SRCREV = "c6b8fee21376e724b8441f3cf6c04dee69b5242e"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue