Peter Yin | b30fb5f | 2023-11-27 11:10:00 -0600 | [diff] [blame] | 1 | # Harma Image configuration. |
| 2 | |
| 3 | # Monitor power status, for example, add handling for power good and post-end signals to manage power status. |
| 4 | OBMC_IMAGE_EXTRA_INSTALL:append = " \ |
| 5 | phosphor-gpio-monitor \ |
| 6 | " |
| 7 | |
| 8 | # It is for lsusb app. |
| 9 | OBMC_IMAGE_EXTRA_INSTALL:append = " \ |
| 10 | usbutils \ |
| 11 | " |
Peter Yin | 5b65989 | 2023-12-21 01:45:24 +0800 | [diff] [blame] | 12 | |
| 13 | # Allow scripted access to SITV BMC |
| 14 | OBMC_IMAGE_EXTRA_INSTALL:append = " \ |
| 15 | sshpass \ |
| 16 | " |
Potin Lai | f5954a9 | 2024-01-11 09:46:11 +0800 | [diff] [blame] | 17 | |
| 18 | # Enable obmc-phosphor-buttons which needed by debug card function. |
| 19 | OBMC_IMAGE_EXTRA_INSTALL:append = " \ |
| 20 | obmc-phosphor-buttons-signals \ |
| 21 | obmc-phosphor-buttons-handler \ |
| 22 | " |