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 | " |