aboutsummaryrefslogtreecommitdiffstats
path: root/meta-app-framework
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-03-22 10:00:37 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-03-25 13:21:15 +0000
commit68733c649407acc0bba8868f03951856d79f585f (patch)
treedef99123cb66c8a716cb8f1397274bc1303d9cef /meta-app-framework
parent783720ad5333dbbd8ad9cd61291815c175055f17 (diff)
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 <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-app-framework')
-rw-r--r--meta-app-framework/recipes-core/af-main/af-main_git.inc2
1 files changed, 1 insertions, 1 deletions
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"