From 8f83a0e17ee0cfee13f791ffe88e3336fbb840b1 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Fri, 30 Apr 2021 11:41:38 -0500 Subject: imx-test: Use swpdm support for i.MX 8M Enable swpdm for i.MX 8M so that mxc_pdm_test.out uses PDM to PCM decimation. Signed-off-by: Tom Hochstein --- recipes-bsp/imx-test/imx-test_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-bsp/imx-test/imx-test_git.bb') diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb index cf7c60ed..95e90e22 100644 --- a/recipes-bsp/imx-test/imx-test_git.bb +++ b/recipes-bsp/imx-test/imx-test_git.bb @@ -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" -- cgit v1.2.3-54-g00ecf