Delphine CC Chiu | ad82d62 | 2023-07-26 13:30:52 +0800 | [diff] [blame] | 1 | # Currently, the led related services couldn't complete |
| 2 | # causing that multi-user.target never complete. |
| 3 | # If multi-user.target doesn't complete, |
| 4 | # the obmc-host-startmin@.target couldn't start. |
| 5 | # In that case, BMC couldn't set current host state to "Running". |
Delphine CC Chiu | ad82d62 | 2023-07-26 13:30:52 +0800 | [diff] [blame] | 6 | |
Delphine CC Chiu | f53f53c | 2023-08-08 17:08:06 +0800 | [diff] [blame] | 7 | # Temporarily add libusb1 to allow side-loading of a BIOS/BIC update |
| 8 | # application which need libusb1. Should be removed when BIOS and BIC update |
| 9 | # is finished. |
| 10 | OBMC_IMAGE_EXTRA_INSTALL:append = " \ |
| 11 | libusb1 \ |
Delphine CC Chiu | 177e987 | 2023-09-22 10:30:23 +0800 | [diff] [blame] | 12 | " |
| 13 | # Temporarily add plat-svc for gpio initialization |
| 14 | OBMC_IMAGE_EXTRA_INSTALL:append = " \ |
| 15 | plat-svc \ |
| 16 | " |
Delphine CC Chiu | 4010a5c | 2024-06-18 17:25:41 +0800 | [diff] [blame^] | 17 | # Enable obmc-phosphor-buttons which needed by debug card function. |
Delphine CC Chiu | 9d5d248 | 2023-10-18 18:39:21 +0800 | [diff] [blame] | 18 | OBMC_IMAGE_EXTRA_INSTALL:append = " \ |
| 19 | phosphor-gpio-monitor \ |
Delphine CC Chiu | 4010a5c | 2024-06-18 17:25:41 +0800 | [diff] [blame^] | 20 | obmc-phosphor-buttons-signals \ |
| 21 | obmc-phosphor-buttons-handler \ |
Delphine CC Chiu | 9d5d248 | 2023-10-18 18:39:21 +0800 | [diff] [blame] | 22 | " |
| 23 | |
Chris Wang | da42276 | 2024-05-02 14:25:15 +0800 | [diff] [blame] | 24 | # This enables the feature of dbus-monitor which defined in |
| 25 | # `meta-phosphor/classes/obmc-phosphor-images.bbclass` |
| 26 | IMAGE_FEATURES:append = " obmc-dbus-monitor" |