Skip to content

Commit 157c819

Browse files
committed
config: unify RTC_AEC module build process across all platforms
This patch removes the CONFIG_LIBRARY_BUILD_LIB option from the MTPM and PTL platform configurations to ensure consistent build behavior across all platforms. The RTC_AEC module was built as an LLEXT module on all platforms, but the library was only present in the LNL platform during CI builds due to the enabled CONFIG_LIBRARY_BUILD_LIB option in MTPM and PTL, which caused discrepancies in the build process. Changes include: - Removing CONFIG_LIBRARY_BUILD_LIB from the intel_adsp_ace15_mtpm.conf configuration file. - Removing CONFIG_LIBRARY_BUILD_LIB from the intel_adsp_ace30_ptl.conf configuration file. This change ensures that the RTC_AEC module library is consistently present across all platforms during CI builds, resolving the issue where the library was only present in the LNL platform. Signed-off-by: Tomasz Leman <[email protected]>
1 parent 8a77adf commit 157c819

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/boards/intel_adsp_ace15_mtpm.conf

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ CONFIG_INTEL_MODULES=y
5353
CONFIG_LIBRARY_MANAGER=y
5454
CONFIG_LIBRARY_AUTH_SUPPORT=y
5555
CONFIG_LIBRARY_BASE_ADDRESS=0xa0688000
56-
CONFIG_LIBRARY_BUILD_LIB=y
5756

5857
# SOF / logging
5958
CONFIG_SOF_LOG_LEVEL_INF=y

app/boards/intel_adsp_ace30_ptl.conf

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ CONFIG_ZEPHYR_NATIVE_DRIVERS=y
4343
CONFIG_INTEL_MODULES=y
4444
CONFIG_LIBRARY_MANAGER=y
4545
CONFIG_LIBRARY_BASE_ADDRESS=0xa0688000
46-
CONFIG_LIBRARY_BUILD_LIB=y
4746
CONFIG_LIBRARY_DEFAULT_MODULAR=n
4847

4948
# SOF / logging

0 commit comments

Comments
 (0)