lime-sdk icon indicating copy to clipboard operation
lime-sdk copied to clipboard

LibreMesh software development kit

Results 19 lime-sdk issues
Sort by recently updated
recently updated
newest added

the new option compiles all packages as the given repo. This simplifies usage in a CLI system while still honoring libremesh.sdk.config.

how to reproduce: * ./cooker -c ar71xx/generic --flavor=lime_default --profile=tl-wdr4300-v1 * stop the execution while building * run again it will say that couldn't cook the image.

Lime-sdk allows to config a feeds.conf file where you can specify the feeds. For those added from a VCS you can specify a hash reference, a tag or a branch....

no matter if you add the --no-update flag or not, it tries to download the Packages.gz file.

bug
invalid

I am trying to cook a generic x86 image of [Libremesh](http://libremesh.org/) to run in VirtualBox. I execute: ``` ./cooker -c x86/generic --profile=Generic --flavor=lime_default ``` And I get this error as...

bug
good first issue
easy to solve

When creating an image that is bigger than the available space, the command outputs an error, but at the end the command says it is successful. This is the last...

enhancement

This happens with: ``` https://github.com/lede-project/source.git;v17.01.1 ``` because v17.01.1 is a tag, and does not happen with ``` src-git libremesh https://github.com/libremesh/lime-packages.git;develop ``` That is a branch. The issue comes because for...

question
good first issue

For solving #13, the pull request #15 took exit code from cooking process and returned it at the output of cooker. The exit code is forced to zero for the...

An easy to use wizard might be used for adding a custom feed repository into the SDK. That might help developers to test their software.