From: José Bollo Date: Fri, 22 Mar 2019 09:00:37 +0000 (+0100) Subject: af-main: Add ability to manage all widget X-Git-Tag: halibut_7.99.1~40^2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F74%2F20774%2F3;hp=783720ad5333dbbd8ad9cd61291815c175055f17;p=AGL%2Fmeta-agl.git af-main: Add ability to manage all widget For system uses -like automatic testing-, it is needed to include tha ability to list ALL installed widgets and ALL running instance of installed widgets. This change adds the option -a or --all to the commands 'list' and 'runners' for the purpose of listing any installed widgets, even those requiring to be hidden. Example: afm-util ps -a Bug-AGL: SPEC-2272 Bug-AGL: SPEC-1850 Change-Id: I7a6896e79fa624dee7ee1f18d1e75c14f61bed0c Signed-off-by: José Bollo --- diff --git a/meta-app-framework/recipes-core/af-main/af-main_git.inc b/meta-app-framework/recipes-core/af-main/af-main_git.inc index dd1b8f6b4..c1325458c 100644 --- a/meta-app-framework/recipes-core/af-main/af-main_git.inc +++ b/meta-app-framework/recipes-core/af-main/af-main_git.inc @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-main;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "2a319cf90daa6e3b01e8139923f7073e1c9bcf28" +SRCREV = "3476b426fb3443ff909f8d607934e59601c7d508" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git"