mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <mol@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] kernel, barebox: add descriptive help text for config options
Date: Wed, 14 Oct 2020 12:30:46 +0200	[thread overview]
Message-ID: <E1kSe3S-0003Wd-LI@dude02.hi.pengutronix.de> (raw)
In-Reply-To: <20200922092901.30715-2-rhi@pengutronix.de>

Thanks, applied as e34a49e568adaaba5a6625157e8d053cf04bfd7a.

Michael

[sent from post-receive hook]

On Wed, 14 Oct 2020 12:30:46 +0200, Roland Hieber <rhi@pengutronix.de> wrote:
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20200922092901.30715-2-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/platforms/barebox.in b/platforms/barebox.in
> index 526d7ede42ad..70d175fb5a03 100644
> --- a/platforms/barebox.in
> +++ b/platforms/barebox.in
> @@ -30,6 +30,9 @@ config BAREBOX_VERSION
>  config BAREBOX_MD5
>  	prompt "barebox source md5sum"
>  	string
> +	help
> +	  To ensure integrity of the downloaded source tarball, fill in its
> +	  MD5 sum here.
>  
>  config BAREBOX_CONFIG
>  	prompt "config file"
> diff --git a/platforms/barebox_mlo.in b/platforms/barebox_mlo.in
> index 8cdea75f7567..cb7dac1ec9ba 100644
> --- a/platforms/barebox_mlo.in
> +++ b/platforms/barebox_mlo.in
> @@ -19,6 +19,9 @@ config BAREBOX_MLO_MD5
>  	prompt "barebox source md5sum"		if !BAREBOX
>  	string
>  	default "${PTXCONF_BAREBOX_MD5}"	if BAREBOX
> +	help
> +	  To ensure integrity of the downloaded source tarball, fill in its
> +	  MD5 sum here.
>  
>  config BAREBOX_MLO_ARCH_STRING
>  	string
> diff --git a/platforms/kernel.in b/platforms/kernel.in
> index 30b70f28349b..68899c0f7dcc 100644
> --- a/platforms/kernel.in
> +++ b/platforms/kernel.in
> @@ -42,10 +42,16 @@ config KERNEL_VERSION
>  	prompt "kernel version"
>  	string
>  	default "4.15"
> +	help
> +	  Fill in the kernel version that you want to use. Normally, you should
> +	  use the latest stable version, see <https://kernel.org>.
>  
>  config KERNEL_MD5
>  	prompt "kernel source md5sum"
>  	string
> +	help
> +	  To ensure integrity of the downloaded source tarball, fill in its
> +	  MD5 sum here.
>  
>  choice
>  	prompt "Image Type          "

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

  reply	other threads:[~2020-10-14 10:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-22  9:28 [ptxdist] [PATCH v2 1/6] platform: bump default toolchain version Roland Hieber
2020-09-22  9:28 ` [ptxdist] [PATCH v2 2/6] kernel, barebox: add descriptive help text for config options Roland Hieber
2020-10-14 10:30   ` Michael Olbrich [this message]
2020-09-22  9:28 ` [ptxdist] [PATCH v2 3/6] image-root-tgz: add a help text Roland Hieber
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-09-22  9:28 ` [ptxdist] [PATCH v2 4/6] ptxdist: implement 'defconfig' commands for kconfig packages Roland Hieber
2020-09-28 13:34   ` Alexander Dahl
2020-10-09  8:52     ` Michael Olbrich
2020-09-22  9:29 ` [ptxdist] [PATCH v2 5/6] rules: move magic symbol into rules/ptxdist-version.in Roland Hieber
2020-10-14 10:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-09-22  9:29 ` [ptxdist] [PATCH v2 6/6] ptxdist: add 'init' commands to create new configs Roland Hieber
2020-10-14 10:30 ` [ptxdist] [APPLIED] platform: bump default toolchain version Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1kSe3S-0003Wd-LI@dude02.hi.pengutronix.de \
    --to=mol@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    --cc=rhi@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox