-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: partition_manager: Replace import_kconfig
Following the changes proposed in: zephyrproject-rtos/zephyr#59915 the `import_kconfig()` function in upstream Zephyr has been updated to become more aligned with Kconfiglib, which makes it less of a generic "key=value" parser. This could provoke subtle bugs in the CMake bits of partition manager, where the function is being used to parse `pm.config` files, which are not actual Kconfig fragments. Add a replacement parser for `pm.config` files. Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
- Loading branch information
Showing
3 changed files
with
34 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters