1# Harma Image configuration.
2
3# Monitor power status, for example, add handling for power good and post-end signals to manage power status.
4OBMC_IMAGE_EXTRA_INSTALL:append = " \
5    phosphor-gpio-monitor \
6"
7
8# Monitor gpio presence status
9OBMC_IMAGE_EXTRA_INSTALL:append = " \
10    phosphor-gpio-monitor-presence \
11"
12
13# Monitor Chassis power status
14OBMC_IMAGE_EXTRA_INSTALL:append = " \
15    phosphor-power-control \
16"
17
18# Allow scripted access to SITV BMC
19OBMC_IMAGE_EXTRA_INSTALL:append = " \
20    sshpass \
21"
22
23# Enable obmc-phosphor-buttons which needed by debug card function.
24OBMC_IMAGE_EXTRA_INSTALL:append = " \
25    obmc-phosphor-buttons-signals \
26    obmc-phosphor-buttons-handler \
27"
28