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

Bruce Ashfield bruce.ashfield at windriver.com
Tue Sep 12 09:48:59 PDT 2017


On 09/12/2017 04:18 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/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
> 



More information about the linux-yocto mailing list