af-binder: bug fix and feature improvements 05/10605/3
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 10 Aug 2017 11:08:16 +0000 (13:08 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 21 Aug 2017 23:15:00 +0000 (23:15 +0000)
fixes:
 - webkit connection on websockets (SPEC-821)
 - over allocation of sessions
 - send error reply for unreplied requests
 - unprefix event name
 - infinite loop when events overrun counter
 - better handling of NULL

improvements:
 - dump of stack on SIGABRT
 - facility afb_req_subcall_req
 - reduced verbosity
 - debugging enhanced: allow break after wait and call to 'personality'
 - documentation

Bug-AGL: SPEC-821

Change-Id: I90f16aca97613616e7f2fb4bb85c052ae16c0cde
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10605
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

index 3ca6fb3..05a7c76 100644 (file)
@@ -15,7 +15,7 @@ SRC_URI = "${SRC_URI_git} \
            ${SRC_URI_files} \
           "
 
-SRCREV = "b2a1f5f40ec0663d57a18f97e04d1ce4901af468"
+SRCREV = "2e4df370fed59a25d0bc157ccfb4642fb26d223f"
 PV = "dab+git${SRCPV}"
 
 S = "${WORKDIR}/git"