aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-devtools/libafb-helpers
AgeCommit message (Collapse)AuthorFilesLines
2019-05-02Bump libafb-helpersRomain Forlot1-2/+2
And add the jq runtime dependency f983fa9 Fix .deb packaging following review 21188 7b3a94b docs/usage: fix broken link 9c7d705 docs/usage: fix broken link e199da8 afb-helpers-book: changing name of the section 3fefacc book.yml: needed for new doc workflow 89ca466 Add gitreview for guppy 8876fa0 Fix gitreview file 9bcc943 Set PROJECT_VERSION overwritable by cli b7e6dbe Add functions reference documentation 2e36a74 Call the freeCB function a manual timer stop call aba89b5 Little code cleaning. a1976ff Adding packaging files Change-Id: I90f8fcf015390c693d6cc947a5ace43ddb1283a4 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2019-01-02Add afb-helpers & controller librariesRomain Forlot2-0/+22
Add the latest controller & afb-helpers libraries with a separated Qt library to avoid dependency problem on AGL image without Qt support Bug-AGL: SPEC-1689 Change-Id: I69d79b35a8dae0749f1947c641f28342c97d461b Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-25Revert "Add afb-helpers & app-controller library recipes"Jan-Simon Moeller1-18/+0
This is due to the dependency on QT (cmake_qt5) which breaks the build of non-qt5 targets. This reverts commit 73351742e32772a19f62086cea5a5e7a38fe02f7. which is https://gerrit.automotivelinux.org/gerrit/#/c/19225/ . Change-Id: I81b0638ab34dad59d3fe5522c0abe8e9d4f3f6c1
2018-12-20Add afb-helpers & app-controller library recipesRomain Forlot1-0/+18
Migration for afb-helpers and app-controller from submodule to library. This adds the library in the AGL SDK. Bug-AGL: SPEC-1689 Change-Id: I95b1e66b2a363ce1bbea7cc8989992a7b592d264 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>