Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] manual: add requirements for graph generation
@ 2014-06-17  9:33 Fabio Porcedda
  2014-06-17  9:33 ` [Buildroot] [PATCH 2/2] Makefile: test if "dot" exists in "<pkg>-graph-depends" Fabio Porcedda
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fabio Porcedda @ 2014-06-17  9:33 UTC (permalink / raw)
  To: buildroot

Add "graphviz" and "python-matplotlib" as requirements for graph
generation.

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Reported-by: Dallas Clement <dallas.a.clement@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
---

Notes:
    v2:
     - specify that "graphviz" is needed only for graph-depends (Yann)

 docs/manual/prerequisite.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt
index c5d5442..30970d2 100644
--- a/docs/manual/prerequisite.txt
+++ b/docs/manual/prerequisite.txt
@@ -77,3 +77,7 @@ development context (further details: refer to xref:download-infra[]).
 ** +w3m+
 ** +python+ with the +argparse+ module (automatically present in 2.7+ and 3.2+)
 ** +dblatex+ (required for the pdf manual only)
+
+* Graph generation tools:
+** +graphviz+ to use 'graph-depends' and '<pkg>-graph-depends'
+** +python-matplotlib+ to use 'graph-build'
-- 
2.0.0

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-06-22 17:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-17  9:33 [Buildroot] [PATCH 1/2] manual: add requirements for graph generation Fabio Porcedda
2014-06-17  9:33 ` [Buildroot] [PATCH 2/2] Makefile: test if "dot" exists in "<pkg>-graph-depends" Fabio Porcedda
2014-06-20 21:28   ` Yann E. MORIN
2014-06-22 17:25   ` Thomas Petazzoni
2014-06-20 21:21 ` [Buildroot] [PATCH 1/2] manual: add requirements for graph generation Yann E. MORIN
2014-06-22 17:15 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox