[linux-yocto] [yocto-kernel-cache][yocto-4.12][PATCH] kdump: add config fragments
Bruce Ashfield
bruce.ashfield at windriver.com
Tue Sep 12 09:49:12 PDT 2017
On 09/12/2017 04:42 AM, jianchuan.wang at windriver.com wrote:
> From: Jianchuan Wang <jianchuan.wang at windriver.com>
>
merged.
Bruce
> Signed-off-by: Jianchuan Wang <jianchuan.wang at windriver.com>
> ---
> features/kdump/kdump-enable.scc | 4 ++++
> features/kdump/kdump.cfg | 1 +
> 2 files changed, 5 insertions(+)
> create mode 100644 features/kdump/kdump-enable.scc
> create mode 100644 features/kdump/kdump.cfg
>
> diff --git a/features/kdump/kdump-enable.scc b/features/kdump/kdump-enable.scc
> new file mode 100644
> index 0000000..69a7dd3
> --- /dev/null
> +++ b/features/kdump/kdump-enable.scc
> @@ -0,0 +1,4 @@
> +define KFEATURE_DESCRIPTION "Enable Kdump - The kexec-based Crash Dumping Solution"
> +define KFEATURE_COMPATIBILITY optional
> +
> +kconf non-hardware kdump.cfg
> diff --git a/features/kdump/kdump.cfg b/features/kdump/kdump.cfg
> new file mode 100644
> index 0000000..84bb04c
> --- /dev/null
> +++ b/features/kdump/kdump.cfg
> @@ -0,0 +1 @@
> +CONFIG_CRASH_DUMP=y
>
More information about the linux-yocto
mailing list