summaryrefslogtreecommitdiff
path: root/meta-openpower/classes/openpower-software-manager-ubi.bbclass
blob: 6fd6b68e9c92083a0f87b36654e94a14a965c882 (plain)
1
2
3
4
5
6
7
8
9
10
11
PACKAGECONFIG_append = " ubifs_layout"

SYSTEMD_SERVICE_${PN} += " \
        obmc-flash-bios-ubiattach.service \
        obmc-flash-bios-ubimount@.service \
        obmc-flash-bios-ubiumount-ro@.service \
        obmc-flash-bios-ubiumount-rw@.service \
        obmc-flash-bios-ubipatch.service \
        obmc-flash-bios-ubiremount.service \
        obmc-flash-bios-cleanup.service \
        "