App-FW: Update namings and bug fixes 63/10763/6
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 1 Sep 2017 17:33:20 +0000 (19:33 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 15 Sep 2017 13:03:04 +0000 (13:03 +0000)
af-main:
========
 - set the version to 4.1
 - make names of binder revelant for ps and journal: afbd-APPID
 - reduce the default verbosity to WARNING
 - when AGL_DEVEL
   - set default token to HELLO
   - include --monitoring
   - set the verbosity to NOTICE
 - fix subpath of libraries to 'lib' always
 - fix --no-httpd option

af-binder:
==========
 - set the version to 4.1
 - verbosity distinguishes WARNING and NOTICE
 - enforce use of AFB_ prefixed verbose macros
 - report verbose message in monitoring
 - check that API of --ws-server exists
 - atomically dump the stack on signals
 - fix starve bug (MAJOR)
 - fix @t bug on random token (CRITICAL: SPEC-854)
 - fix subcall bugs (MAJOR)
 - fix possible SIGSEGV in dlopen (MAJOR: SPEC-662)
 - fix memory leak when upgrading protocol

Bug-AGL: SPEC-854
Bug-AGL: SPEC-662

Change-Id: Ifb7aee5e72c5f9d738c11b9b24e7e07b128e80fc
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10763
Reviewed-by: José Bollo <jobol@nonadev.net>
Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-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 91e6204..874ef82 100644 (file)
@@ -15,7 +15,7 @@ SRC_URI = "${SRC_URI_git} \
            ${SRC_URI_files} \
           "
 
-SRCREV = "170aef20bc3a59d5139c2eff8794d9ba4c83a2e5"
+SRCREV = "159c895986f2358d6df8bb5804cc4419cc6b457f"
 PV = "master+git${SRCPV}"
 
 S = "${WORKDIR}/git"
index e872fd7..a2a7524 100644 (file)
@@ -14,7 +14,7 @@ SRC_URI = "${SRC_URI_git} \
            ${SRC_URI_files} \
           "
 
-SRCREV = "c6a0f3884ebb85f6c9b6eec631ac78b6fe27f4f5"
+SRCREV = "2bbe66dda7fadf2d08a57e2b0e0fa8841a118c81"
 PV = "master+git${SRCPV}"
 
 S = "${WORKDIR}/git"