mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
![]() * Licence have no idea what changed in the license file README. For plausibility a grep here on checksum a2c678cfd4a4d97135585cad908541c6 unveiled: recipes-bsp/u-boot/u-boot-boundary-common_2017.07.inc recipes-bsp/u-boot/u-boot-toradex.inc recipes-bsp/u-boot/u-boot-boundary-common_2017.03.imx8m.inc All these set license to GPLv2+ - so we should be fine. * Fix-the-compile-issue-under-gcc6.patch Later versions of u-boot support a version independent gcc header file making the patch obsolete * COMPATIBLE_MACHINE resrict to imx6qdl-variscite-som Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> |
||
---|---|---|
conf | ||
recipes-bsp | ||
recipes-core | ||
recipes-kernel | ||
.gitignore | ||
README |
OpenEmbedded/Yocto BSP layer for Freescale's ARM based platforms
This layer provides support for Freescale's ARM based platforms for use with OpenEmbedded and/or Yocto Freescale's BSP layer.
This layer depends on:
URI: git://git.openembedded.org/openembedded-core branch: sumo revision: HEAD
URI: git://git.yoctoproject.org/meta-freescale branch: sumo revision: HEAD
Contributing
To contribute to this layer you should the patches for review to the mailing list (meta-freescale@yoctoproject.org).
Please refer to: http://openembedded.org/wiki/Commit_Patch_Message_Guidelines
Mailing list:
https://lists.yoctoproject.org/listinfo/meta-freescale
Source code:
https://github.com/Freescale/meta-freescale-3rdparty
When creating a patch of the last commit, use
git format-patch -s --subject-prefix='3rdparty][PATCH][sumo' -1
To send it to the community, use
git send-email --to meta-freescale@yoctoproject.org <generated patch>