commit | 7e55649a5e6a0683a1b2612cad1c2327e913513c | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Oct 24 11:10:32 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Wed Oct 24 20:03:17 2018 +0000 |
tree | 316bf2ee2d65b0769a6c7d56bf6c55803e6850d6 | |
parent | c3c8e587a4111d390685d7febd0c8a11d5429697 [diff] |
meta-google: add google-ipmi-i2c package Add the google-ipmi-i2c package. This package handles a OEM IPMI commands that provide read and write to i2c devices attached to the BMC. Tested: Built by adding to image and verified library installed. Change-Id: Ib095a2605f548311146c481d39a100d305810d2e Signed-off-by: Patrick Venture <venture@google.com>
This README file contains information on the contents of the meta-google layer.
Please see the corresponding sections below for details.
This layer depends on:
URI: https://github.com/openbmc/meta-phosphor branch: master
Please submit any patches against the meta-google layer to the OpenBMC gerrit https://gerrit.openbmc-project.xyz/
Layer maintainer: Patrick Venture venture@google.com
When sending patches, following OpenBMC guidelines.
I. Adding the filesystems layer to your build II. Purpose III. Customizations
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
"
Including this layer adds the following packages to your obmc-phosphor-image
:
III. Customizations
Presently, this layer also enables the Google Iana for registering phosphor-ipmi-ethstats
in addition to the OpenBMC one.