diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-06-27 16:09:29 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-06-28 20:42:27 +0000 |
commit | a2555e5f49d94c36b54f18ba416d26b1235fbeb7 (patch) | |
tree | c5f3f5018e67bca973d10b777d98465ea5697e2b | |
parent | 84a229c05b5ff760fe64f74cb3c4f71e6c5b8188 (diff) |
af-main: moves reload of service
Make the reload of services in the daemon
and add an option to avoid the reload within
system
Change-Id: Iedd23ad1b3235a39e2a9b84771d0a9c78fbe4f2e
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9841
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>
-rwxr-xr-x | meta-app-framework/recipes-core/af-main/af-main/afm-install | 2 | ||||
-rw-r--r-- | meta-app-framework/recipes-core/af-main/af-main_1.0.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-app-framework/recipes-core/af-main/af-main/afm-install b/meta-app-framework/recipes-core/af-main/af-main/afm-install index 9b393c02a..aadcae213 100755 --- a/meta-app-framework/recipes-core/af-main/af-main/afm-install +++ b/meta-app-framework/recipes-core/af-main/af-main/afm-install @@ -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) diff --git a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc b/meta-app-framework/recipes-core/af-main/af-main_1.0.inc index 124245d1e..fbb1d1ef3 100644 --- a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc +++ b/meta-app-framework/recipes-core/af-main/af-main_1.0.inc @@ -14,7 +14,7 @@ SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "31943af2e46375265bb865e20a6e50f365d2a6dd" +SRCREV = "c5f9125c75bd2aa7db9dfad6e2dc178fff2d2f73" S = "${WORKDIR}/git" |