diff mbox

graph-depends: remove absent targets from TARGET_EXCEPTIONS

Message ID 1426060397-4458-1-git-send-email-abrodkin@synopsys.com
State Accepted
Commit 0b32791f00764cd42650f6e675725107322f51f3
Headers show

Commit Message

Alexey Brodkin March 11, 2015, 7:53 a.m. UTC
Most of targets listed in TARGET_EXCEPTIONS these days are long
gone, so why still keep them?

Most of those targets were removed in this commit:
http://git.buildroot.net/buildroot/commit/?id=02b88600312554bf166f6cfd71f7f2ede783096a

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <jacmet@sunsite.dk>
---
 support/scripts/graph-depends | 9 ---------
 1 file changed, 9 deletions(-)

Comments

Peter Korsgaard March 11, 2015, 4:21 p.m. UTC | #1
>>>>> "Alexey" == Alexey Brodkin <Alexey.Brodkin@synopsys.com> writes:

 > Most of targets listed in TARGET_EXCEPTIONS these days are long
 > gone, so why still keep them?

 > Most of those targets were removed in this commit:
 > http://git.buildroot.net/buildroot/commit/?id=02b88600312554bf166f6cfd71f7f2ede783096a

 > Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
 > Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 > Cc: Peter Korsgaard <jacmet@sunsite.dk>

Committed, thanks.
diff mbox

Patch

diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends
index 28fe2f0..5b9b195 100755
--- a/support/scripts/graph-depends
+++ b/support/scripts/graph-depends
@@ -186,17 +186,8 @@  def pkg_node_name(pkg):
     return pkg.replace("-","")
 
 TARGET_EXCEPTIONS = [
-    "target-generic-securetty",
-    "target-generic-issue",
-    "target-generic-getty-busybox",
-    "target-generic-do-remount-rw",
-    "target-generic-dont-remount-rw",
     "target-finalize",
-    "erase-fakeroots",
-    "target-generic-hostname",
-    "target-root-passwd",
     "target-post-image",
-    "target-purgelocales",
 ]
 
 # In full mode, start with the result of get_targets() to get the main