summaryrefslogtreecommitdiffstats
path: root/meta-google/README.md
blob: 21340f3ab379a91e57759008d12f2b12c1ef85f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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 <venture@google.com>

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.

III. Customizations

Presently, this layer also enables the Google Iana for registering `phosphor-ipmi-ethstats` in addition to the OpenBMC one.
OpenPOWER on IntegriCloud