Go to file
Dima Zavin 73926e3059 license: clarify the licensing for the project's metadata
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>
2019-01-10 10:59:06 -02:00
classes classes/use-imx-headers: Easy linux-imx-headers use 2018-10-26 14:23:37 -03:00
conf Migrate from SOC_FAMILY to MACHINEOVERRIDES 2019-01-10 10:57:50 -02:00
custom-licenses add NXP-Binary-EULA licenses 2018-02-28 13:30:14 -03:00
dynamic-layers qtbase: Do not modify QT_CONFIG_FLAGS 2018-11-21 09:30:43 +01:00
recipes-bsp imx-uuc: bump to latest revision 2019-01-10 10:57:22 -02:00
recipes-connectivity openssl-qoriq: enable -DHAVE_CRYPTODEV option 2018-12-13 07:12:53 -02:00
recipes-core udev-rules-qoriq: remove rule for t1024 2018-11-08 16:37:01 -02:00
recipes-daemons/ptpd ptpd-qoriq: Add RREPLACE/RPROVIDES/RCONFLICTS for ptpd-qoriq instead of ptpd 2018-06-06 10:56:47 -03:00
recipes-devtools cst: update to 3285e1d23a6abe3db6b 2018-11-19 10:19:49 -02:00
recipes-dpaa fmlib: fix typo 2018-10-15 09:14:25 -03:00
recipes-dpaa2 dce: add recipes 2018-11-19 10:20:05 -02:00
recipes-extended ovs-dpdk: set DPAA_VER = "dpaa" 2018-12-13 07:14:33 -02:00
recipes-fsl recipes: Mark compatible machines as restricted by dependencies 2018-09-28 17:27:55 -03:00
recipes-graphics libdrm: Add nobranch option 2018-12-13 07:13:41 -02:00
recipes-kernel linux-imx_4.9.123: fix kernel module deploymenmt for ipk 2019-01-09 14:42:52 -02:00
recipes-multimedia imx-vpuwrap: Simplify COMPATIBLE_MACHINE 2018-12-13 17:19:49 -02:00
recipes-security/optee optee-os-qoriq: support qoriq-arm64 2018-10-26 14:07:50 -03:00
SCR SCR-4.1.15-2.0.0: Replace SCR with latest 4.1.15-2.0.0 2016-10-18 16:26:15 -02:00
scripts wic: Move all wks files to root layer directory 2017-09-29 16:27:02 -03:00
wic image_types_fsl.bbclass: Use IMAGE_LINK_NAME for mxs binaries 2018-09-26 14:55:29 -03:00
.gitignore
COPYING.MIT license: clarify the licensing for the project's metadata 2019-01-10 10:59:06 -02:00
EULA EULA: Update to v24 2018-08-30 21:57:08 -03:00
LICENSE license: clarify the licensing for the project's metadata 2019-01-10 10:59:06 -02:00
README README: Remove subject-prefix from git format-patch command 2016-10-27 10:36:28 -02:00

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>