[Buildroot] [PATCH] graph-depends: ignore a few more uninteresting targets

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Jul 7 15:51:17 UTC 2012


Signed-off-by: Thomas Petazzoni <thomas.petazzoni at 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




More information about the buildroot mailing list