Commit Graph

11 Commits

Author SHA1 Message Date
Alexandre Bard 67667b0f44 unittests: Fix CPPUTEST path not set when building
CCPUTEST_HOME was only set when trying to run the unit tests.
But it was already required when building first the tool.

BugzID: 69904
2021-03-12 12:25:21 +01:00
Marc Mattmueller 4562017be0 recipe-tools: changed the recipes for libnmapp and sys-mon
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>
2021-03-10 11:44:17 +01:00
Marc Mattmueller 4e36070425 added cpputest and a unittestclass to the testing recipes and to the SDK
cpputest is a unit test framework for C/C++ and builds the base
of test driven devlopment. Hence this framework is needed for app
development on the host and thus added to the SDK.

BugzID: 62219
2020-05-11 14:15:26 +02:00
Ramon Moesching 6f745c3ae9 minimal-package class: TI WL18xx and WL12XX firmware packages
inherit class into image recipe for installing minimal packages
containing only necessary firmware binaries for bring up
TI wireless chip

BugzID: 60410

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-12-03 10:37:51 +01:00
Ramon Moesching ec34bee968 archiver-dev bbclass: fix sstate issue
merged with latest upstream original class

BugzID: 57939

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-08-07 16:25:01 +02:00
Ramon Moesching 748a3bc835 archiver-dev.bbclass: Introduce patched archiver class with package selection and .git/ removement
Extend archiver class with selectiv package archiving (masking)
and option to remove .git/ repository

Hold changes in this new created file and try to bring it upstream
Referenced to commit id: a2eb50176b800c49c3899fa2f87585a869690bfa
from poky

BugzID: 54327

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-01-25 13:35:23 +01:00
Lucien Mueller 7235d88103 externalgitsrc: changed so that the variable is now only set once instead of beeing read every time its assigned.
This also rebuilds recipes which use the EXTERNALSRC_GIT_SRCREV variable, when the variable changes.

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
2018-12-10 16:05:32 +01:00
Ramon Moesching e8a4352ef3 externalgitsrc bbclass: Stop caching recipes with dynamic variables
BB_DONT_CACHE stops caching recipes and should avoid any bashhash issues

BugzID: 54217

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-11-12 17:51:15 +01:00
Alexandre Bard 326b2247fb Fix /etc/version
BugzID: 54169
2018-11-08 23:26:23 +01:00
Patrick Zysset 396f64749c distro: use -dirty marker on not clean builds
version string generated with 'git describe' contains -dirty marker if
not all changes have been commited before.

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-10-11 13:33:13 +02:00
Ramon Moesching 4e93383ac8 externalgitsrc: initinal commit. execute git describe tag and return it
used for setting /etc/version

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-08-28 22:35:41 +02:00