summaryrefslogtreecommitdiff
path: root/meta-facebook/meta-yosemite4/recipes-phosphor/images/fb-yosemite4-phosphor-image.inc
blob: fe7a36754d9cfa74959a1e8c772df738d17df2e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Currently, the led related services couldn't complete
# causing that multi-user.target never complete.
# If multi-user.target doesn't complete,
# the obmc-host-startmin@.target couldn't start.
# In that case, BMC couldn't set current host state to "Running".
IMAGE_FEATURES:remove = " \
    obmc-leds \
"

# Temporarily add libusb1 to allow side-loading of a BIOS/BIC update
# application which need libusb1.  Should be removed when BIOS and BIC update
# is finished.
OBMC_IMAGE_EXTRA_INSTALL:append = " \
    libusb1 \
"
# Temporarily add plat-svc for gpio initialization
OBMC_IMAGE_EXTRA_INSTALL:append = " \
    plat-svc \
"

OBMC_IMAGE_EXTRA_INSTALL:append = " \
    phosphor-gpio-monitor \
"

# This enables the feature of dbus-monitor which defined in
# `meta-phosphor/classes/obmc-phosphor-images.bbclass`
IMAGE_FEATURES:append = " obmc-dbus-monitor"