-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
cmake: linker_script: Fix using deferred init with CMAKE_LINKER_GENERATOR
#72369
Merged
carlescufi
merged 2 commits into
zephyrproject-rtos:main
from
pdgendt:deferred-init-cmake-ld
May 13, 2024
Merged
cmake: linker_script: Fix using deferred init with CMAKE_LINKER_GENERATOR
#72369
carlescufi
merged 2 commits into
zephyrproject-rtos:main
from
pdgendt:deferred-init-cmake-ld
May 13, 2024
Conversation
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
zephyrbot
added
area: Build System
Trivial
Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
labels
May 6, 2024
tejlmand
reviewed
May 6, 2024
pdgendt
force-pushed
the
deferred-init-cmake-ld
branch
from
May 7, 2024 08:13
4f2e229
to
203a815
Compare
pdgendt
removed
DNM
This PR should not be merged (Do Not Merge)
Trivial
Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
labels
May 7, 2024
zephyrbot
requested review from
andyross,
ceolin,
dcpleung,
npitre,
peter-mitsis and
tbursztyka
May 7, 2024 08:15
pdgendt
force-pushed
the
deferred-init-cmake-ld
branch
from
May 7, 2024 08:34
203a815
to
e5df3d5
Compare
pdgendt
force-pushed
the
deferred-init-cmake-ld
branch
2 times, most recently
from
May 7, 2024 09:12
576b94c
to
ca2f4d9
Compare
tejlmand
previously approved these changes
May 7, 2024
pdgendt
force-pushed
the
deferred-init-cmake-ld
branch
from
May 7, 2024 11:16
ca2f4d9
to
2ae6745
Compare
edersondisouza
previously approved these changes
May 7, 2024
tejlmand
previously approved these changes
May 8, 2024
The section for deferred devices was missing when CONFIG_CMAKE_LINKER_GENERATOR is enabled. Signed-off-by: Pieter De Gendt <[email protected]>
Add a test case entry with CONFIG_CMAKE_LINKER_GENERATOR enabled. Signed-off-by: Pieter De Gendt <[email protected]>
pdgendt
force-pushed
the
deferred-init-cmake-ld
branch
from
May 8, 2024 08:12
2ae6745
to
ca7a989
Compare
Rebased due to merge conflict |
cfriedt
approved these changes
May 8, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
edersondisouza
approved these changes
May 8, 2024
tejlmand
approved these changes
May 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Build System
area: Device Model
area: Kernel
Regression
Something, which was working, does not anymore
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The section for deferred devices was missing for
CMAKE_LINKER_GENERATOR
.Issue shown here:
Regression introduced by #67335