summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2017-03-20 13:20:10 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2017-03-20 14:18:41 -0500
commitfca9cc6df49f623126858ad7ec0a13ffae17c3f6 (patch)
treeaeef2842756b065e955481e8f29a872822c022b5 /xyz
parent9e98c8daaeca22870e865ffd3d3fd42fc4339626 (diff)
downloadphosphor-dbus-interfaces-fca9cc6df49f623126858ad7ec0a13ffae17c3f6.tar.gz
phosphor-dbus-interfaces-fca9cc6df49f623126858ad7ec0a13ffae17c3f6.zip
Move FilePath to Common dir and update Software README
The FilePath yaml was initially created under the base xyz/openbmc_project/ directory. There's now a Common subdirectory to hold all the common yaml files, so move it there. Also update the Software README to include the Common FilePath interface. Change-Id: Ibb18e198f68927c0629accc103f37055abd0f5d1 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Diffstat (limited to 'xyz')
-rw-r--r--xyz/openbmc_project/Common/FilePath.interface.yaml (renamed from xyz/openbmc_project/FilePath.interface.yaml)0
-rw-r--r--xyz/openbmc_project/Software/README.md4
2 files changed, 3 insertions, 1 deletions
diff --git a/xyz/openbmc_project/FilePath.interface.yaml b/xyz/openbmc_project/Common/FilePath.interface.yaml
index 355298a..355298a 100644
--- a/xyz/openbmc_project/FilePath.interface.yaml
+++ b/xyz/openbmc_project/Common/FilePath.interface.yaml
diff --git a/xyz/openbmc_project/Software/README.md b/xyz/openbmc_project/Software/README.md
index f732e56..15c0eaf 100644
--- a/xyz/openbmc_project/Software/README.md
+++ b/xyz/openbmc_project/Software/README.md
@@ -24,7 +24,9 @@ to allow additional images to be added to the BMC, such as Object.Add() for
REST and DownloadViaTFTP() for TFTP. The standard Object.Delete() interface
would also be provided to facilitate removing images which are no longer
needed. Images maintained in the file system would be presented as a
-corresponding `/xyz/openbmc_project/software/<id>` object.
+corresponding `/xyz/openbmc_project/software/<id>` object. In addition, the
+`xyz.openbmc_project.Common.FilePath` interface would be provided to specify
+the location of the image.
It is assumed that the *ImageManager* has [at least] a bare minimum amount of
parsing knowledge, perhaps due to a common image format, to allow it to
OpenPOWER on IntegriCloud