commit | 766552da26a328eb170e6d6ad12249baa43a07a1 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Tue Apr 09 13:09:19 2024 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Fri Apr 19 20:19:30 2024 +0000 |
tree | cc75e42807a5b89a97f631c8c2be574c65f3ea8c | |
parent | 021eb1b8671f0056293f752ac62c7876e0431fff [diff] [blame] |
meta-ibm: introduce new huygens system The huygens machine is based on the new pstbmc machine family from IBM. It will be our first redundant BMC system [1]. The initial focus on this machine will be the redundant BMC feature. The simulation model we use will just be 2 BMCs initially. Due to this focus and simulation model, this commit strips out all of the host firmware and host processor related features. Tested: - Confirmed in our 2 BMC simulation model that both BMCs come to Ready and only the expected vpd services have failed - Confirmed network into the BMCs worked as expected [1]: https://gerrit.openbmc.org/c/openbmc/docs/+/70233 Change-Id: Ieb42337980c0ec39d16c492c77810473d5105aa0 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/packagegroups/packagegroup-op-apps.bbappend b/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/packagegroups/packagegroup-op-apps.bbappend index 3561360..afb7959 100644 --- a/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/packagegroups/packagegroup-op-apps.bbappend +++ b/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/packagegroups/packagegroup-op-apps.bbappend
@@ -1 +1,4 @@ RDEPENDS:${PN}-system:remove:witherspoon = "croserver" + +# No host firmware related features for huygens wanted yet +RDEPENDS:${PN}-flash:remove:huygens = " openpower-software-manager"