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

buildenv: new "modules" file based feed syntax does not allow for alternative feed types #789

Open
pmelange opened this issue Apr 26, 2020 · 2 comments

Comments

@pmelange
Copy link
Contributor

In the old system, using the "feeds.conf" file, it was possible to use feed types other than "src-git". For example, what I had used frequently to do prototyping, was the "src-link" feed type. All of the supported feed types which openwrt supports are listed here: https://openwrt.org/docs/guide-developer/feeds

This issue was created by request from @SvenRoederer (#781 (comment))

@SvenRoederer
Copy link
Contributor

In the old system

This refers to "before e81f410" was merged to implement PR #714.


Before the change we had our feeds.conf directly linked to the OpenWrt-root. Since the change the scripts/update.sh and scripts/feeds.sh generating the feeds.conf in OpenWrt-root.
Where do you see the failure? During the update.sh or the feeds.sh?
Can you provide a log?

@SvenRoederer
Copy link
Contributor

  • Not sure if this is supported by gluon at all. (These scripts have be provided by gluon)
  • The referenced repos in modules-file will be checked out locally in the packages folder, before referencing them in OpenWrt-root. I wonder if the git remote add file:/ syntax will work?

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

No branches or pull requests

2 participants