blob: 6c9d5bcac73d70b5f65e18bb11225e73f7dc2ac0 [file] [log] [blame]
Yang Chen28a21b42023-11-27 19:32:59 -06001# Minerva Image configuration
2
3# Monitor the GPIO on the system and take action.
4OBMC_IMAGE_EXTRA_INSTALL:append = " \
5 phosphor-gpio-monitor \
6"
Yang Chen5e5fe362023-12-15 16:41:42 +08007
8# Temporarily add plat-svc for gpio initialization
9OBMC_IMAGE_EXTRA_INSTALL:append = " \
10 plat-svc \
11"