blob: b602a3d2c48886e9197bc71220e0a8098abf175b [file] [log] [blame]
Peter Yinb30fb5f2023-11-27 11:10:00 -06001# 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# It is for lsusb app.
9OBMC_IMAGE_EXTRA_INSTALL:append = " \
10 usbutils \
11"
Peter Yin5b659892023-12-21 01:45:24 +080012
13# Allow scripted access to SITV BMC
14OBMC_IMAGE_EXTRA_INSTALL:append = " \
15 sshpass \
16"