Advertisement
tranthudo

README-NXP-VOLANSYS-YOCTO

Aug 4th, 2019
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. Freescale's Community Yocto BSP
  2. ===============================
  3.  
  4. Supported boards
  5. ----------------
  6.  
  7. In order to know the supported boards, please, see the release notes at
  8.  
  9. http://freescale.github.io/doc/release-notes/current/
  10.  
  11. Quick Start Guide
  12. -----------------
  13.  
  14. Once you have downloaded the source of all projects, you will have to
  15. call:
  16.  
  17. $: . ./setup-environment <build directory>
  18.  
  19. After this step, you will be with everything need for build an image.
  20.  
  21. Contributing
  22. ------------
  23.  
  24. To contribute to the development of this BSP and/or submit patches for
  25. new boards please send the patches against the respective project as
  26. informated bellow:
  27.  
  28. The following layers are included on this release:
  29.  
  30. * poky: base build system and metadata
  31. Path: sources/poky
  32. GIT: git://git.yoctoproject.org/poky
  33. Mailing list: https://lists.yoctoproject.org/listinfo/yocto
  34.  
  35. * meta-openembedded: extra packages and features
  36. Path: sources/meta-openembedded
  37. GIT: git://git.openembedded.org/meta-openembedded
  38. Mailing list: http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
  39. Note: Use [meta-oe] in subject to easy the processing
  40.  
  41. * meta-freescale: support for Freescale's processors and board
  42. Path: sources/meta-freescale
  43. Project: https://github.com/Freescale/meta-freescale
  44. GIT: git://github.com/Freescale/meta-freescale.git
  45. Mailing list: https://lists.yoctoproject.org/listinfo/meta-freescale
  46.  
  47. * meta-freescale-3rdparty: support for boards using Freescale's processors
  48. Path: sources/meta-freescale-3rdparty
  49. Project: https://github.com/Freescale/meta-freescale-3rdparty
  50. GIT: git://github.com/Freescale/meta-freescale-3rdparty.git
  51. Mailing list: https://lists.yoctoproject.org/listinfo/meta-freescale
  52. Note: Use [3rdparty] in subject to easy the processing
  53.  
  54. * meta-freescale-distro: distribution images and recipes
  55. Path: sources/meta-freescale-distro
  56. Project: https://github.com/Freescale/meta-freescale-distro
  57. GIT: git://github.com/Freescale/meta-freescale-distro.git
  58. Mailing list: https://lists.yoctoproject.org/listinfo/meta-freescale
  59. Note: Use [distro] in subject to easy the processing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement