All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/6] Misc graphs enhancements (branch yem/graphs)
@ 2014-04-13 20:42 Yann E. MORIN
  2014-04-13 20:42 ` [Buildroot] [PATCH 1/6] Makefile: rename non-user-facing variable Yann E. MORIN
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Yann E. MORIN @ 2014-04-13 20:42 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Hello All!

Here is a quick series with enhancements to generated graphs:
  - graph-depends
    - new option to limit the depth of the graph
    - toolchain is only shown as a dependency of of 'All', not
      every packages
  - build-time
    - embiggen the graph with lots of packages

This should hopefully be a step to present nicer graphs. Not yet
really perfect, but still.

Regards,
Yann E. MORIN.


The following changes since commit fae7cc33a117d5408019b705d76ebb4549593f88:

  mtd: fix build against uClibc (2014-04-13 21:44:06 +0200)

are available in the git repository at:

  git://gitorious.org/buildroot/buildroot.git yem/graphs

for you to fetch changes up to 3f8fcc1e8205eb851227c1b085355089a9368faf:

  graphs: make graphs with lots of packages nicer to look at (2014-04-13 22:37:45 +0200)

----------------------------------------------------------------
Yann E. MORIN (6):
      Makefile: rename non-user-facing variable
      support/graph-depends: use argparse to parse argv[]
      support/graph-depends: add option to limit the depth of the graph
      manual: document BR2_GRAPH_DEPTH
      support/graph-depends: don't show toolchain dependency for all packages
      graphs: make graphs with lots of packages nicer to look at

 Makefile                         | 11 +++---
 docs/manual/common-usage.txt     |  2 +
 package/pkg-generic.mk           |  4 +-
 support/scripts/graph-build-time | 17 ++++++---
 support/scripts/graph-depends    | 79 ++++++++++++++++++++++++++++------------
 5 files changed, 76 insertions(+), 37 deletions(-)

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2014-04-14 20:22 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-13 20:42 [Buildroot] [PATCH 0/6] Misc graphs enhancements (branch yem/graphs) Yann E. MORIN
2014-04-13 20:42 ` [Buildroot] [PATCH 1/6] Makefile: rename non-user-facing variable Yann E. MORIN
2014-04-14 19:18   ` Samuel Martin
2014-04-13 20:42 ` [Buildroot] [PATCH 2/6] support/graph-depends: use argparse to parse argv[] Yann E. MORIN
2014-04-14 19:20   ` Samuel Martin
2014-04-14 19:46     ` Yann E. MORIN
2014-04-13 20:42 ` [Buildroot] [PATCH 3/6] support/graph-depends: add option to limit the depth of the graph Yann E. MORIN
2014-04-14 19:29   ` Samuel Martin
2014-04-14 19:48     ` Yann E. MORIN
2014-04-13 20:42 ` [Buildroot] [PATCH 4/6] manual: document BR2_GRAPH_DEPTH Yann E. MORIN
2014-04-14 19:31   ` Samuel Martin
2014-04-13 20:42 ` [Buildroot] [PATCH 5/6] support/graph-depends: don't show toolchain dependency for all packages Yann E. MORIN
2014-04-14 19:00   ` Thomas Petazzoni
2014-04-14 19:03     ` Thomas Petazzoni
2014-04-14 19:42   ` Samuel Martin
2014-04-13 20:42 ` [Buildroot] [PATCH 6/6] graphs: make graphs with lots of packages nicer to look at Yann E. MORIN
2014-04-14 20:15 ` [Buildroot] [PATCH 0/6] Misc graphs enhancements (branch yem/graphs) Thomas Petazzoni
2014-04-14 20:22   ` Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.