Skip to content

Commit

Permalink
treewide: clean up bmcweb in package groups
Browse files Browse the repository at this point in the history
bmcweb is already added as a default in the meta-phosphor package
groups.  A large number of machines have mistakenly also explicitly
added a RDEPEND on assorted package groups, which is not necessary.
Clean these up.

Signed-off-by: Patrick Williams <[email protected]>
Change-Id: Ifd3726d18aab45475f80d054a4640196ac0b71d2
  • Loading branch information
williamspatrick committed Oct 11, 2023
1 parent 67e3b00 commit bac2112
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ RDEPENDS:${PN}-flash = " \
SUMMARY:${PN}-system = "AMD System"
RDEPENDS:${PN}-system = " \
amd-fpga \
bmcweb \
dbus-sensors \
entity-manager \
ipmitool \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ RDEPENDS:${PN}-flash = " \

SUMMARY:${PN}-system = "ASRock System"
RDEPENDS:${PN}-system = " \
bmcweb \
phosphor-host-postd \
phosphor-ipmi-kcs \
phosphor-post-code-manager \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ RDEPENDS:${PN}-flash = " \

SUMMARY:${PN}-system = "ASRock System"
RDEPENDS:${PN}-system = " \
bmcweb \
phosphor-host-postd \
phosphor-ipmi-kcs \
phosphor-post-code-manager \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ RDEPENDS:${PN}-flash = " \

SUMMARY:${PN}-system = "Delta Power System"
RDEPENDS:${PN}-system = " \
bmcweb \
"
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ RDEPENDS:${PN}-flash = " \

SUMMARY:${PN}-system = "HPE System"
RDEPENDS:${PN}-system = " \
bmcweb \
phosphor-ipmi-ipmb \
dbus-sensors \
host-ehci-owner-reset \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RDEPENDS:${PN}-logging += "phosphor-logging"
RDEPENDS:${PN}-extras += " bmcweb \
RDEPENDS:${PN}-extras += " \
phosphor-image-signing \
phosphor-pid-control \
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ RDEPENDS:${PN}-flash = " \

SUMMARY:${PN}-system = "Inspur System"
RDEPENDS:${PN}-system = " \
bmcweb \
entity-manager \
"
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ RDEPENDS:${PN}-flash = " \

SUMMARY:${PN}-system = "Intel System"
RDEPENDS:${PN}-system = " \
bmcweb \
entity-manager \
intel-ipmi-oem \
dbus-sensors \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ RDEPENDS:${PN}-flash = " \

SUMMARY:${PN}-system = "Inventec System"
RDEPENDS:${PN}-system = " \
bmcweb \
entity-manager \
dbus-sensors \
phosphor-snmp \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ RDEPENDS:${PN}-flash = " \

SUMMARY:${PN}-system = "Supermicro System"
RDEPENDS:${PN}-system = " \
bmcweb \
entity-manager \
dbus-sensors \
ipmitool \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ SUMMARY:${PN}-system = "Wistron System"
RDEPENDS:${PN}-system = " \
entity-manager \
dbus-sensors \
bmcweb \
"

0 comments on commit bac2112

Please sign in to comment.