summaryrefslogtreecommitdiff
path: root/meta-google/recipes-phosphor/flash/dummy-gbmc-update/config-dummy.json
blob: e68e9105bbae0869ceabb78c2f64efaa64435c01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[{
	"blob": "/flash/dummy",
	"handler": {
		"type": "file",
		"path": "/run/initramfs/bmc-image"
	},
	"actions": {
		"preparation": {
			"type": "skip"
		},
		"verification": {
			"type": "systemd",
			"unit": "dummy-verify.service"
		},
		"update": {
			"type": "skip"
		}
	}
}]