1*31c4566dSLancelot KaoSUMMARY = "OpenBMC for KUDO system - Applications"
2*31c4566dSLancelot KaoPR = "r1"
3*31c4566dSLancelot Kao
4*31c4566dSLancelot Kaoinherit packagegroup
5*31c4566dSLancelot Kao
6*31c4566dSLancelot KaoPROVIDES = "${PACKAGES}"
7*31c4566dSLancelot KaoPACKAGES = " \
8*31c4566dSLancelot Kao     ${PN}-kudo-system \
9*31c4566dSLancelot Kao     ${PN}-kudo-common-utils \
10*31c4566dSLancelot Kao     "
11*31c4566dSLancelot Kao
12*31c4566dSLancelot KaoPROVIDES += "virtual/obmc-system-mgmt"
13*31c4566dSLancelot Kao
14*31c4566dSLancelot KaoRPROVIDES_${PN}-kudo-system += "virtual-obmc-system-mgmt"
15*31c4566dSLancelot Kao
16*31c4566dSLancelot KaoSUMMARY_${PN}-kudo-system = "KUDO System"
17*31c4566dSLancelot KaoRDEPENDS_${PN}-kudo-system = " \
18*31c4566dSLancelot Kao    google-ipmi-sys \
19*31c4566dSLancelot Kao    google-ipmi-i2c \
20*31c4566dSLancelot Kao    "
21*31c4566dSLancelot Kao
22*31c4566dSLancelot KaoSUMMARY_${PN}-kudo-common-utils = "KUDO common utils"
23*31c4566dSLancelot KaoRDEPENDS_${PN}-kudo-common-utils = " \
24*31c4566dSLancelot Kao    ipmitool \
25*31c4566dSLancelot Kao    phosphor-webui \
26*31c4566dSLancelot Kao    phosphor-host-postd \
27*31c4566dSLancelot Kao    loadsvf \
28*31c4566dSLancelot Kao    obmc-console \
29*31c4566dSLancelot Kao    phosphor-sel-logger \
30*31c4566dSLancelot Kao    "
31