the config and systemd files are moved to their repositories, thus
the recipes needed to be adapted. Additionally, the binary
permissions are changed from 555 to 755 as all others have.
BugzID: 75350
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
As we do not longer want yocto to build unit tests, the unittest class
is completely removed. In addition the inhertiance of unittests is
removed from libnmapp and sys-mon.
The recipes are only built for target and do not differ for native or
native-sdk
BugzID: 73551
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
The target and host make files of libnmapp and sys-mon are merged for
using only one make file. The difference is made outside by setting the
variables accordingly. The same thought should have been used in the
yocto recipes. Thus the recipes are adapted so that minimal differences
between native and target are available. This makes the recipe easier.
BugzID: 69904
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
After a short analysis I have noticed that the library and the app
are not build as intended. To build the app and the lib also from
command line using an SDK, the make files needed to be updated.
This commit then adapted the recipes accordingly to build the
correct versions
BugzID: 69904
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
system monitor and the netmodule scripts for creating a support
package were moved to dev image
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
updated git hash of sys-mon retrying 3 times reading the
temperature before throwing and exception
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>