-
Notifications
You must be signed in to change notification settings - Fork 88
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
support adding third party package using package link #1151
Comments
The basic pieces are in the server code, it's just not fleshed out, and the new I'm looking at making it work, do you have any specific 3rd party repos in mind that you could post so I can test against them? Probably need the keys, too, so pretty much everything you've got in |
The ASU server doesn't do any building or compilation of packages, it will need a link to a standard The ASU server is simply handing off a list of package names to the image builder, which then uses the bundled package manager to read the feeds.conf containing the link to that repo to resolve and install all of the desired packages. |
@efahl Can i simply provide a single ipk file link? |
No, that's not a capability offered by the image builders. It would require a significant rework of the build system outside of the ASU server to implement. |
Ok. Forget about that. I changed the issue to be "provide a link to package repo. " |
Since image builder can't install packages that are outside of a package feed, the only supported mechanism in the ASU server will be by supplying a feed file that contains something like
and then you'll be able to add a package from that feed, like This is the same thing you'd do on the device itself, which would look like this.
|
Please consider support building third party package using repo link
The text was updated successfully, but these errors were encountered: