From 602b38aeb523c5ddbfa672be19ef14ed132885e5 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Tue, 12 Mar 2019 17:32:50 -0700 Subject: 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 Signed-off-by: Andrew Geissler --- meta-google/README | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++ meta-google/README.md | 60 --------------------------------------------------- 2 files changed, 60 insertions(+), 60 deletions(-) create mode 100644 meta-google/README delete mode 100644 meta-google/README.md (limited to 'meta-google') diff --git a/meta-google/README b/meta-google/README new file mode 100644 index 0000000000..9965f427a4 --- /dev/null +++ b/meta-google/README @@ -0,0 +1,60 @@ +This README file contains information on the contents of the meta-google layer. + +Please see the corresponding sections below for details. + + +Dependencies +============ + +This layer depends on: + + URI: https://github.com/openbmc/meta-phosphor + branch: master + +Patches +======= + +Please submit any patches against the meta-google layer to the OpenBMC gerrit https://gerrit.openbmc-project.xyz/ + +Layer maintainer: Patrick Venture + +When sending patches, following [OpenBMC guidelines](https://github.com/openbmc/docs/blob/master/CONTRIBUTING.md). + +Table of Contents +================= + + I. Adding the filesystems layer to your build + II. Purpose +III. Customizations + + +I. Adding the meta-google layer to your build +================================================= + +In order to use this layer, you need to make the build system aware of +it. + +Assuming the meta-google layer exists at the top-level of your +yocto build tree, you can add it to the build system by adding the +location of the meta-google layer to bblayers.conf, along with any +other layers needed. e.g.: + + BBLAYERS ?= " \ + /path/to/yocto/meta-phosphor \ + /path/to/yocto/meta-google \ + " + + +II. Purpose +============ + +Including this layer adds the following packages to your obmc-phosphor-image: + +* 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. diff --git a/meta-google/README.md b/meta-google/README.md deleted file mode 100644 index 7399b03054..0000000000 --- a/meta-google/README.md +++ /dev/null @@ -1,60 +0,0 @@ -This README file contains information on the contents of the meta-google layer. - -Please see the corresponding sections below for details. - - -Dependencies -============ - -This layer depends on: - - URI: https://github.com/openbmc/meta-phosphor - branch: master - -Patches -======= - -Please submit any patches against the meta-google layer to the OpenBMC gerrit https://gerrit.openbmc-project.xyz/ - -Layer maintainer: Patrick Venture - -When sending patches, following [OpenBMC guidelines](https://github.com/openbmc/docs/blob/master/CONTRIBUTING.md). - -Table of Contents -================= - - I. Adding the filesystems layer to your build - II. Purpose -III. Customizations - - -I. Adding the meta-google layer to your build -================================================= - -In order to use this layer, you need to make the build system aware of -it. - -Assuming the meta-google layer exists at the top-level of your -yocto build tree, you can add it to the build system by adding the -location of the meta-google layer to bblayers.conf, along with any -other layers needed. e.g.: - - BBLAYERS ?= " \ - /path/to/yocto/meta-phosphor \ - /path/to/yocto/meta-google \ - " - - -II. Purpose -============ - -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. - -III. Customizations - -Presently, this layer also enables the Google Iana for registering `phosphor-ipmi-ethstats` in addition to the OpenBMC one. -- cgit v1.2.3