aboutsummaryrefslogtreecommitdiffstats
path: root/autobuild
AgeCommit message (Collapse)AuthorFilesLines
2020-03-18Update autobuild script to create new targetsFrederic Marec2-18/+40
Update autobuild script to create multiple widget target debug, coverage and all Remove useless afb-utilities directory due cause no .gitmodules present anymore Bug-AGL: SPEC-2049 Signed-off-by: Frederic Marec <frederic.marec@iot.bzh> Change-Id: Ibb970388d406c7293a9adda59ceba7652586241f
2019-12-19Update autobuild script to create new targetsFrederic Marec2-2/+144
Update autobuild script to create multiple widget target debug, coverage and all Bug-AGL: SPEC-2049 Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
2019-03-02autobuild: fix warnings due to cp command exit codeRaquel Medina2-0/+158
- migrate app-templates to CMake module - bring latest version of autobuild script in - move conf.d/autobuild to root folder - update autobuild script to fix warnings triggered by cp operation error. Bug-AGL: SPEC-2164 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>