Skip to content

Commit 24dbb6b

Browse files
committed
rimage: add missing include for Panther Lake platform
This patch adds the missing include for the Panther Lake (PTL) platform in the rimage configuration file. The absence of this include was causing issues with signing the LLEXT RTC library during CI builds. Changes include: - Adding the include directive for the Panther Lake platform in the tools/rimage/config/platform.toml file. This change ensures that the rimage tool correctly processes the configuration for the Panther Lake platform, resolving the issue with signing the LLEXT RTC library. Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
1 parent 157c819 commit 24dbb6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/rimage/config/platform.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
#include "platform-mtl.toml"
33
#elif CONFIG_LUNARLAKE
44
#include "platform-lnl.toml"
5+
#elif CONFIG_PANTHERLAKE
6+
#include "platform-ptl.toml"
57
#endif

0 commit comments

Comments
 (0)