summaryrefslogtreecommitdiff
path: root/meta-google/recipes-phosphor/flash/inplace-gbmc-update/config-bmc.json
blob: 8bd11f2e190e09d053ac7bcf9cde4186a68d56a8 (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
29
30
31
32
33
[{
	"blob": "/flash/image",
	"version": {
		"handler": {
			"type": "file",
			"path": "/run/inplace-gbmc-version"
		},
		"actions":{
			"open": {
				"type": "systemd",
				"unit": "inplace-gbmc-version.service"
			}
		}
	},
	"handler": {
		"type": "file",
		"path": "/run/initramfs/bmc-image"
	},
	"actions": {
		"preparation": {
			"type": "skip"
		},
		"verification": {
			"type": "systemd",
			"unit": "inplace-gbmc-verify.service"
		},
		"update": {
			"type": "systemd",
			"unit": "reboot.target",
			"mode": "replace-irreversibly"
		}
	}
}]