-
Notifications
You must be signed in to change notification settings - Fork 4
Add autosd10 support #23
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
nradakovic
merged 6 commits into
eclipse-score:main
from
bilelmoussaoui:bilelmoussaoui/autosd-10
Feb 10, 2026
Merged
Add autosd10 support #23
nradakovic
merged 6 commits into
eclipse-score:main
from
bilelmoussaoui:bilelmoussaoui/autosd-10
Feb 10, 2026
Conversation
This file contains hidden or 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 was referenced Feb 5, 2026
Contributor
Author
|
This can be tested with eclipse-score/inc_os_autosd#25 |
Member
|
Is this ready for review? |
Contributor
Author
|
Not yet, i will submit an update in few minutes. |
Member
No rush, just guys from baselibs pinged me asking me to do a review (they thought it's ready). Let me know once it's ready, but ping me on slack so that I can see message. Thx |
c5ce07c to
4d560a8
Compare
As well as allowing to have a %{toolchain_pkg}% placeholder in the flags
that would be replaced with the canonical name of the toolchain.
Needed for toolchains like autosd.
So that a toolchain can define it own include directories.
4d560a8 to
781338c
Compare
Mostly adding a sysroot if provided as well as tweaking the default flags handling so that a toolchain can override the linking flags. Given that the default ones are not compatible with autosd.
In versions_matrix for now, no idea if we could that better...
781338c to
ef7ab76
Compare
nradakovic
approved these changes
Feb 10, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
action config
New action config request
documentation
Improvements or additions to documentation
feature
New feature request
p3
Medium/Low - handle it within normal process
repo config
Improvements or additions to repository configuration
template
Add or update template toolchain configurations
toolchain pkg
Add or update toolchain package
unit test
Add or update unit tests
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.
Marked as a draft as I am not sure yet how we should handle the second commit, there are various changes that likely can be done better but i would wait for a review first.