summaryrefslogtreecommitdiff
path: root/meta-yadro
diff options
context:
space:
mode:
authorAlexander Filippov <a.filippov@yadro.com>2020-09-30 12:59:16 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-10-07 21:59:32 +0300
commitad7324a23ede532941a1bc535700a60eabdaa865 (patch)
tree30cfaebcac0c56e4246d50a63110d532dd00d644 /meta-yadro
parentd6b4c9706778f89954ddded494db26d5547ba8b3 (diff)
downloadopenbmc-ad7324a23ede532941a1bc535700a60eabdaa865.tar.xz
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 <a.filippov@yadro.com> Signed-off-by: Artem Senichev <a.senichev@yadro.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-yadro')
-rw-r--r--meta-yadro/recipes-phosphor/cli/obmc-yadro-cli_git.bb8
1 files changed, 4 insertions, 4 deletions
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"