diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 51 |
1 files changed, 51 insertions, 0 deletions
| @@ -0,0 +1,51 @@ | |||
| 1 | OpenEmbedded/Yocto BSP layer for Freescale's ARM platforms | ||
| 2 | ========================================================== | ||
| 3 | |||
| 4 | This layer provides support for Freescale's ARM platforms for use with | ||
| 5 | OpenEmbedded and/or Yocto. | ||
| 6 | |||
| 7 | This layer depends on: | ||
| 8 | |||
| 9 | URI: git://git.openembedded.org/openembedded-core | ||
| 10 | branch: master | ||
| 11 | revision: HEAD | ||
| 12 | |||
| 13 | EULA | ||
| 14 | ---- | ||
| 15 | |||
| 16 | Some SoC depends on libraries and packages that are covered by | ||
| 17 | Freescale EULA. To have the right to use those binaries in your images | ||
| 18 | you need to read and accept the EULA at EULA.txt file. | ||
| 19 | |||
| 20 | In order to accept it, you should add, in your local.conf file: | ||
| 21 | |||
| 22 | ACCEPT_FSL_EULA = "1" | ||
| 23 | |||
| 24 | Contributing | ||
| 25 | ------------ | ||
| 26 | |||
| 27 | To contribute to this layer you should submit the patches for review to the | ||
| 28 | mailing list (meta-freescale@yoctoproject.org). | ||
| 29 | |||
| 30 | Please refer to: | ||
| 31 | https://wiki.yoctoproject.org/wiki/Contribution_Guidelines#General_Information | ||
| 32 | |||
| 33 | for some useful guidelines to be followed when submitting patches. | ||
| 34 | |||
| 35 | Mailing list: | ||
| 36 | |||
| 37 | https://lists.yoctoproject.org/listinfo/meta-freescale | ||
| 38 | |||
| 39 | Source code: | ||
| 40 | |||
| 41 | git://git.yoctoproject.org/meta-fsl-arm | ||
| 42 | http://git.yoctoproject.org/git/meta-fsl-arm | ||
| 43 | https://github.com/Freescale/meta-fsl-arm | ||
| 44 | |||
| 45 | When creating patches, please use something like: | ||
| 46 | |||
| 47 | git format-patch -s --subject-prefix='meta-fsl-arm][PATCH' origin | ||
| 48 | |||
| 49 | When sending patches, please use something like: | ||
| 50 | |||
| 51 | git send-email --to meta-freescale@yoctoproject.org <generated patch> | ||
