Initial commit
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
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 "
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
RDEPENDS:${PN}-extras:append = " \
|
||||
phosphor-misc-usb-ctrl \
|
||||
srvcfg-manager \
|
||||
phosphor-misc-http-redirect-awk \
|
||||
ethtool \
|
||||
gawk \
|
||||
net-tools \
|
||||
host-misc-comm-manager \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}-software:append = " \
|
||||
phosphor-software-manager-sync \
|
||||
curl \
|
||||
"
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
RDEPENDS:${PN}:append = "\
|
||||
lsof \
|
||||
gdb \
|
||||
gdbserver \
|
||||
"
|
||||
Reference in New Issue
Block a user