obmc-yadro-cli: srcrev bump 5408881b37..1b0347f2c6
Alexander Filippov (2):
update: fix fwupdate call
update: Add a stricter argument check
Artem Senichev (6):
Hierarchical command system support
user: Grant Web and Redfish access for admins
Add Vegman support
Split 'bmc' command for different platforms
vegman: Remove unsupported commands
vegman: Add sensors and inventory handlers
user: Manage accounts via D-Bus calls
Change-Id: I8bd4f294241d8289ff0c2d288b1db0b34044feed
Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
Signed-off-by: Artem Senichev <a.senichev@yadro.com>
diff --git a/recipes-phosphor/cli/obmc-yadro-cli_git.bb b/recipes-phosphor/cli/obmc-yadro-cli_git.bb
index 09fa126..fb2bcad 100644
--- a/recipes-phosphor/cli/obmc-yadro-cli_git.bb
+++ b/recipes-phosphor/cli/obmc-yadro-cli_git.bb
@@ -12,14 +12,14 @@
DEPENDS = "phosphor-user-manager"
RDEPENDS_${PN} = "sudo bash"
-# Besides executable file we also have shared help
-FILES_${PN} += "${datadir}/cli.help"
+# Directory with command handlers
+FILES_${PN} += "${datadir}/cli"
# Custom installation procedure
do_install() {
${B}/install.sh \
--dir ${D} \
- --machine ${MACHINE} \
+ --machine ${@'${MACHINE}'.split('-')[0]} \
--admin priv-admin \
--operator priv-operator \
--user priv-user
@@ -28,4 +28,4 @@
# Source code repository
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-cli"
-SRCREV = "5408881b37890968b0a4ada8b35e81454df91321"
+SRCREV = "1b0347f2c638df21333c5479b4d3152cfc4b5ac1"