Re: [RESEND PATCH] kconfig: Proposed language extension for multiple builds

2023-03-12 Thread Masahiro Yamada
On Sun, Mar 12, 2023 at 1:55 AM Tom Rini wrote: > > On Fri, Mar 10, 2023 at 09:39:15PM -0800, Randy Dunlap wrote: > > Hi-- > > > > On 3/10/23 18:37, Simon Glass wrote: > > > (I am sending this again to get more feedback) > > > > > > In the case of Linux, only one build is produced so there is only

Re: [RESEND PATCH] kconfig: Proposed language extension for multiple builds

2023-03-11 Thread Boris Kolpackov
Tom Rini writes: > On Fri, Mar 10, 2023 at 09:39:15PM -0800, Randy Dunlap wrote: > > Hi-- > > > > On 3/10/23 18:37, Simon Glass wrote: > > > (I am sending this again to get more feedback) > > > > > > In the case of Linux, only one build is produced so there is only a > > > single configuration.

Re: [RESEND PATCH] kconfig: Proposed language extension for multiple builds

2023-03-11 Thread Tom Rini
On Fri, Mar 10, 2023 at 09:39:15PM -0800, Randy Dunlap wrote: > Hi-- > > On 3/10/23 18:37, Simon Glass wrote: > > (I am sending this again to get more feedback) > > > > In the case of Linux, only one build is produced so there is only a > > single configuration. For other projects, such as U-Boot

Re: [RESEND PATCH] kconfig: Proposed language extension for multiple builds

2023-03-10 Thread Randy Dunlap
Hi-- On 3/10/23 18:37, Simon Glass wrote: > (I am sending this again to get more feedback) > > In the case of Linux, only one build is produced so there is only a > single configuration. For other projects, such as U-Boot and Zephyr, the > same code is used to produce multiple builds, each with r

[RESEND PATCH] kconfig: Proposed language extension for multiple builds

2023-03-10 Thread Simon Glass
(I am sending this again to get more feedback) In the case of Linux, only one build is produced so there is only a single configuration. For other projects, such as U-Boot and Zephyr, the same code is used to produce multiple builds, each with related (but different) options enabled. This can be

Re: [PATCH] kconfig: Proposed language extension for multiple builds

2023-02-27 Thread Tom Rini
On Mon, Feb 27, 2023 at 11:52:57PM +0900, Masahiro Yamada wrote: > Hi Simon, > > On Mon, Feb 27, 2023 at 1:00 PM Simon Glass wrote: > > > > Hi Masahiro, > > > > On Sun, 26 Feb 2023 at 20:36, Masahiro Yamada wrote: > > > > > > Hi Simon, > > > > > > On Mon, Feb 27, 2023 at 4:23 AM Simon Glass wro

Re: [PATCH] kconfig: Proposed language extension for multiple builds

2023-02-27 Thread Tom Rini
On Sun, Feb 26, 2023 at 12:23:00PM -0700, Simon Glass wrote: > Hi Masahiro, > > On Sun, 26 Feb 2023 at 10:36, Masahiro Yamada wrote: > > > > On Sun, Feb 26, 2023 at 11:44 PM Tom Rini wrote: > > > > > > On Sun, Feb 26, 2023 at 11:32:03PM +0900, Masahiro Yamada wrote: > > > > On Sun, Feb 26, 2023

Re: [PATCH] kconfig: Proposed language extension for multiple builds

2023-02-27 Thread Masahiro Yamada
Hi Simon, On Mon, Feb 27, 2023 at 1:00 PM Simon Glass wrote: > > Hi Masahiro, > > On Sun, 26 Feb 2023 at 20:36, Masahiro Yamada wrote: > > > > Hi Simon, > > > > On Mon, Feb 27, 2023 at 4:23 AM Simon Glass wrote: > > > > > > Hi Masahiro, > > > > > > On Sun, 26 Feb 2023 at 10:36, Masahiro Yamada

Re: [PATCH] kconfig: Proposed language extension for multiple builds

2023-02-26 Thread Simon Glass
Hi Masahiro, On Sun, 26 Feb 2023 at 20:36, Masahiro Yamada wrote: > > Hi Simon, > > On Mon, Feb 27, 2023 at 4:23 AM Simon Glass wrote: > > > > Hi Masahiro, > > > > On Sun, 26 Feb 2023 at 10:36, Masahiro Yamada wrote: > > > > > > On Sun, Feb 26, 2023 at 11:44 PM Tom Rini wrote: > > > > > > > >

Re: [PATCH] kconfig: Proposed language extension for multiple builds

2023-02-26 Thread Masahiro Yamada
Hi Simon, On Mon, Feb 27, 2023 at 4:23 AM Simon Glass wrote: > > Hi Masahiro, > > On Sun, 26 Feb 2023 at 10:36, Masahiro Yamada wrote: > > > > On Sun, Feb 26, 2023 at 11:44 PM Tom Rini wrote: > > > > > > On Sun, Feb 26, 2023 at 11:32:03PM +0900, Masahiro Yamada wrote: > > > > On Sun, Feb 26, 20

Re: [PATCH] kconfig: Proposed language extension for multiple builds

2023-02-26 Thread Simon Glass
Hi Masahiro, On Sun, 26 Feb 2023 at 10:36, Masahiro Yamada wrote: > > On Sun, Feb 26, 2023 at 11:44 PM Tom Rini wrote: > > > > On Sun, Feb 26, 2023 at 11:32:03PM +0900, Masahiro Yamada wrote: > > > On Sun, Feb 26, 2023 at 11:04 PM Simon Glass wrote: > > > > > > > > Hi Masahiro, > > > > > > > >

Re: [PATCH] kconfig: Proposed language extension for multiple builds

2023-02-26 Thread Masahiro Yamada
On Sun, Feb 26, 2023 at 11:44 PM Tom Rini wrote: > > On Sun, Feb 26, 2023 at 11:32:03PM +0900, Masahiro Yamada wrote: > > On Sun, Feb 26, 2023 at 11:04 PM Simon Glass wrote: > > > > > > Hi Masahiro, > > > > > > On Sat, 25 Feb 2023 at 20:31, Masahiro Yamada > > > wrote: > > > > > > > > On Sat, F

Re: [PATCH] kconfig: Proposed language extension for multiple builds

2023-02-26 Thread Tom Rini
On Sun, Feb 26, 2023 at 11:32:03PM +0900, Masahiro Yamada wrote: > On Sun, Feb 26, 2023 at 11:04 PM Simon Glass wrote: > > > > Hi Masahiro, > > > > On Sat, 25 Feb 2023 at 20:31, Masahiro Yamada wrote: > > > > > > On Sat, Feb 25, 2023 at 11:38 AM Simon Glass wrote: > > > > > > > > +Masahiro Yamad

Re: [PATCH] kconfig: Proposed language extension for multiple builds

2023-02-26 Thread Masahiro Yamada
On Sun, Feb 26, 2023 at 11:04 PM Simon Glass wrote: > > Hi Masahiro, > > On Sat, 25 Feb 2023 at 20:31, Masahiro Yamada wrote: > > > > On Sat, Feb 25, 2023 at 11:38 AM Simon Glass wrote: > > > > > > +Masahiro Yamada > > > > > > > > > > I do not know. > > This seems a shorthand in Kconfig level. >

Re: [PATCH] kconfig: Proposed language extension for multiple builds

2023-02-26 Thread Simon Glass
Hi Masahiro, On Sat, 25 Feb 2023 at 20:31, Masahiro Yamada wrote: > > On Sat, Feb 25, 2023 at 11:38 AM Simon Glass wrote: > > > > +Masahiro Yamada > > > > > I do not know. > This seems a shorthand in Kconfig level. > > > masahiro@zoe:~/ref/u-boot(master)$ rgrep '^config SPL_' | wc > 5401

Re: [PATCH] kconfig: Proposed language extension for multiple builds

2023-02-25 Thread Masahiro Yamada
On Sat, Feb 25, 2023 at 11:38 AM Simon Glass wrote: > > +Masahiro Yamada I do not know. This seems a shorthand in Kconfig level. masahiro@zoe:~/ref/u-boot(master)$ rgrep '^config SPL_' | wc 5401080 24872 masahiro@zoe:~/ref/u-boot(master)$ rgrep '^config TPL_' | wc 163 326

Re: [PATCH] kconfig: Proposed language extension for multiple builds

2023-02-24 Thread Simon Glass
+Masahiro Yamada On Fri, 24 Feb 2023 at 19:04, Simon Glass wrote: > +lk > > On Sun, 19 Feb 2023 at 14:55, Simon Glass wrote: > > > > In the case of Linux, only one build is produced so there is only a > > single configuration. For other projects, such as U-Boot and Zephyr, the > > same code is

Re: [PATCH] kconfig: Proposed language extension for multiple builds

2023-02-24 Thread Simon Glass
+lk On Sun, 19 Feb 2023 at 14:55, Simon Glass wrote: > > In the case of Linux, only one build is produced so there is only a > single configuration. For other projects, such as U-Boot and Zephyr, the > same code is used to produce multiple builds, each with related (but > different) options enabl

Re: [PATCH] kconfig: Proposed language extension for multiple builds

2023-02-24 Thread Simon Glass
Hi Masahiro, On Sun, 19 Feb 2023 at 14:55, Simon Glass wrote: > > In the case of Linux, only one build is produced so there is only a > single configuration. For other projects, such as U-Boot and Zephyr, the > same code is used to produce multiple builds, each with related (but > different) opti

[PATCH] kconfig: Proposed language extension for multiple builds

2023-02-19 Thread Simon Glass
In the case of Linux, only one build is produced so there is only a single configuration. For other projects, such as U-Boot and Zephyr, the same code is used to produce multiple builds, each with related (but different) options enabled. This can be handled with the existing kconfig language, but