blob: 4c1c98b687092d98f9d8b493f78118195acc164d [file] [log] [blame]
SUMMARY = "OpenBMC - Applications"
PR = "r1"
inherit packagegroup
inherit obmc-phosphor-utils
inherit obmc-phosphor-license
PROVIDES = "${PACKAGES}"
PACKAGES = " \
${PN}-extras \
${PN}-extrasdev \
${PN}-inventory \
${PN}-leds \
${PN}-sensors \
"
SUMMARY_${PN}-extras = "Extra features"
RDEPENDS_${PN}-extras = " \
phosphor-rest \
"
SUMMARY_${PN}-extrasdev = "Development features"
RDEPENDS_${PN}-extrasdev = " \
rest-dbus \
"
SUMMARY_${PN}-inventory = "Inventory applications"
RDEPENDS_${PN}-inventory = " \
${VIRTUAL-RUNTIME_obmc-inventory-manager} \
"
SUMMARY_${PN}-leds = "LED applications"
RDEPENDS_${PN}-leds = " \
"
SUMMARY_${PN}-sensors = "Sensor applications"
RDEPENDS_${PN}-sensors = " \
${VIRTUAL-RUNTIME_obmc-sensors-hwmon} \
"