mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-04 21:05:24 +02:00
![]() This commit includes the following changes: - 13fe6a7c3707 var-som-mx6, dart-6ul: gpmi: use fsl,legacy-bch-geometry - 5306541e2e12 mtd: gpmi: Fix handling of the fsl,legacy-bch-geometry DT property - 35349199d0cd mtd: gpmi: Use latest fsl imx_4.1.15_1.0.0_ga driver - 5599520f4075 imx6ul-var-dart: Remove the on-nand-flash BBT - 45de2820af07 Fix stability issues with graphics accelerator - f5166d6d8f0e disabled Touch Screen, enabled WLAN Slow Clock Signed-off-by: Fabio Berton <fabio.berton@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: master revision: HEAD
URI: git://git.yoctoproject.org/meta-freescale branch: master revision: HEAD
Contributing
To contribute to this layer you should the patches for review to the mailing list.
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' -1
To send it to the community, use
git send-email --to meta-freescale@yoctoproject.org <generated patch>
Patches are normally intended for the master branch.
Patches for other branches should be sent separately so they can be tracked individually in Patchwork and should have the branch name in brackets.
For example, use this to generate a patch for branch 'morty':
git format-patch -s \
--subject-prefix='3rdparty][morty][PATCH' -1