mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-07-19 12:59:04 +02:00
![]() Presently, the recipe files in meta-freescale are under an ambiguous license. There is a EULA file at the root, but it's clearly not meant to apply as the default license as it is only explicitly called out in a few recipes and mirrors the language of the LSDK. The yocto upstream projects are meant to be distributed under a more liberal license than the LSDK. There are several licenses listed is custom-licenses/, but those again only apply to specific recipes (e.g. NXP-Binary-EULA). The license for the recipes themselves (and for the layer metadata, etc.) is not clear and is problematic when attempting to host a mirror of this code. So, add a LICENSE file that describes this situation, and provide a reference copy of the MIT license (taken from poky/meta/). Signed-off-by: Dima Zavin <dmitriyz@waymo.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> |
||
---|---|---|
classes | ||
conf | ||
custom-licenses | ||
dynamic-layers | ||
recipes-bsp | ||
recipes-connectivity | ||
recipes-core | ||
recipes-daemons/ptpd | ||
recipes-devtools | ||
recipes-dpaa | ||
recipes-dpaa2 | ||
recipes-extended | ||
recipes-fsl | ||
recipes-graphics | ||
recipes-kernel | ||
recipes-multimedia | ||
recipes-security/optee | ||
SCR | ||
scripts | ||
wic | ||
.gitignore | ||
COPYING.MIT | ||
EULA | ||
LICENSE | ||
README |
OpenEmbedded/Yocto BSP layer for Freescale's platforms
This layer provides support for Freescale's platforms for use with OpenEmbedded and/or Yocto.
This layer depends on:
URI: git://git.openembedded.org/openembedded-core branch: master revision: HEAD
Contributing
To contribute to this layer you should submit the patches for review to the mailing list (meta-freescale@yoctoproject.org).
Please refer to: http://openembedded.org/wiki/Commit_Patch_Message_Guidelines
for some useful guidelines to be followed when submitting patches.
Mailing list:
https://lists.yoctoproject.org/listinfo/meta-freescale
Source code:
https://github.com/Freescale/meta-freescale
When creating patches, please use something like:
git format-patch -s origin
When sending patches, please use something like:
git send-email --to meta-freescale@yoctoproject.org <generated patch>