All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] DEVELOPERS: add Giulio Benetti to all Olimex Allwinner boards' defconfigs
@ 2021-11-02  0:37 Giulio Benetti
  2021-11-02 19:43 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Giulio Benetti @ 2021-11-02  0:37 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Add Giulio Benetti to all Olimex Allwinner boards' defconfigs since I've
recently updated and tested them all and I'd like to receive possible
build failure related to this topic from gitlab CI/CD.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 DEVELOPERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/DEVELOPERS b/DEVELOPERS
index 65240615b0..a2f29881ec 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1052,6 +1052,7 @@ F:	package/xapian/
 N:	Giulio Benetti <giulio.benetti@benettiengineering.com>
 F:	configs/amarula_vyasa_rk3288_defconfig
 F:	configs/asus_tinker_rk3288_defconfig
+F:	configs/olimex_a*
 F:	package/at/
 F:	package/binutils/
 F:	package/erlang-jiffy/
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] DEVELOPERS: add Giulio Benetti to all Olimex Allwinner boards' defconfigs
  2021-11-02  0:37 [Buildroot] [PATCH] DEVELOPERS: add Giulio Benetti to all Olimex Allwinner boards' defconfigs Giulio Benetti
@ 2021-11-02 19:43 ` Thomas Petazzoni
  2021-11-02 21:42   ` [Buildroot] [PATCH v2] " Giulio Benetti
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2021-11-02 19:43 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: buildroot

On Tue,  2 Nov 2021 01:37:13 +0100
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> Add Giulio Benetti to all Olimex Allwinner boards' defconfigs since I've
> recently updated and tested them all and I'd like to receive possible
> build failure related to this topic from gitlab CI/CD.
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
>  DEVELOPERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/DEVELOPERS b/DEVELOPERS
> index 65240615b0..a2f29881ec 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -1052,6 +1052,7 @@ F:	package/xapian/
>  N:	Giulio Benetti <giulio.benetti@benettiengineering.com>
>  F:	configs/amarula_vyasa_rk3288_defconfig
>  F:	configs/asus_tinker_rk3288_defconfig
> +F:	configs/olimex_a*

Thanks for volunteering to help maintain those boards! You should also
add yourself for the corresponding files in board/.

Best regards,

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH v2] DEVELOPERS: add Giulio Benetti to all Olimex Allwinner boards' defconfigs
  2021-11-02 19:43 ` Thomas Petazzoni
@ 2021-11-02 21:42   ` Giulio Benetti
  2021-11-03 17:47     ` Thomas Petazzoni
  2021-11-03 21:19     ` Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Giulio Benetti @ 2021-11-02 21:42 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Add Giulio Benetti to all Olimex Allwinner boards' defconfigs since I've
recently updated and tested them all and I'd like to receive possible
build failure from gitlab CI/CD.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
V1->V2:
* add entry for board/olimex/a* as suggested by Thomas
---
 DEVELOPERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/DEVELOPERS b/DEVELOPERS
index 65240615b0..e5a9e60edb 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1050,8 +1050,10 @@ F:	package/webp/
 F:	package/xapian/
 
 N:	Giulio Benetti <giulio.benetti@benettiengineering.com>
+F:	board/olimex/a*
 F:	configs/amarula_vyasa_rk3288_defconfig
 F:	configs/asus_tinker_rk3288_defconfig
+F:	configs/olimex_a*
 F:	package/at/
 F:	package/binutils/
 F:	package/erlang-jiffy/
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v2] DEVELOPERS: add Giulio Benetti to all Olimex Allwinner boards' defconfigs
  2021-11-02 21:42   ` [Buildroot] [PATCH v2] " Giulio Benetti
@ 2021-11-03 17:47     ` Thomas Petazzoni
  2021-11-03 21:19     ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2021-11-03 17:47 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: buildroot

On Tue,  2 Nov 2021 22:42:31 +0100
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> Add Giulio Benetti to all Olimex Allwinner boards' defconfigs since I've
> recently updated and tested them all and I'd like to receive possible
> build failure from gitlab CI/CD.
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
> V1->V2:
> * add entry for board/olimex/a* as suggested by Thomas
> ---
>  DEVELOPERS | 2 ++
>  1 file changed, 2 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v2] DEVELOPERS: add Giulio Benetti to all Olimex Allwinner boards' defconfigs
  2021-11-02 21:42   ` [Buildroot] [PATCH v2] " Giulio Benetti
  2021-11-03 17:47     ` Thomas Petazzoni
@ 2021-11-03 21:19     ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2021-11-03 21:19 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: buildroot

>>>>> "Giulio" == Giulio Benetti <giulio.benetti@benettiengineering.com> writes:

 > Add Giulio Benetti to all Olimex Allwinner boards' defconfigs since I've
 > recently updated and tested them all and I'd like to receive possible
 > build failure from gitlab CI/CD.

 > Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
 > ---
 > V1-> V2:
 > * add entry for board/olimex/a* as suggested by Thomas

Committed to 2021.02.x and 2021.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-11-03 21:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-02  0:37 [Buildroot] [PATCH] DEVELOPERS: add Giulio Benetti to all Olimex Allwinner boards' defconfigs Giulio Benetti
2021-11-02 19:43 ` Thomas Petazzoni
2021-11-02 21:42   ` [Buildroot] [PATCH v2] " Giulio Benetti
2021-11-03 17:47     ` Thomas Petazzoni
2021-11-03 21:19     ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.