diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-08-10 13:08:16 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-08-21 23:15:03 +0000 |
commit | ad929d2b623ed3e98ad525e6b1c886004129e220 (patch) | |
tree | a6d2f208fa1c02bdb2390918f38a908b5a7b5fa5 /meta-app-framework/recipes-core | |
parent | 89264bcd51b77d305ef4f3d3170a1d8b74b5adf1 (diff) |
af-binder: bug fix and feature improvements
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:
- added trace facility of monitor builtin API
- 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/10609
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Romain Forlot <romain.forlot@iot.bzh>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-app-framework/recipes-core')
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb index c0e15820e..05e0a7a1c 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb +++ b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb @@ -15,7 +15,7 @@ SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "c9ec9b1a76ce90048974476b1a5aa1be89b58536" +SRCREV = "8406a51db98b563a4562f26de8338efc0478aff2" PV = "master+git${SRCPV}" S = "${WORKDIR}/git" |