Re: [PATCH] spec/build/bsps: Fix blank variables

2022-03-11 Thread Ryan Long
On 3/10/2022 12:52 AM, Sebastian Huber wrote: On 09/03/2022 22:02, Ryan Long wrote: Several variables in the installed Makefile.inc, target.cfg, and bsp.cfg had values that were not being initialized to yes or no as they should be. What are "several variables"? RTEMS_HAS_POSIX_API, HAS_POS

Re: [PATCH] spec/build/bsps: Fix blank variables

2022-03-11 Thread Ryan Long
On 3/9/2022 6:44 PM, Chris Johns wrote: On 10/3/2022 9:43 am, Joel Sherrill wrote: On Wed, Mar 9, 2022 at 4:24 PM Heinz Junkes wrote: Thanks for that. I've been struggling with this for a while ;-) But there is this comment in the file: “ # # BSP specific settings. To be included in applica

Re: [PATCH] spec/build/bsps: Fix blank variables

2022-03-09 Thread Sebastian Huber
On 09/03/2022 22:02, Ryan Long wrote: Several variables in the installed Makefile.inc, target.cfg, and bsp.cfg had values that were not being initialized to yes or no as they should be. What are "several variables"? Reordering the files and adding an initialization using yesno() to RTEMS_HAS

Re: [PATCH] spec/build/bsps: Fix blank variables

2022-03-09 Thread Chris Johns
On 10/3/2022 9:43 am, Joel Sherrill wrote: > On Wed, Mar 9, 2022 at 4:24 PM Heinz Junkes > wrote: > >> Thanks for that. I've been struggling with this for a while ;-) >> >> But there is this comment in the file: >> “ >> # >> # BSP specific settings. To be included in application Makefiles >> # >>

Re: [PATCH] spec/build/bsps: Fix blank variables

2022-03-09 Thread Joel Sherrill
On Wed, Mar 9, 2022 at 4:24 PM Heinz Junkes wrote: > Thanks for that. I've been struggling with this for a while ;-) > > But there is this comment in the file: > “ > # > # BSP specific settings. To be included in application Makefiles > # > # This support will be removed from RTEMS. Please consid

Re: [PATCH] spec/build/bsps: Fix blank variables

2022-03-09 Thread Heinz Junkes
Thanks for that. I've been struggling with this for a while ;-) But there is this comment in the file: “ # # BSP specific settings. To be included in application Makefiles # # This support will be removed from RTEMS. Please consider other # ways to build applications. # “ I thought this was no lon

[PATCH] spec/build/bsps: Fix blank variables

2022-03-09 Thread Ryan Long
Several variables in the installed Makefile.inc, target.cfg, and bsp.cfg had values that were not being initialized to yes or no as they should be. Reordering the files and adding an initialization using yesno() to RTEMS_HAS_NETWORKING fixed this issue. --- spec/build/bsps/grpmake.yml | 8