summaryrefslogtreecommitdiffstats
path: root/meta-google
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-01-04 09:56:14 -0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-01-07 21:16:42 -0500
commit16be88d944049ebc52e0d5f07cf2b8be750c54e1 (patch)
tree6e555de758872ac359f1ad14aeae93e67cc999bf /meta-google
parentf89208bd08d66071bf92d688bf2bc9f4763ef973 (diff)
downloadtalos-openbmc-16be88d944049ebc52e0d5f07cf2b8be750c54e1.tar.gz
talos-openbmc-16be88d944049ebc52e0d5f07cf2b8be750c54e1.zip
meta-google: add phosphor-ipmi-flash package to image
Add the phosphor-ipmi-flash package to any image that includes the meta-google layer. (From meta-google rev: 2dcc5ffe9c59962b1404871639e60c30c1c113a1) Change-Id: Ib36f98cbf4f53f20aff41604bcef5486c22c8e2c Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/README.md1
-rw-r--r--meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend1
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-google/README.md b/meta-google/README.md
index 21340f3ab..7399b0305 100644
--- a/meta-google/README.md
+++ b/meta-google/README.md
@@ -53,6 +53,7 @@ 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
diff --git a/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
index 25b614a5a..e755439be 100644
--- a/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
+++ b/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -2,3 +2,4 @@ OBMC_IMAGE_EXTRA_INSTALL_append = " google-ipmi-sys"
OBMC_IMAGE_EXTRA_INSTALL_append = " google-ipmi-i2c"
OBMC_IMAGE_EXTRA_INSTALL_append = " phosphor-ipmi-blobs"
OBMC_IMAGE_EXTRA_INSTALL_append = " phosphor-ipmi-ethstats"
+OBMC_IMAGE_EXTRA_INSTALL_append = " phosphor-ipmi-flash"
OpenPOWER on IntegriCloud