mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] kernel: use kernelconfig file without version by default
@ 2020-09-27 21:43 Roland Hieber
  2020-10-09  6:38 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Hieber @ 2020-09-27 21:43 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Removing the version number from the file name makes it easier to update
the kernel to a new version, since the file would otherwise need to be
renamed anyway.

Also improve the help text.

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 platforms/kernel.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/platforms/kernel.in b/platforms/kernel.in
index 34d05c825929..30b70f28349b 100644
--- a/platforms/kernel.in
+++ b/platforms/kernel.in
@@ -258,9 +258,10 @@ config KERNEL_SERIES
 config KERNEL_CONFIG
 	prompt "kernel config file"
 	string
-	default "kernelconfig-${PTXCONF_KERNEL_VERSION}"
+	default "kernelconfig"
 	help
 	  This entry specifies the .config file used to compile your kernel.
+	  Specify the path relative to the platformconfig directory.
 
 endmenu
 
-- 
2.28.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] kernel: use kernelconfig file without version by default
  2020-09-27 21:43 [ptxdist] [PATCH] kernel: use kernelconfig file without version by default Roland Hieber
@ 2020-10-09  6:38 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2020-10-09  6:38 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Thanks, applied as 8e6dfc64ba675a055644c2a4ca3d461d95657c57.

Michael

[sent from post-receive hook]

On Fri, 09 Oct 2020 08:38:34 +0200, Roland Hieber <rhi@pengutronix.de> wrote:
> Removing the version number from the file name makes it easier to update
> the kernel to a new version, since the file would otherwise need to be
> renamed anyway.
> 
> Also improve the help text.
> 
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20200927214336.23382-1-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/platforms/kernel.in b/platforms/kernel.in
> index 34d05c825929..30b70f28349b 100644
> --- a/platforms/kernel.in
> +++ b/platforms/kernel.in
> @@ -258,9 +258,10 @@ config KERNEL_SERIES
>  config KERNEL_CONFIG
>  	prompt "kernel config file"
>  	string
> -	default "kernelconfig-${PTXCONF_KERNEL_VERSION}"
> +	default "kernelconfig"
>  	help
>  	  This entry specifies the .config file used to compile your kernel.
> +	  Specify the path relative to the platformconfig directory.
>  
>  endmenu
>  

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-09  6:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-27 21:43 [ptxdist] [PATCH] kernel: use kernelconfig file without version by default Roland Hieber
2020-10-09  6:38 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox