diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-06-22 10:07:21 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-06-22 10:31:09 +0200 |
commit | adf4c0227af5e8189e0de27be070012ab642f8f7 (patch) | |
tree | 5a087e84db4cdabcbaa00295aa97448af5f58ab2 /meta-app-framework/recipes-core/af-binder | |
parent | 04a29a137fc5fce2ed2ff8a0f3766bbe06fb1abd (diff) |
af-binder: Upgrade to binding v3
And also upgrade af-main to use new feature.
This new version brings the the following features:
* Dynamic api
* Event handler
* Automatic bounding to unknown api
* Improvement of subcalls
* Improvement of supervision
Bindings v2 are still supported but are
deprecated and will be removed in some future.
CAUTION: Bindings v1 and vdyn are removed.
Bug-AGL: SPEC-1511
Bug-AGL: SPEC-1020
Bug-AGL: SPEC-1485
Bug-AGL: SPEC-1400
Bug-AGL: SPEC-1126
Change-Id: I0ecc513601cfc7f571f2a3ff90095496b32491d3
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-app-framework/recipes-core/af-binder')
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc index 09fb6fd97..7cbcea995 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc +++ b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-binder;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "5b26086e8e634d1fcd2e65dc164fd3453f43942b" +SRCREV = "525e9eaa644ca92fad23adfbb7c3119ae8b57a30" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |