README 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. This README file contains information on the contents of the
  2. {{=layer_name}} layer.
  3. Please see the corresponding sections below for details.
  4. Dependencies
  5. ============
  6. This layer depends on:
  7. URI: git://git.openembedded.org/bitbake
  8. branch: master
  9. URI: git://git.openembedded.org/openembedded-core
  10. layers: meta
  11. branch: master
  12. URI: git://git.yoctoproject.org/xxxx
  13. layers: xxxx
  14. branch: master
  15. Patches
  16. =======
  17. Please submit any patches against the {{=layer_name}} layer to the
  18. xxxx mailing list (xxxx@zzzz.org) and cc: the maintainer:
  19. Maintainer: XXX YYYYYY <xxx.yyyyyy@zzzzz.com>
  20. Table of Contents
  21. =================
  22. I. Adding the {{=layer_name}} layer to your build
  23. II. Misc
  24. I. Adding the {{=layer_name}} layer to your build
  25. =================================================
  26. --- replace with specific instructions for the {{=layer_name}} layer ---
  27. In order to use this layer, you need to make the build system aware of
  28. it.
  29. Assuming the {{=layer_name}} layer exists at the top-level of your
  30. yocto build tree, you can add it to the build system by adding the
  31. location of the {{=layer_name}} layer to bblayers.conf, along with any
  32. other layers needed. e.g.:
  33. BBLAYERS ?= " \
  34. /path/to/yocto/meta \
  35. /path/to/yocto/meta-poky \
  36. /path/to/yocto/meta-yocto-bsp \
  37. /path/to/yocto/meta-{{=layer_name}} \
  38. "
  39. II. Misc
  40. ========
  41. --- replace with specific information about the {{=layer_name}} layer ---