Skip to content

All communities should create their Makefile and adapt the profiles to root/ scheme #66

@ilario

Description

@ilario

Thanks to @aparcar work, we have Github actions doing the continuous integration and compiling the packages. See the action here:
https://github.com/libremesh/network-profiles/blob/master/.github/workflows/build.yml

Up to now, the packages get uploaded here:
https://github.com/libremesh/lime-feed/tree/gh-pages/profiles

and the direction to include in OPKG configuration or SDK configuration for using this as a binary repository is:
http://feed.libremesh.org/profiles/

The communities should create their minimal Makefile like this:
https://github.com/libremesh/network-profiles/blob/master/libremesh/encrypt-11s/Makefile

which will complement a basic Makefile which can be seen here:
https://github.com/libremesh/network-profiles/blob/master/profile.mk

as you can see, the profile.mk file defines that the files to be copied in the filesystem root have to be included in a directory named root/, like this:
https://github.com/libremesh/network-profiles/tree/master/libremesh/encrypt-11s

so the communities should also move their files following this scheme.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions