[linux-yocto] [yocto-kernel-cache][yocto-4.12][PATCH] kexec/kdump: Add config fragments

jianchuan.wang at windriver.com jianchuan.wang at windriver.com
Tue Sep 12 01:18:24 PDT 2017


From: Jianchuan Wang <jianchuan.wang at windriver.com>

Signed-off-by: Jianchuan Wang <jianchuan.wang at windriver.com>
---
 features/kexec/kexec-enable.scc | 4 ++++
 features/kexec/kexec.cfg        | 1 +
 2 files changed, 5 insertions(+)
 create mode 100644 features/kexec/kexec-enable.scc
 create mode 100644 features/kexec/kexec.cfg

diff --git a/features/kexec/kexec-enable.scc b/features/kexec/kexec-enable.scc
new file mode 100644
index 0000000..54181ab
--- /dev/null
+++ b/features/kexec/kexec-enable.scc
@@ -0,0 +1,4 @@
+define KFEATURE_DESCRIPTION "Enable Kexec - live kernel execution"
+define KFEATURE_COMPATIBILITY optional
+
+kconf non-hardware kexec.cfg
diff --git a/features/kexec/kexec.cfg b/features/kexec/kexec.cfg
new file mode 100644
index 0000000..b45488d
--- /dev/null
+++ b/features/kexec/kexec.cfg
@@ -0,0 +1 @@
+CONFIG_KEXEC=y
-- 
2.7.4



More information about the linux-yocto mailing list