Skip to content

Conversation

@tejlmand
Copy link
Contributor

@tejlmand tejlmand commented Sep 4, 2024

Zephyr provides a feature to hook in custom menuconfig implementations by setting EXTRA_KCONFIG_TARGETS and then defining the corresponding command to invoke as EXTRA_KCONFIG_TARGET_COMMAND_FOR_.

This feature is broken with sysbuild because sysbuild will try to create multiple custom targets with identical names.

This commit fix the sysbuild handling of extra kconfig targets.

Zephyr provides a feature to hook in custom menuconfig implementations
by setting EXTRA_KCONFIG_TARGETS and then defining the corresponding
command to invoke as EXTRA_KCONFIG_TARGET_COMMAND_FOR_<target>.

This feature is broken with sysbuild because sysbuild will try to create
multiple custom targets with identical names.

This commit fix the sysbuild handling of extra kconfig targets.

Signed-off-by: Torsten Rasmussen <[email protected]>
@tejlmand tejlmand requested a review from carlescufi September 13, 2024 20:02
@carlescufi carlescufi merged commit 1bea5fc into zephyrproject-rtos:main Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants