[Buildroot] [git commit branch/next] graph-depends: ignore a few more uninteresting targets

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Aug 2 19:55:01 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=8278ed43ef159d8b9dfe1be2d41ad5bcd8241dcc
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 support/scripts/graph-depends |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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':


More information about the buildroot mailing list