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>
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
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>
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>
This also rebuilds recipes which use the EXTERNALSRC_GIT_SRCREV variable, when the variable changes.
Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
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>