Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

genboardscfg.py

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Masahiro Yamada's avatar
      5dff844d
      tools/genboardscfg.py: pick up also commented maitainers · 5dff844d
      Masahiro Yamada authored
      
      We are still keeping invalid email addressed in MAINTAINERS
      because they carry information.
      
      The problem is that scripts/get_maintainer.pl adds emails in the
      "M:" field including invalid ones.
      
      We want to comment out invalid email addresses in MAINTAINERS
      to prevent scripts/get_maintainer.pl from picking them up.
      On the other hand, we want to collect them for boards.cfg
      to know the last known maintainer of each board.
      
      This commit adjusts tools/genboardscfg.py to parse also
      the commented "M:" fields, which is useful for the next commit.
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
      5dff844d
      History
      tools/genboardscfg.py: pick up also commented maitainers
      Masahiro Yamada authored
      
      We are still keeping invalid email addressed in MAINTAINERS
      because they carry information.
      
      The problem is that scripts/get_maintainer.pl adds emails in the
      "M:" field including invalid ones.
      
      We want to comment out invalid email addresses in MAINTAINERS
      to prevent scripts/get_maintainer.pl from picking them up.
      On the other hand, we want to collect them for boards.cfg
      to know the last known maintainer of each board.
      
      This commit adjusts tools/genboardscfg.py to parse also
      the commented "M:" fields, which is useful for the next commit.
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>