Skip to content

Commit

Permalink
packagegroups: Remove obmc-mgr-system
Browse files Browse the repository at this point in the history
The system manager (obmc-mgr-system) which provided GPIO
functionality is being deprecated and it's not in use anymore:
* GPIOs have moved out of D-Bus (see openbmc#3332).
* Tools depending on its GPIO functions have been updated to
call local functions instead.
* The systemd service files have been updated to not depend
on system manager.

(From meta-arm rev: f8fa09e316266b911c65b102551e0d8b39c40b1c)

Change-Id: I3d6e619197b338a7920d39fb6787b221647ce9e0
Signed-off-by: Adriana Kobylak <[email protected]>
Signed-off-by: Brad Bishop <[email protected]>
  • Loading branch information
anoo1 authored and bradbishop committed Oct 8, 2018
1 parent 2d43794 commit 453046d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion meta-arm/conf/machine/include/arm.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config"
PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-bt"
PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-arm-apps"
PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-arm-apps"
PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-arm-apps"
PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= "obmc-op-control-host"
PREFERRED_PROVIDER_virtual/obmc-inventory-data ?= \
"${VIRTUAL-RUNTIME_skeleton_workbook}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,12 @@ PROVIDES = "${PACKAGES}"
PACKAGES = " \
${PN}-chassis \
${PN}-flash \
${PN}-system \
"

PROVIDES += "virtual/obmc-chassis-mgmt"
PROVIDES += "virtual/obmc-system-mgmt"

RPROVIDES_${PN}-chassis += "virtual-obmc-chassis-mgmt"
RPROVIDES_${PN}-flash += "virtual-obmc-flash-mgmt"
RPROVIDES_${PN}-system += "virtual-obmc-system-mgmt"

SUMMARY_${PN}-chassis = "ARM Server Chassis"
RDEPENDS_${PN}-chassis = " \
Expand All @@ -29,7 +26,3 @@ RDEPENDS_${PN}-flash = " \
obmc-mgr-download \
obmc-control-bmc \
"
SUMMARY_${PN}-system = "ARM Server"
RDEPENDS_${PN}-system = " \
obmc-mgr-system \
"

0 comments on commit 453046d

Please sign in to comment.