Skip to content

Commit

Permalink
installer: explain why we install only sof-*.tplg files
Browse files Browse the repository at this point in the history
See thesofproject#4611 for more background.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb authored and lgirdwood committed Apr 25, 2022
1 parent 18d77eb commit 3e58f2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installer/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ ifneq (true,${BUILD_ONLY_ONCE})
.PHONY: ${BUILD_TOOLS}
endif

# Deploy and release only "official", top-level topology files starting
# with the 'sof-' prefix to avoid any experimental stuff.
topologies: ${BUILD_TOOLS}
install ${INSTALL_OPTS} -t ${STAGING_SOF_TPLG}${VERSION_SUFFIX}/ \
${BUILD_TOOLS}/topology/sof-*.tplg
Expand Down

0 comments on commit 3e58f2c

Please sign in to comment.