From 67fdbd2e16fbf6952970859304dec41fb6f1242b Mon Sep 17 00:00:00 2001 From: Daniel Baluta Date: Thu, 29 Apr 2021 09:31:23 +0300 Subject: [PATCH] installer: Fix installer test After commit 5ca0e9bba3e6d ("topology: Use generic name for 8qxp/8qm") installer test is broken as we also need to update the i.MX topology with the new naming. So, fix this by replacing imx8qxp naming with imx8. But while we are at it choose a better (more relevant) random topology, sof-imx8-wm8960.tplg instead of sof-imx8-nodec.tplg. Signed-off-by: Daniel Baluta --- installer/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/GNUmakefile b/installer/GNUmakefile index 22e2734ebb86..2bb63665e01b 100644 --- a/installer/GNUmakefile +++ b/installer/GNUmakefile @@ -246,7 +246,7 @@ checktree: diff -u tests/staging_sof_ref.txt ${BUILDS_ROOT}/staging_sof_tree.txt # Check two random topologies are there test -f ${STAGING_SOF_TPLG}/sof-apl-nocodec.tplg - test -f ${STAGING_SOF_TPLG}/sof-imx8qxp-nocodec.tplg + test -f ${STAGING_SOF_TPLG}/sof-imx8-wm8960.tplg # Useful for testing this Makefile. COMPARE_REFS can be /lib/firmware, # sof-bin, a previous version of this Makefile,...