From ad7324a23ede532941a1bc535700a60eabdaa865 Mon Sep 17 00:00:00 2001 From: Alexander Filippov Date: Wed, 30 Sep 2020 12:59:16 +0300 Subject: 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 (From meta-yadro rev: f9668ffb6c5880332dc6070d0db50b4cf214a16b) Change-Id: I67349c9954336f7cdbaf6ccc191dcd5dd56c6665 Signed-off-by: Alexander Filippov Signed-off-by: Artem Senichev Signed-off-by: Andrew Geissler --- meta-yadro/recipes-phosphor/cli/obmc-yadro-cli_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-yadro/recipes-phosphor') diff --git a/meta-yadro/recipes-phosphor/cli/obmc-yadro-cli_git.bb b/meta-yadro/recipes-phosphor/cli/obmc-yadro-cli_git.bb index 09fa126fe..fb2bcad78 100644 --- a/meta-yadro/recipes-phosphor/cli/obmc-yadro-cli_git.bb +++ b/meta-yadro/recipes-phosphor/cli/obmc-yadro-cli_git.bb @@ -12,14 +12,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" 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 @@ do_install() { # Source code repository S = "${WORKDIR}/git" SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-cli" -SRCREV = "5408881b37890968b0a4ada8b35e81454df91321" +SRCREV = "1b0347f2c638df21333c5479b4d3152cfc4b5ac1" -- cgit v1.2.3