af-binder: Fix multithreading 93/19793/2
authorJose Bollo <jose.bollo@iot.bzh>
Mon, 28 Jan 2019 16:24:18 +0000 (17:24 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 5 Feb 2019 17:45:20 +0000 (17:45 +0000)
Ensure activation of multithreaded handling
of requests.

Includes:
 * bb5dd7a afb-proto-ws: Serialize incoming message
 * e9c6530 jobs: Refactor event loop handling
 * 48df1b4 jobs: Separate internal threads from others
 * 2ff91c0 jobs: Remove conditionnal REMOVE_SYSTEMD_EVENT
 * 0c68d46 afb-hsrv: Avoid call to getnameinfo
 * 194031d hello3: Fix warning unused variable

Bug-AGL: SPEC-2133
Bug-AGL: SPEC-2089

Change-Id: I7a9f8ede2309b0eb58c0b83abd03023f5a01eb30
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
meta-app-framework/recipes-core/af-binder/af-binder_git.inc

index 0d16f58..3e6f4f4 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 = "1bce83316a1896cf5522d06b1fd6960d74511446"
+SRCREV = "77bf8a30c07a4ab5690337ed362dae4414e590fb"
 PV = "${AGL_BRANCH}+git${SRCPV}"
 
 S = "${WORKDIR}/git"