RTEMS Source Builder | sb/build-set: Add support for .binc build set includes (!238)

Kinsey Moore (@opticron) gitlab at rtems.org
Fri May 8 14:34:29 UTC 2026




Kinsey Moore started a new discussion on source-builder/sb/setbuilder.py: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/238#note_149703

 >  
 >  
 >  def list_bset_cfg_files(opts, configs):
 > -    if opts.get_arg('--list-configs') or opts.get_arg('--list-bsets'):
 > +    if opts.get_arg('--list-configs') or opts.get_arg(
 > +            '--list-bsets') or opts.get_arg('--list-bincs'):
 >          if opts.get_arg('--list-configs'):
 >              ext = '.cfg'
 > +        if opts.get_arg('--list-bincs'):

I would recommend `elif` here. Weird things will happen if someone specifies multiple of these options.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/238#note_149703
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260508/981d84a2/attachment-0001.htm>


More information about the bugs mailing list