af-main: moves reload of service 23/9923/2
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 27 Jun 2017 14:09:29 +0000 (16:09 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 28 Jun 2017 20:42:25 +0000 (20:42 +0000)
Make the reload of services in the daemon
and add an option to avoid the reload within
system

Change-Id: I8441716e91a13726f24e2f7ab82562a9dc0d953a
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9923
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-app-framework/recipes-core/af-main/af-main/afm-install
meta-app-framework/recipes-core/af-main/af-main_1.0.inc

index 9b393c0..aadcae2 100755 (executable)
@@ -22,7 +22,7 @@ case "$1" in
 
   add|install)
     f=$(realpath $2)
-    send install '{"wgt":"'"$f"'","force":true}'
+    send install '{"wgt":"'"$f"'","force":true,"reload":false}'
     ;;
 
   -h|--help|help)
index 124245d..fbb1d1e 100644 (file)
@@ -14,7 +14,7 @@ SRC_URI = "${SRC_URI_git} \
            ${SRC_URI_files} \
           "
 
-SRCREV = "31943af2e46375265bb865e20a6e50f365d2a6dd"
+SRCREV = "c5f9125c75bd2aa7db9dfad6e2dc178fff2d2f73"
 
 S = "${WORKDIR}/git"