support/scripts/pkg-stats: add support for json output
authorVictor Huesca <victor.huesca@bootlin.com>
Fri, 19 Jul 2019 13:06:29 +0000 (15:06 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 1 Aug 2019 09:10:41 +0000 (11:10 +0200)
commit500e1d6241afa569269f1d8953bcf9b8d3d5a7a9
tree9a948362e8efaf12932ef92cc5a3cd73f790c166
parent365aee0f386c4eba78d93c9bcb9e6f737ae5e3cc
support/scripts/pkg-stats: add support for json output

Pkg-stats is a great script that get a lot of interesting info from
buildroot packages. Unfortunately it is currently designed to output a
static HTML page only. While this is great to include on the
buildroot's website, the HTML is not designed to be easily parsable and
thus it is difficult to reuse it in other scripts.

This patch provide a new option to output a JSON file in addition to the
HTML one.

The old 'output' option has been renamed to 'html' to distinguish from
the new 'json' option.

Signed-off-by: Victor Huesca <victor.huesca@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/scripts/pkg-stats