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>