Having a verbose version name makes the provenance of a kernel more easily identifiable and so aids debugging of reported problems.
Signed-off-by: Jon Medhurst tixy@linaro.org ---
Andrey, Fathi. I think this will help anyone who has to debug kernel problems, especially those reported by other people who may be unsure or mistake of which kernel they are running. Android builds have this config and I've always found it useful.
linaro/configs/distribution.conf | 1 - 1 file changed, 1 deletion(-)
diff --git a/linaro/configs/distribution.conf b/linaro/configs/distribution.conf index dc711b25..b1d96ac 100644 --- a/linaro/configs/distribution.conf +++ b/linaro/configs/distribution.conf @@ -1,4 +1,3 @@ -# CONFIG_LOCALVERSION_AUTO is not set CONFIG_CGROUPS=y # CONFIG_COMPAT_BRK is not set CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
Hi Tixy,
This change is what Fathi asked me to do as well. Unfortunately I've just pushed the updated llct branch. So I'll include your patch into tomorrow's linux-linaro update.
Thanks! Andrey
On 07/13/2015 07:31 PM, Jon Medhurst (Tixy) wrote:
Having a verbose version name makes the provenance of a kernel more easily identifiable and so aids debugging of reported problems.
Signed-off-by: Jon Medhurst tixy@linaro.org
Andrey, Fathi. I think this will help anyone who has to debug kernel problems, especially those reported by other people who may be unsure or mistake of which kernel they are running. Android builds have this config and I've always found it useful.
linaro/configs/distribution.conf | 1 - 1 file changed, 1 deletion(-)
diff --git a/linaro/configs/distribution.conf b/linaro/configs/distribution.conf index dc711b25..b1d96ac 100644 --- a/linaro/configs/distribution.conf +++ b/linaro/configs/distribution.conf @@ -1,4 +1,3 @@ -# CONFIG_LOCALVERSION_AUTO is not set CONFIG_CGROUPS=y # CONFIG_COMPAT_BRK is not set CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
linaro-kernel@lists.linaro.org