libremesh/lime-sdk

Add support for feeds.conf src options

Closed this issue · 8 comments

In https://wiki.openwrt.org/doc/devel/feeds openwrt sdk and ib support multiple feed fetching methods.
Giving support to at list src-link or src-spy will allow to have local repositories integrated within lime-sdk.

p4u commented

This is already possible be adding your own feeds in feeds.conf.default

There is a documentation about how to use your own feed in the README file of lime-sdk

I tried it a few days ago and src-link and src-cpy where not working.
When I changed them to src-git it started working.

Could it be because it is not implemented here?
https://github.com/libremesh/lime-sdk/blob/master/cooker#L280

p4u commented

Yes, I was doing that... just wanted to state that it in order to comply with how openwrt defines the feeds.conf, there was some lacking. Not difficult dough'... could be left as an exercise for someone starting with lime-sdk :)

p4u commented

Ok, agreed.

Right now cooker ignores the non-git feeds
https://github.com/libremesh/lime-sdk/blob/master/cooker#L280

That may be changed to support also more kind of feeds.

This shouldn't be closed, as it is still a pending and useful feature. Reopening it.

@nicopace please review PR

fixed