From fb3356f7b61709a8932f305ebc366c62b29b0fa8 Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Tue, 25 Aug 2026 11:41:26 +0300 Subject: [PATCH 1/2] audio: template: llext: Correct build and toml name ce50845b2699 ("template: rename template_comp to template") renamed the template_comp to simply template, but left the llext CMakeList.txt and llext.toml.h referencing to wrong names. Signed-off-by: Peter Ujfalusi --- src/audio/template/llext/CMakeLists.txt | 2 +- src/audio/template/llext/llext.toml.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/audio/template/llext/CMakeLists.txt b/src/audio/template/llext/CMakeLists.txt index f84bd6daf916..52a1bcf0639f 100644 --- a/src/audio/template/llext/CMakeLists.txt +++ b/src/audio/template/llext/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2025 Intel Corporation. # SPDX-License-Identifier: Apache-2.0 -sof_llext_build("template_comp" +sof_llext_build("template" SOURCES ../template.c ../template-generic.c ../template-ipc4.c diff --git a/src/audio/template/llext/llext.toml.h b/src/audio/template/llext/llext.toml.h index 4808c9af8f42..d7183adc306f 100644 --- a/src/audio/template/llext/llext.toml.h +++ b/src/audio/template/llext/llext.toml.h @@ -1,6 +1,6 @@ #include #define LOAD_TYPE "2" -#include "../template_comp.toml" +#include "../template.toml" [module] count = __COUNTER__ From 196722a75fbb81b6cad0bb8b999925876095f1a3 Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Tue, 25 Aug 2026 11:46:42 +0300 Subject: [PATCH 2/2] rimage: config: nvl: include phase template module if enabled Follow mtl/lnl/ptl/wcl and allow the template to be built. Signed-off-by: Peter Ujfalusi --- tools/rimage/config/nvl.toml.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/rimage/config/nvl.toml.h b/tools/rimage/config/nvl.toml.h index cb12069f671f..cec992a4a2af 100644 --- a/tools/rimage/config/nvl.toml.h +++ b/tools/rimage/config/nvl.toml.h @@ -142,6 +142,10 @@ index = __COUNTER__ #include