af-binder: Upgrade to binding v3 91/14591/1
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 22 Jun 2018 08:07:21 +0000 (10:07 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 22 Jun 2018 08:31:09 +0000 (10:31 +0200)
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>
meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc
meta-app-framework/recipes-core/af-main/af-main_1.0.inc

index 09fb6fd..7cbcea9 100644 (file)
@@ -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"
index 77963bd..a778194 100644 (file)
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-main;protocol=https;branch=${AGL_BRANCH}"
 
-SRCREV = "a752e8b3033fdeb6a52349fcc7fbd618907ab474"
+SRCREV = "4709f00f2236f40c606cbd318eb4fecc8d4af924"
 PV = "${AGL_BRANCH}+git${SRCPV}"
 
 S = "${WORKDIR}/git"