graph-depends: ignore a few more uninteresting targets
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d56422a51a
commit
8278ed43ef
@ -128,6 +128,8 @@ if mode == FULL_MODE:
|
|||||||
for tg in targets:
|
for tg in targets:
|
||||||
# Skip uninteresting targets
|
# Skip uninteresting targets
|
||||||
if tg == 'target-generic-issue' or \
|
if tg == 'target-generic-issue' or \
|
||||||
|
tg == 'target-generic-getty-busybox' or \
|
||||||
|
tg == 'target-generic-do-remount-rw' or \
|
||||||
tg == 'target-finalize' or \
|
tg == 'target-finalize' or \
|
||||||
tg == 'erase-fakeroots' or \
|
tg == 'erase-fakeroots' or \
|
||||||
tg == 'target-generic-hostname':
|
tg == 'target-generic-hostname':
|
||||||
|
Loading…
Reference in New Issue
Block a user