From: José Bollo Date: Tue, 27 Jun 2017 14:09:29 +0000 (+0200) Subject: af-main: moves reload of service X-Git-Tag: dab_3.99.2~15 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=a7bbf5595280a8c4255ade2f4978cfcf2b7e2617;p=AGL%2Fmeta-agl.git 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: I8441716e91a13726f24e2f7ab82562a9dc0d953a Signed-off-by: José Bollo Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9923 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Stéphane Desneux Reviewed-by: Jan-Simon Moeller --- 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"