framework: update DAB for RC3 89/10089/2
authorJosé Bollo <jose.bollo@iot.bzh>
Wed, 5 Jul 2017 15:06:57 +0000 (17:06 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 7 Jul 2017 10:59:47 +0000 (10:59 +0000)
This change includes

 - bug fixes

   - Fix bad error reporting (and of the not funny "Inappropriate ioctl for device")
   - Fix libmicrohttp version dependency
   - Fix start actions order

 - binding v2 improvements (SPEC-717)

   - reintroduce the field <info> when describing fields
   - enforce V2 binding writers to use AFB_ prefixed logging macros
   - make error status uniform even for call & subcall

 - debugging features (SPEC-729)

   - allow to export the http port in afm-unit.conf
   - enable setting of breakpoints/waitpoints when compiled
     with AGL_DEVEL

Bug-AGL: SPEC-717
Bug-AGL: SPEC-729

Change-Id: If66e5524e6621107c7417f26439f90e7d47db89d
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10089
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb
meta-app-framework/recipes-core/af-main/af-main_1.0.inc

index 0c9a78d..d7ea5e6 100644 (file)
@@ -15,7 +15,7 @@ SRC_URI = "${SRC_URI_git} \
            ${SRC_URI_files} \
           "
 
-SRCREV = "305d98f7b6db1a3207cc877bd2cda819e3b90656"
+SRCREV = "846e952260278225b79de4062fff1f8f2145a544"
 PV = "master+git${SRCPV}"
 
 S = "${WORKDIR}/git"
index 1fd33ad..d4da78d 100644 (file)
@@ -14,7 +14,7 @@ SRC_URI = "${SRC_URI_git} \
            ${SRC_URI_files} \
           "
 
-SRCREV = "5cea66506dff09e8bdebbd623115ea103e87aba6"
+SRCREV = "8c550986fb98fd0848f0af3117e548d4359e3f5a"
 PV = "master+git${SRCPV}"
 
 S = "${WORKDIR}/git"