graph-depends: ignore a few more uninteresting targets
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 7 Jul 2012 15:51:17 +0000 (17:51 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 17 Jul 2012 17:44:26 +0000 (19:44 +0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/scripts/graph-depends

index 4d82282f509262918ac163d3ce367dcdb4c56dee..da050da8abcdaff1a7a5181d550e56dd60891013 100755 (executable)
@@ -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':