summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-07-07 17:51:17 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-07-17 19:44:26 +0200
commit8278ed43ef159d8b9dfe1be2d41ad5bcd8241dcc (patch)
tree140ee6de1ba4a26982c607567e16bb925394111e /support
parentd56422a51af9e4c87aac365830f598fca6ca8a29 (diff)
graph-depends: ignore a few more uninteresting targets
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support')
-rwxr-xr-xsupport/scripts/graph-depends2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends
index 4d82282f5..da050da8a 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':