diff options
author | Patrick Venture <venture@google.com> | 2019-03-13 03:32:50 +0300 |
---|---|---|
committer | Andrew Geissler <geissonator@yahoo.com> | 2019-03-13 15:37:11 +0300 |
commit | 602b38aeb523c5ddbfa672be19ef14ed132885e5 (patch) | |
tree | dea2c65b2e51247d57f527de4fe052c537488761 /meta-google | |
parent | 925bbd05851909b3ec5af58572c0b3aad4b85f84 (diff) | |
download | openbmc-602b38aeb523c5ddbfa672be19ef14ed132885e5.tar.xz |
meta-google: rework README to be non-markdown
Rework the README to not use markdown.
(From meta-google rev: e95ffa4345393be4ea00f05060f51f2a6af3833b)
Change-Id: Ie4b25a0af5817358ab48d184cc358bce262521a3
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-google')
-rw-r--r-- | meta-google/README (renamed from meta-google/README.md) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-google/README.md b/meta-google/README index 7399b0305..9965f427a 100644 --- a/meta-google/README.md +++ b/meta-google/README @@ -48,13 +48,13 @@ other layers needed. e.g.: II. Purpose ============ -Including this layer adds the following packages to your `obmc-phosphor-image`: +Including this layer adds the following packages to your obmc-phosphor-image: -* [google-ipmi-sys](https://github.com/openbmc/google-ipmi-sys): OEM IPMI Handler for providing specific information to the host. -* [phosphor-ipmi-blobs](https://github.com/openbmc/phosphor-ipmi-blobs): OEM IPMI Blobs Handler for providing the framework for specific blob handlers. -* [phosphor-ipmi-ethstats](https://github.com/openbmc/phosphor-ipmi-ethstats): OEM IPMI Handler for reporting ethernet device statistics from the BMCs ethernet devices. -* [phosphor-ipmi-flash](https://github.com/openbmc/phosphor-ipmi-flash): OEM IPMI Handler for controlling in-band firmware updates. +* google-ipmi-sys: OEM IPMI Handler for providing specific information to the host. +* phosphor-ipmi-blobs: OEM IPMI Blobs Handler for providing the framework for specific blob handlers. +* phosphor-ipmi-ethstats: OEM IPMI Handler for reporting ethernet device statistics from the BMCs ethernet devices. +* phosphor-ipmi-flash: OEM IPMI Handler for controlling in-band firmware updates. III. Customizations -Presently, this layer also enables the Google Iana for registering `phosphor-ipmi-ethstats` in addition to the OpenBMC one. +Presently, this layer also enables the Google Iana for registering phosphor-ipmi-ethstats in addition to the OpenBMC one. |