blob: 2f63dba18cac8e2fa3a4b6db89373af56ac3b5af [file] [log] [blame]
# Harma Image configuration.
# Monitor power status, for example, add handling for power good and post-end signals to manage power status.
OBMC_IMAGE_EXTRA_INSTALL:append = " \
phosphor-gpio-monitor \
"
# It is for lsusb app.
OBMC_IMAGE_EXTRA_INSTALL:append = " \
usbutils \
"
# Allow scripted access to SITV BMC
OBMC_IMAGE_EXTRA_INSTALL:append = " \
sshpass \
"
# Enable obmc-phosphor-buttons which needed by debug card function.
OBMC_IMAGE_EXTRA_INSTALL:append = " \
obmc-phosphor-buttons-signals \
obmc-phosphor-buttons-handler \
"
# Monitor gpio status
OBMC_IMAGE_EXTRA_INSTALL:append = " \
phosphor-gpio-monitor-presence \
"