Skip to content
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

Add 'library' concept to config files #186

Closed
wants to merge 10 commits into from

Conversation

awygle
Copy link
Contributor

@awygle awygle commented Dec 31, 2017

This PR adds support for "libraries" as a concept in FuseSoC config files. Libraries are based off of Gentoo's repos.conf. They live in sections of the form [library.name] and (currently) have three properties, two of which are optional.

sync-uri is the URI source of the library. Currently this is assumed to be a Git repo. Required.
location is where to store the "cached" library - essentially, the clone target for the Git repo. It defaults to $XDG_DATA_HOME/name.
auto-sync specifies whether the library should be automatically updated by fusesoc update. Defaults to true. If set to false, the library can still be updated by passing its name explicitly to fusesoc update.

@olofk
Copy link
Owner

olofk commented Jan 5, 2018

Thanks for this. All picked and pushed now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants