]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-test: Use swpdm support for i.MX 8M
authorTom Hochstein <tom.hochstein@nxp.com>
Fri, 30 Apr 2021 16:41:38 +0000 (11:41 -0500)
committerTom Hochstein <tom.hochstein@nxp.com>
Fri, 30 Apr 2021 18:26:01 +0000 (13:26 -0500)
Enable swpdm for i.MX 8M so that mxc_pdm_test.out uses PDM to PCM decimation.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
recipes-bsp/imx-test/imx-test_git.bb

index cf7c60edd2f5d8afaa0d9387aeb555e4b94bb595..95e90e22d454a9f82ad2452c2bd25b743db8b236 100644 (file)
@@ -44,6 +44,7 @@ EXTRA_OEMAKE += "${PACKAGECONFIG_CONFARGS}"
 
 PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
 PACKAGECONFIG_append_imxvpu = " vpu"
+PACKAGECONFIG_append_mx8m   = " swpdm"
 
 PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr"
 PACKAGECONFIG[vpu] = "HAS_VPU=true,HAS_VPU=false,virtual/imxvpu"