meta-nicole: Fix SRESET over NMI call
Current implementation by IBM supports only witherspoon platform.
This patch makes it possible to use a D-Bus call for initiating kernel
crash (System Reset vector) on the Nicole host system.
Signed-off-by: Artem Senichev <a.senichev@yadro.com>
Change-Id: Ic27d269dd902d3f1ad04d75bf795541fdf927085
diff --git a/meta-nicole/recipes-phosphor/host/op-proc-control_%.bbappend b/meta-nicole/recipes-phosphor/host/op-proc-control_%.bbappend
new file mode 100644
index 0000000..ed1cec7
--- /dev/null
+++ b/meta-nicole/recipes-phosphor/host/op-proc-control_%.bbappend
@@ -0,0 +1,2 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+SRC_URI += "file://0001-Stop-and-send-SRESET-for-one-thread-only.patch"