Skip to content

Opinion about SDK extensions #420

@FedericoVaga

Description

@FedericoVaga

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions