blob: 851d964e5de74a7d147c4c068102e58c2c70778c [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"
Potin Laif5954a92024-01-11 09:46:11 +080017
18# Enable obmc-phosphor-buttons which needed by debug card function.
19OBMC_IMAGE_EXTRA_INSTALL:append = " \
20 obmc-phosphor-buttons-signals \
21 obmc-phosphor-buttons-handler \
22"