docs/manual: add some minimal documentation about show-info and pkg-stats
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
7856846522
commit
9b9d3dedbb
@ -157,6 +157,29 @@ your filesystem, those parts may not be all-zeroes when read back). You
|
|||||||
should only use sparse files when handling files on the build machine, not
|
should only use sparse files when handling files on the build machine, not
|
||||||
when transferring them to an actual device that will be used on the target.
|
when transferring them to an actual device that will be used on the target.
|
||||||
|
|
||||||
|
=== Details about packages
|
||||||
|
|
||||||
|
[[package-details]]
|
||||||
|
|
||||||
|
Buildroot can produce a JSON blurb that describes the set of enabled
|
||||||
|
packages in the current configuration, together with their
|
||||||
|
dependencies, licenses and other metadata. This JSON blurb is produced
|
||||||
|
by using the +show-info+ make target:
|
||||||
|
|
||||||
|
------------------------
|
||||||
|
make show-info
|
||||||
|
------------------------
|
||||||
|
|
||||||
|
Buildroot can also produce details about packages as HTML and JSON
|
||||||
|
output using the +pkg-stats+ make target. Amongst other things, these
|
||||||
|
details include whether known CVEs (security vulnerabilities) affect
|
||||||
|
the packages in your current configuration. It also shows if there is
|
||||||
|
a newer upstream version for those packages.
|
||||||
|
|
||||||
|
------------------------
|
||||||
|
make pkg-stats
|
||||||
|
------------------------
|
||||||
|
|
||||||
=== Graphing the dependencies between packages
|
=== Graphing the dependencies between packages
|
||||||
|
|
||||||
[[graph-depends]]
|
[[graph-depends]]
|
||||||
|
Loading…
Reference in New Issue
Block a user