noverify-bmc-update: Add definition

This will be used by some platforms by default when enabling
phosphor-ipmi-flash so that the BMC image can be updated without any
signature verification checks in place.

Change-Id: I10ed4551120a7f17e67c0e8bc7090c6a8d4ce5ea
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/recipes-phosphor/flash/noverify-bmc-update/config-bmc.json b/recipes-phosphor/flash/noverify-bmc-update/config-bmc.json
new file mode 100644
index 0000000..86afb3b
--- /dev/null
+++ b/recipes-phosphor/flash/noverify-bmc-update/config-bmc.json
@@ -0,0 +1,20 @@
+[{
+	"blob": "/flash/image",
+	"handler": {
+		"type": "file",
+		"path": "/run/initramfs/bmc-image"
+	},
+	"actions": {
+		"preparation": {
+			"type": "skip"
+		},
+		"verification": {
+			"type": "systemd",
+			"unit": "noverify-bmc-verify.service"
+		},
+		"update": {
+			"type": "systemd",
+			"unit": "reboot.target"
+		}
+	}
+}]