summaryrefslogtreecommitdiff
path: root/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-cpld-update/config-bmccpld.json
blob: 687aa11c2c4c2fb86d32c0aff06ba081a1ad2f8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[{
    "blob": "/flash/bmccpld",
    "handler": {
        "type": "file",
        "path": "/run/initramfs/bmc-cpld.svf"
    },
    "actions": {
        "preparation": {
            "type": "skip"
        },
        "verification": {
            "type": "skip"
        },
        "update": {
            "type": "systemd",
            "unit": "phosphor-ipmi-flash-bmccpld-update.service"
        }
    }
}]