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