-
Notifications
You must be signed in to change notification settings - Fork 71
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
External packages #455
base: main
Are you sure you want to change the base?
External packages #455
Conversation
DONE: 1. Add support for specifying the repo in the composition script, and supporting build-system updates, and validate the previous scripts still work. TODO: 2. Validate that the external repo download and usage works. 3. Update `img` to `src` and enable it to not just have the form of two nested directories (i.e. "x.y"), but also a single subdir (i.e. "x"), or no directory (in the case that a repo is the single component). FUTURE FEATURES: I won't be able to get to these soon, but they are desirable. - Add external library and interface repo support. This is more challenging as it requires more build system logic as dependencies on libraries/interfaces are specified in the build system, not in the composition scripts.
Demonstrated with `external_hello_world.toml`, and the `github.com/gparmer/hello_world/` component. DONE: 1. Add support for specifying the repo in the composition script, and supporting build-system updates, and validate the previous scripts still work. 2. Validate that the external repo download and usage works. TODO: 3. Update `img` to `src` and enable it to not just have the form of two nested directories (i.e. "x.y"), but also a single subdir (i.e. "x"), or no directory (in the case that a repo ish. FUTURE FEATURES: I won't be able to get to these soon, but they are desirable. - Enable the composition scripts to be referenced in github repos, rather than only in local files. - Add external library and interface repo support. This is more challenging as it requires more build system logic as dependencies on libraries/interfaces are specified in the build system, not in the composition scripts.
Merge branch 'main' into external_packages
src/components/lib/libc/musl-1.2.0/include/sys/queue.h |
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.
@betahxy Is this an error? Looks like this comes from a merge with your code. I might have done this incorrectly.
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.
@gparmer This is OK. I'll add this back. Not a big problem.
Summary of this Pull Request (PR)
Add description here.
Intent for your PR
Choose one (Mandatory):
Reviewers (Mandatory):
@betahxy @WenyuanShao If you're interested. Mostly Rust and build system updates.
Can
And it will run the component defined in https://github.com/gparmer/hello_world
The composition scripts have the
repo
directive:Existing scripts should run as expected.
Code Quality
As part of this pull request, I've considered the following:
Style:
Code Craftsmanship: