blob: 21340f3ab379a91e57759008d12f2b12c1ef85f0 [file] [log] [blame] [view]
Patrick Ventured8186882018-10-09 14:27:11 -07001This README file contains information on the contents of the meta-google layer.
Patrick Venture7fe3bee2018-10-08 07:39:46 -07002
Patrick Ventured8186882018-10-09 14:27:11 -07003Please see the corresponding sections below for details.
4
5
6Dependencies
7============
8
9This layer depends on:
10
11 URI: https://github.com/openbmc/meta-phosphor
12 branch: master
13
14Patches
15=======
16
17Please submit any patches against the meta-google layer to the OpenBMC gerrit https://gerrit.openbmc-project.xyz/
18
19Layer maintainer: Patrick Venture <venture@google.com>
20
21When sending patches, following [OpenBMC guidelines](https://github.com/openbmc/docs/blob/master/CONTRIBUTING.md).
22
23Table of Contents
24=================
25
26 I. Adding the filesystems layer to your build
27 II. Purpose
28III. Customizations
29
30
31I. Adding the meta-google layer to your build
32=================================================
33
34In order to use this layer, you need to make the build system aware of
35it.
36
37Assuming the meta-google layer exists at the top-level of your
38yocto build tree, you can add it to the build system by adding the
39location of the meta-google layer to bblayers.conf, along with any
40other layers needed. e.g.:
41
42 BBLAYERS ?= " \
43 /path/to/yocto/meta-phosphor \
44 /path/to/yocto/meta-google \
45 "
46
47
48II. Purpose
49============
Patrick Venture7fe3bee2018-10-08 07:39:46 -070050
51Including this layer adds the following packages to your `obmc-phosphor-image`:
52
53* [google-ipmi-sys](https://github.com/openbmc/google-ipmi-sys): OEM IPMI Handler for providing specific information to the host.
54* [phosphor-ipmi-blobs](https://github.com/openbmc/phosphor-ipmi-blobs): OEM IPMI Blobs Handler for providing the framework for specific blob handlers.
55* [phosphor-ipmi-ethstats](https://github.com/openbmc/phosphor-ipmi-ethstats): OEM IPMI Handler for reporting ethernet device statistics from the BMCs ethernet devices.
56
Patrick Ventured8186882018-10-09 14:27:11 -070057III. Customizations
Patrick Venture7fe3bee2018-10-08 07:39:46 -070058
59Presently, this layer also enables the Google Iana for registering `phosphor-ipmi-ethstats` in addition to the OpenBMC one.