Name Date Size #Lines LOC

..--

classes/H--215199

conf/H--7343

dynamic-layers/H--7360

recipes-connectivity/dhcp/H--54

recipes-core/H--9581

recipes-devtools/protobuf/H--43

recipes-extended/H--282210

recipes-google/H--6,8194,839

recipes-kernel/linux/files/H--9684

recipes-phosphor/H--923644

recipes-support/curl/H--21

recipes-x86/chassis/H--1511

COPYING.MITH A D26-Sep-20181,023 1815

COPYING.apache-2.0H A D26-Sep-20189.9 KiB176149

LICENSEH A D26-Sep-2018438 139

OWNERSH A D18-Jun-2024137 87

READMEH A D23-May-20221.7 KiB6138

README

1This README file contains information on the contents of the meta-google layer.
2
3Please 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.org/
18
19Layer maintainer: Patrick Venture <venture@google.com>
20
21When sending patches, follow the OpenBMC guidelines.
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============
50
51Including this layer adds the following packages to your obmc-phosphor-image:
52
53* google-ipmi-sys: OEM IPMI Handler for providing specific information to the host.
54* phosphor-ipmi-blobs: OEM IPMI Blobs Handler for providing the framework for specific blob handlers.
55* phosphor-ipmi-ethstats: OEM IPMI Handler for reporting ethernet device statistics from the BMCs ethernet devices.
56* phosphor-ipmi-flash: OEM IPMI Handler for controlling in-band firmware updates.
57
58III. Customizations
59
60Presently, this layer also enables the Google Iana for registering phosphor-ipmi-ethstats in addition to the OpenBMC one.
61