af-main: Add ability to manage all widget 74/20774/3
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 22 Mar 2019 09:00:37 +0000 (10:00 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 25 Mar 2019 13:21:15 +0000 (13:21 +0000)
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>
meta-app-framework/recipes-core/af-main/af-main_git.inc

index dd1b8f6..c132545 100644 (file)
@@ -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"