Advertisement
Guest User

Untitled

a guest
Nov 16th, 2021
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. # Run with:
  2. # bitbake -g core-image-minimal
  3. # gvpr -i -f filter_non-native.txt recipe-depends.dot | tred | xdot -&
  4.  
  5. N[match(label, "/meta") != -1 &&
  6. match(label, "virtual:native:") == -1 &&
  7. match(name, "-native") == -1]
  8.  
  9. N[match(label, "/meta-oe") != -1] {
  10. color = "blue";
  11. }
  12.  
  13. N {
  14. label = gsub(label, '\\\\n*');
  15. }
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement