summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
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