Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4 v2] misc graph-depends enhancements (branch yem/graph-depends)
@ 2015-03-24 22:16 Yann E. MORIN
  2015-03-24 22:16 ` [Buildroot] [PATCH 1/4 v2] support/graph-depends: add option to stop on specific packages Yann E. MORIN
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Yann E. MORIN @ 2015-03-24 22:16 UTC (permalink / raw)
  To: buildroot

Hello All!

This series introduces a few enhancements to graph-depends, with two new
options:
  - --stop-on/-s PKG: to stop graphing on package PKG;
  - --exclude/-x PKG: like --stop-on, but also omit PKG from the graph.

PKG can be one of an actual package name, a glob or the keyword
'virtual' (to stop on / exclude virtual packages). Stoping on, or
excluding host packages can easily be done by using the glob 'host-*'

Note: I did not introduce the keyword 'host' because 'host' is an
existing package, and even though we do not package it so far, it
would have clashed, should we eventually have it.


Changes v1 -> v2:
  - small eye-candy fixes  (Samuel)


Regards,
Yann E. MORIN.


The following changes since commit 22014e038047dfa2a303fecce0a22d1c5811b6a5:

  mongoose: bump to version 5.6 (2015-03-23 23:17:32 +0100)

are available in the git repository at:

  git://git.busybox.net/~ymorin/git/buildroot yem/graph-depends

for you to fetch changes up to 8a743ff9947bda250791bb5032d62e288c30f7c5:

  docs/manual: document new graph-depends options (2015-03-24 23:13:37 +0100)

----------------------------------------------------------------
Yann E. MORIN (4):
      support/graph-depends: add option to stop on specific packages
      support/graph-depends: accepts globs to stop on package
      support/graph-depends: add option to completely exclude a package
      docs/manual: document new graph-depends options

 docs/manual/common-usage.txt  |  8 ++++++++
 support/scripts/graph-depends | 34 +++++++++++++++++++++++++++++++---
 2 files changed, 39 insertions(+), 3 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] 7+ messages in thread

end of thread, other threads:[~2015-03-31 22:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-24 22:16 [Buildroot] [PATCH 0/4 v2] misc graph-depends enhancements (branch yem/graph-depends) Yann E. MORIN
2015-03-24 22:16 ` [Buildroot] [PATCH 1/4 v2] support/graph-depends: add option to stop on specific packages Yann E. MORIN
2015-03-24 22:16 ` [Buildroot] [PATCH 2/4 v2] support/graph-depends: accepts globs to stop on package Yann E. MORIN
2015-03-24 22:16 ` [Buildroot] [PATCH 3/4 v2] support/graph-depends: add option to completely exclude a package Yann E. MORIN
2015-03-24 22:16 ` [Buildroot] [PATCH 4/4 v2] docs/manual: document new graph-depends options Yann E. MORIN
2015-03-31 22:02 ` [Buildroot] [PATCH 0/4 v2] misc graph-depends enhancements (branch yem/graph-depends) Thomas Petazzoni
2015-03-31 22:20   ` Yann E. MORIN

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