mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] barebox.in: Add comment divider for visual aid.
@ 2022-02-18 17:38 Christian Melki
  2022-02-18 17:38 ` [ptxdist] [PATCH v2] u-boot.in: " Christian Melki
  2022-02-22  7:39 ` [ptxdist] [APPLIED] barebox.in: " Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Melki @ 2022-02-18 17:38 UTC (permalink / raw)
  To: ptxdist

Minor cosmetic fix.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 platforms/barebox.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/platforms/barebox.in b/platforms/barebox.in
index 245b272a3..c8192f0c9 100644
--- a/platforms/barebox.in
+++ b/platforms/barebox.in
@@ -112,6 +112,8 @@ config BAREBOX_BAREBOXIMD
 	  The tool 'bareboximd' can be used to extract metadata from
 	  the (flashed) barebox image.
 
+comment "build dependencies"
+
 config BAREBOX_NEEDS_HOST_LIBUSB
 	prompt "barebox needs libusb"
 	bool
-- 
2.30.2


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


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

* [ptxdist] [PATCH v2] u-boot.in: Add comment divider for visual aid.
  2022-02-18 17:38 [ptxdist] [PATCH] barebox.in: Add comment divider for visual aid Christian Melki
@ 2022-02-18 17:38 ` Christian Melki
  2022-02-22  7:39   ` [ptxdist] [APPLIED] " Michael Olbrich
  2022-02-22  7:39 ` [ptxdist] [APPLIED] barebox.in: " Michael Olbrich
  1 sibling, 1 reply; 4+ messages in thread
From: Christian Melki @ 2022-02-18 17:38 UTC (permalink / raw)
  To: ptxdist

Minor cosmetic fix.

Host openssl selection was confusingly last under the
"target" divider. I missed it at first in menuconfig,
before realizing where it was.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 platforms/u-boot.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/platforms/u-boot.in b/platforms/u-boot.in
index 6589a1940..c439e9c5d 100644
--- a/platforms/u-boot.in
+++ b/platforms/u-boot.in
@@ -258,6 +258,8 @@ config U_BOOT_INSTALL_U_BOOT_STM32
 	  platform image directory. Say yes if you are building for STM32MP1
 	  SOCs.
 
+comment "build dependencies"
+
 config U_BOOT_NEEDS_HOST_OPENSSL
 	prompt "needs host OpenSSL"
 	bool
-- 
2.30.2


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


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

* Re: [ptxdist] [APPLIED] barebox.in: Add comment divider for visual aid.
  2022-02-18 17:38 [ptxdist] [PATCH] barebox.in: Add comment divider for visual aid Christian Melki
  2022-02-18 17:38 ` [ptxdist] [PATCH v2] u-boot.in: " Christian Melki
@ 2022-02-22  7:39 ` Michael Olbrich
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2022-02-22  7:39 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 90a998e0fd5b1097499474c119c1fe0850f51bc5.

Michael

[sent from post-receive hook]

On Tue, 22 Feb 2022 08:39:27 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Minor cosmetic fix.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20220218173804.1842645-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/platforms/barebox.in b/platforms/barebox.in
> index 245b272a31da..c8192f0c90e3 100644
> --- a/platforms/barebox.in
> +++ b/platforms/barebox.in
> @@ -112,6 +112,8 @@ config BAREBOX_BAREBOXIMD
>  	  The tool 'bareboximd' can be used to extract metadata from
>  	  the (flashed) barebox image.
>  
> +comment "build dependencies"
> +
>  config BAREBOX_NEEDS_HOST_LIBUSB
>  	prompt "barebox needs libusb"
>  	bool

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


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

* Re: [ptxdist] [APPLIED] u-boot.in: Add comment divider for visual aid.
  2022-02-18 17:38 ` [ptxdist] [PATCH v2] u-boot.in: " Christian Melki
@ 2022-02-22  7:39   ` Michael Olbrich
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2022-02-22  7:39 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 7ecfe732f1fc4d1de69025c49720e8dbe2ed7ff4.

Michael

[sent from post-receive hook]

On Tue, 22 Feb 2022 08:39:29 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Minor cosmetic fix.
> 
> Host openssl selection was confusingly last under the
> "target" divider. I missed it at first in menuconfig,
> before realizing where it was.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20220218173804.1842645-2-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/platforms/u-boot.in b/platforms/u-boot.in
> index 6589a1940659..c439e9c5d60c 100644
> --- a/platforms/u-boot.in
> +++ b/platforms/u-boot.in
> @@ -258,6 +258,8 @@ config U_BOOT_INSTALL_U_BOOT_STM32
>  	  platform image directory. Say yes if you are building for STM32MP1
>  	  SOCs.
>  
> +comment "build dependencies"
> +
>  config U_BOOT_NEEDS_HOST_OPENSSL
>  	prompt "needs host OpenSSL"
>  	bool

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


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

end of thread, other threads:[~2022-02-22  7:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-18 17:38 [ptxdist] [PATCH] barebox.in: Add comment divider for visual aid Christian Melki
2022-02-18 17:38 ` [ptxdist] [PATCH v2] u-boot.in: " Christian Melki
2022-02-22  7:39   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-02-22  7:39 ` [ptxdist] [APPLIED] barebox.in: " Michael Olbrich

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