blob: a1b0ca5dc9580c7842af172b89a0c8d9dbfdea87 [file] [log] [blame]
Delphine CC Chiuad82d622023-07-26 13:30:52 +08001# 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".
6IMAGE_FEATURES:remove = " \
7 obmc-leds \
8"
9
Delphine CC Chiuf53f53c2023-08-08 17:08:06 +080010# Temporarily add libusb1 to allow side-loading of a BIOS/BIC update
11# application which need libusb1. Should be removed when BIOS and BIC update
12# is finished.
13OBMC_IMAGE_EXTRA_INSTALL:append = " \
14 libusb1 \
15"