47 lines
1.3 KiB
BlitzBasic
Executable File
47 lines
1.3 KiB
BlitzBasic
Executable File
SUMMARY = "OpenBMC for Luxshare Applications"
|
|
PR = "r1"
|
|
|
|
inherit packagegroup
|
|
|
|
PROVIDES = "${PACKAGES}"
|
|
PACKAGES = " \
|
|
${PN}-chassis \
|
|
${PN}-fans \
|
|
${PN}-flash \
|
|
${PN}-system \
|
|
"
|
|
|
|
PROVIDES += "virtual/obmc-chassis-mgmt"
|
|
PROVIDES += "virtual/obmc-fan-mgmt"
|
|
PROVIDES += "virtual/obmc-flash-mgmt"
|
|
PROVIDES += "virtual/obmc-system-mgmt"
|
|
|
|
RPROVIDES:${PN}-chassis += "virtual-obmc-chassis-mgmt"
|
|
RPROVIDES:${PN}-fans += "virtual-obmc-fan-mgmt"
|
|
RPROVIDES:${PN}-flash += "virtual-obmc-flash-mgmt"
|
|
RPROVIDES:${PN}-system += "virtual-obmc-system-mgmt"
|
|
|
|
VIRTUAL-RUNTIME_obmc-inventory-manager = "entity-manager"
|
|
VIRTUAL-RUNTIME_obmc-host-state-manager = "x86-power-control"
|
|
VIRTUAL-RUNTIME_obmc-chassis-state-manager = "x86-power-control"
|
|
VIRTUAL-RUNTIME_obmc-discover-system-state = "x86-power-control"
|
|
PREFERRED_PROVIDER_virtual/obmc-inventory-data = "entity-manager"
|
|
|
|
SUMMARY:${PN}-chassis = "Luxshare Chassis"
|
|
RDEPENDS:${PN}-chassis = " \
|
|
x86-power-control \
|
|
phosphor-sel-logger \
|
|
ipmitool \
|
|
phosphor-post-code-manager \
|
|
phosphor-host-postd \
|
|
host-misc-comm-manager \
|
|
svf \
|
|
"
|
|
|
|
SUMMARY:${PN}-flash = "Luxshare Flash"
|
|
RDEPENDS:${PN}-flash = " \
|
|
phosphor-software-manager \
|
|
"
|
|
RDEPENDS:${PN}-fans = " phosphor-pid-control "
|
|
RDEPENDS:${PN}-system = " dbus-sensors "
|