From 79ae89dff153b0938417c851259e8967a96898a0 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Wed, 26 Sep 2018 07:40:54 -0700 Subject: meta-google: enable ipmi-ethstats and ipmi-blobs Any Google supported image will require these handlers included. Beyond this, the Google OEM Number is set to be used in phosphor-ipmi-ethstats due to current infrastructure. Tested: Added to build and these packages were installed. (From meta-google rev: 474a6b1a09cab26f71d2573b7c6272d41d2bab0e) Change-Id: I084ff4310cc184f1db5271c67200cf9cc5c7055b Signed-off-by: Patrick Venture Signed-off-by: Brad Bishop --- meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend | 2 ++ meta-google/recipes-phosphor/ipmi/phosphor-ipmi-ethstats_%.bbappend | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 meta-google/recipes-phosphor/ipmi/phosphor-ipmi-ethstats_%.bbappend (limited to 'meta-google') diff --git a/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend index 274f710aa..51d372ae7 100644 --- a/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend +++ b/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend @@ -1 +1,3 @@ OBMC_IMAGE_EXTRA_INSTALL_append = " google-ipmi-sys" +OBMC_IMAGE_EXTRA_INSTALL_append = " phosphor-ipmi-blobs" +OBMC_IMAGE_EXTRA_INSTALL_append = " phosphor-ipmi-ethstats" diff --git a/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-ethstats_%.bbappend b/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-ethstats_%.bbappend new file mode 100644 index 000000000..4519baea6 --- /dev/null +++ b/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-ethstats_%.bbappend @@ -0,0 +1,2 @@ +# Enable registration via Google OEM Number in addition to OpenBMC. +EXTRA_OECONF_append = " --enable-google" -- cgit v1.2.1