Skip to content

cmake: add_llext_target: fix command expansion #90912

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 6, 2025

Conversation

pillo79
Copy link
Collaborator

@pillo79 pillo79 commented May 31, 2025

This updates the invocation of the elfconvert and slid_inject commands in the add_llext_target function, ensuring that the arguments are expanded correctly before passing them to the shell.

Fixes #90891.

This fixes the invocation of the 'elfconvert' and 'slid_inject' commands
in the `add_llext_target` function by ensuring that the arguments are
expanded correctly before passing them to the shell.

Signed-off-by: Luca Burelli <[email protected]>
Copy link

@pillo79 pillo79 marked this pull request as ready for review June 2, 2025 14:10
@github-actions github-actions bot added area: Build System size: XS A PR changing only a single line of code labels Jun 2, 2025
@pillo79 pillo79 added area: llext Linkable Loadable Extensions bug The issue is a bug, or the PR is fixing a bug labels Jun 2, 2025
@kartben kartben merged commit 8e765b7 into zephyrproject-rtos:main Jun 6, 2025
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Build System area: llext Linkable Loadable Extensions bug The issue is a bug, or the PR is fixing a bug size: XS A PR changing only a single line of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression in tests/subsys/llext for ARC (arcmwdt) after [5b66af8a]: shell command breaks due to unflattened CMake list
3 participants