Re: Questions about waf config system: "grp" and updating configure.ac

2021-04-09 Thread dufault
> On Apr 9, 2021, at 08:25 , Sebastian Huber > wrote: > > On 09/04/2021 14:01, dufa...@hda.com wrote: > >> I checked all the "spec/build/bsps/ARCH/grp.yml" files and don't see >> anything like "variant" to restrict specifications to a subset of the BSPs >> in "ARCH". > > This is the wrong

Re: Questions about waf config system: "grp" and updating configure.ac

2021-04-09 Thread Sebastian Huber
On 09/04/2021 14:01, dufa...@hda.com wrote: I checked all the "spec/build/bsps/ARCH/grp.yml" files and don't see anything like "variant" to restrict specifications to a subset of the BSPs in "ARCH". This is the wrong level for BSP-specific options. You have to look for:

Re: Questions about waf config system: "grp" and updating configure.ac

2021-04-09 Thread dufault
> On Apr 9, 2021, at 01:02 , Sebastian Huber > wrote: > >> 1. I changed all the "spec/build/bsps/powerpc/foo/bspfoo.yml" files (for bsp >> "foo", the ones that use powerpc/shared/{console.c,uart.c}) to add: >> - role: build-dependency >> - uid: ../../optconsolebaud > > if a BSP has more

Re: Questions about waf config system: "grp" and updating configure.ac

2021-04-09 Thread Peter Dufault
> On Apr 9, 2021, at 03:03 , Chris Johns wrote: > > On 9/4/21 4:45 pm, Sebastian Huber wrote: >> On 09/04/2021 08:28, Chris Johns wrote: >> >>> On 9/4/21 3:02 pm, Sebastian Huber wrote: I try to not break the old build system, however, I don't add new stuff to it. From my

Re: Questions about waf config system: "grp" and updating configure.ac

2021-04-09 Thread Chris Johns
On 9/4/21 4:45 pm, Sebastian Huber wrote: > On 09/04/2021 08:28, Chris Johns wrote: > >> On 9/4/21 3:02 pm, Sebastian Huber wrote: >>> I try to not break the old build system, however, I don't add new stuff to >>> it. >>>  From my point of view the old build system should be removed. The major

Re: Questions about waf config system: "grp" and updating configure.ac

2021-04-09 Thread Sebastian Huber
On 09/04/2021 08:28, Chris Johns wrote: On 9/4/21 3:02 pm, Sebastian Huber wrote: I try to not break the old build system, however, I don't add new stuff to it. From my point of view the old build system should be removed. The major blocking point for the removal is that nobody had the time

Re: Questions about waf config system: "grp" and updating configure.ac

2021-04-09 Thread Chris Johns
On 9/4/21 3:02 pm, Sebastian Huber wrote: > I try to not break the old build system, however, I don't add new stuff to it. > From my point of view the old build system should be removed. The major > blocking > point for the removal is that nobody had the time to convert the BSP builder > to >

Re: Questions about waf config system: "grp" and updating configure.ac

2021-04-08 Thread Sebastian Huber
Hello Peter, On 08/04/2021 20:58, Peter Dufault wrote: I wanted to fix default console baud rate handling in "powerpc/beatnik" (and thus in anything using powerpc/shared/console). I believe: - The bsps (at least the "motload" ones) start up with the baud rate set by "motload" and some of the