[Buildroot] [PATCH 00/11] pkg-stats json output improvements

Heiko Thiery heiko.thiery at gmail.com
Fri Jan 3 15:18:37 UTC 2020


This patches add several improvements for the json output of the
pkg-stats script.

- add developers information to the packages
- add supported defconfigs to json
- add license information to json
- add package dependencies to json
- add more generic status field to the packages

Heiko Thiery (11):
  support/scripts/pkg-stats: store latest version in a hash
  support/scripts/pkg-stats: store pkg dir path
  support/scripts/pkg-stats: store patch info in a hash
  support/scripts/pkg-stats: do not exclued pkg name in json output
  support/scripts/pkg-stats: parse and set developers info
  support/scripts/pkg-stats: store licences of package
  support/scripts/pkg-stats: store dependencies of package
  support/scripts/pkg-stats: add generic package status field
  support/scripts/pkg-stats; use url status from dict for check
  support/scripts/pkg-stats: add package count to stats
  support/scripts/pkg-stats: create and store defconfig information

 support/scripts/pkg-stats | 252 +++++++++++++++++++++++++++++++-------
 1 file changed, 207 insertions(+), 45 deletions(-)

-- 
2.20.1



More information about the buildroot mailing list