-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
By default, in the SDK we get the C and C++ toolchain. From the XML project file we can add more tools to the SDK. However, this can't be done after the SDK got generated. On one hand, it is impractical to add all possible tools to the host SDK. On the other hand, it could be handy to extend an existing SDK with new packages, depending on the need.
The use case would be, for example, adding building tools like cmake or meson, or additional python packages used during the building process. This for users who want to rely uniquely on the SDK and not on their computer to provide these tools.
I understand it is not trivial due to the SDK relocation. However, I'm wondering if it could be a useful feature to add. What do you think?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels