[U-Boot] [PATCH v2 0/2] config whitelist: tool update and sync

Masahiro Yamada yamada.masahiro at socionext.com
Fri Sep 23 18:00:40 CEST 2016


The current build-whitelist.sh allows to add new options
into the whitelist.  For example, it is possible that somebody
adds #ifdef CONFIG_NEW_OPTITON to his C file.
So, the build-whitelist.sh will pick it up when we run it next time.
We never want to increase the ad-hoc options.
1/2 bans such a case.

2/2 is optional.  It is very easy to reproduce it.


Changes in v2:
  - V1 fails to create scripts/config-whitelist.txt from scratch.
    Fix it.

Masahiro Yamada (2):
  build-whitelist: do not add new options to whitelist when update
  Sync config_whitelist.txt

 scripts/build-whitelist.sh   | 15 +++++++++++++--
 scripts/config_whitelist.txt |  6 ------
 2 files changed, 13 insertions(+), 8 deletions(-)

-- 
1.9.1



More information about the U-Boot mailing list