* [Buildroot] [PATCH] graph-depends: ignore a few more uninteresting targets
@ 2012-07-07 15:51 Thomas Petazzoni
2012-07-17 17:44 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2012-07-07 15:51 UTC (permalink / raw)
To: buildroot
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
support/scripts/graph-depends | 2 ++
1 file changed, 2 insertions(+)
diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends
index 4d82282..da050da 100755
--- a/support/scripts/graph-depends
+++ b/support/scripts/graph-depends
@@ -128,6 +128,8 @@ if mode == FULL_MODE:
for tg in targets:
# Skip uninteresting targets
if tg == 'target-generic-issue' or \
+ tg == 'target-generic-getty-busybox' or \
+ tg == 'target-generic-do-remount-rw' or \
tg == 'target-finalize' or \
tg == 'erase-fakeroots' or \
tg == 'target-generic-hostname':
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] graph-depends: ignore a few more uninteresting targets
2012-07-07 15:51 [Buildroot] [PATCH] graph-depends: ignore a few more uninteresting targets Thomas Petazzoni
@ 2012-07-17 17:44 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2012-07-17 17:44 UTC (permalink / raw)
To: buildroot
Le Sat, 7 Jul 2012 17:51:17 +0200,
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> a ?crit :
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Applied.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-17 17:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-07 15:51 [Buildroot] [PATCH] graph-depends: ignore a few more uninteresting targets Thomas Petazzoni
2012-07-17 17:44 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox