Advertisement
Guest User

meta-layer help

a guest
Feb 21st, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. # I'm trying to add a top level meta layer to this project
  2. # can't seem to find where these other top level layers are added
  3.  
  4. /genivi-dev-platform$ ls
  5. gdp-src-build meta-browser meta-intel meta-oic meta-qt5 meta-rust README.md
  6. init.sh meta-erlang meta-ivi meta-openembedded meta-raspberrypi meta-rvi
  7. LICENSE meta-genivi-dev meta-mycroft meta-qcom meta-renesas poky
  8.  
  9. # It's called meta-mycroft
  10. # mycroft has another dependency called meta-mimic inside of it
  11.  
  12. tree meta-mycroft/
  13. meta-mycroft/
  14. ├── conf
  15. │   ├── bblayers.conf
  16. │   └── layer.conf
  17. ├── COPYING.MIT
  18. ├── meta-mimic
  19. │   ├── conf
  20. │   │   └── layer.conf
  21. │   ├── COPYING.MIT
  22. │   ├── README
  23. │   └── recipes-mimic
  24. │   └── mimic
  25. │   └── mimic_0.1.bb
  26. ├── README
  27. ├── recipes-example
  28. │   └── example
  29. │   ├── mycroft-0.1
  30. │   │   ├── example.patch
  31. │   │   └── helloworld.c
  32. │   └── mycroft_0.1.bb
  33. └── recipes-example-bbappend
  34. └── example-bbappend
  35. ├── mycroft-0.1
  36. │   └── example.patch
  37. └── mycroft_0.1.bbappend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement