diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-01-16 14:55:20 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-01-24 10:41:40 +0100 |
commit | 2fd0e000fe6206a113f1def04363e7412a2a5007 (patch) | |
tree | d813a613dfc2d8953792694b5274e65b9b71d957 /docs/controller.md | |
parent | 8f7623339beb1ba07a41a016fa0a1507da92a03e (diff) |
Adds more details about the library migration
- adds the controller binder definitions migration to binder functions
definitions and instructions using a sed script to migrate the old
functions definition.
- adds requirement reminder to af-binder version >= FF
- fix wrong git submodule name given as example
- Use AGLVERSION variable to set the PROJECT_VERSION. AGLVERSION could
then be overwriten using command-line.
- Use ${libdir} instead of CMake variable to set the Libs pkg-config
variable.
Bug-AGL: SPEC-1689
Change-Id: If03f35bab9501fbcb97244836692301c36d6d74c
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'docs/controller.md')
-rw-r--r-- | docs/controller.md | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/docs/controller.md b/docs/controller.md index 861b487..fe5a964 100644 --- a/docs/controller.md +++ b/docs/controller.md @@ -4,6 +4,7 @@ * Status: Release Candidate * Author: Fulup Ar Foll fulup@iot.bzh * Date : May-2018 +* Require : af-binder version >= FF (handle only bindings v3) ## Features @@ -23,8 +24,19 @@ and [libafb-helpers](https://gerrit.automotivelinux.org/gerrit/p/src/libafb-helpers.git). * Controller relies on Lua-5.3, when not needed Lua might be removed at compilation time. -The controller library is integrated by default in the AGL SDK since GG (>=7) -and is also available as a package for the AGL supported linux distributions. +The controller library is integrated by default in the AGL SDK since the Guppy +version (>=7) and is also available as a package for the AGL supported linux +distributions. + +You could find the SDK build from Yocto which embed the afb-helpers library +here: + +* For [releases](https://download.automotivelinux.org/AGL/release/) >= Guppy, in + the latest machine's deploy directory. (e.g for Guppy in + `latest/<yourmachine>/deploy/sdk` directory) +* For the [master](https://download.automotivelinux.org/AGL/snapshots/master/) + development branch, in the latest machine's deploy directory. (e.g in + `latest/<yourmachine>/deploy/sdk` directory) To install the native package please refer to [this chapter](../host-configuration/docs/1_Prerequisites.md) in the AGL documentation to install the AGL repository for your distribution. |