From 8048e707417045e187af05088319f28fbad44c46 Mon Sep 17 00:00:00 2001 From: Tomasz Leman Date: Wed, 22 Jan 2025 17:32:32 +0100 Subject: [PATCH] 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 --- app/boards/intel_adsp_ace15_mtpm.conf | 1 - app/boards/intel_adsp_ace30_ptl.conf | 1 - 2 files changed, 2 deletions(-) diff --git a/app/boards/intel_adsp_ace15_mtpm.conf b/app/boards/intel_adsp_ace15_mtpm.conf index 17271532dd1f..e3fd8b8efe4a 100644 --- a/app/boards/intel_adsp_ace15_mtpm.conf +++ b/app/boards/intel_adsp_ace15_mtpm.conf @@ -55,7 +55,6 @@ CONFIG_INTEL_MODULES=y CONFIG_LIBRARY_MANAGER=y CONFIG_LIBRARY_AUTH_SUPPORT=y CONFIG_LIBRARY_BASE_ADDRESS=0xa0688000 -CONFIG_LIBRARY_BUILD_LIB=y # SOF / logging CONFIG_SOF_LOG_LEVEL_INF=y diff --git a/app/boards/intel_adsp_ace30_ptl.conf b/app/boards/intel_adsp_ace30_ptl.conf index dbb003b08b94..2834c6d9d78d 100644 --- a/app/boards/intel_adsp_ace30_ptl.conf +++ b/app/boards/intel_adsp_ace30_ptl.conf @@ -45,7 +45,6 @@ CONFIG_ZEPHYR_NATIVE_DRIVERS=y CONFIG_INTEL_MODULES=y CONFIG_LIBRARY_MANAGER=y CONFIG_LIBRARY_BASE_ADDRESS=0xa0688000 -CONFIG_LIBRARY_BUILD_LIB=y CONFIG_LIBRARY_DEFAULT_MODULAR=n # SOF / logging