mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
![]() This commit includes the following changes: - 2d1855ccbf mx6var_som: Reuse 2GB RAM DART-MX6 code also for legacy DDR conf - 501a35f281 mx6var_som: Fix Ethernet and video issues with 2GB RAM DART-MX6 - 9266f2a2be mx6var_som: Move the setup_display() call from board_early_init_f() to board_init() - f8b4493926 mx6var_som: fix possibe hang when the i2c bus is busy - 323af6fd4a net: fec_mxc: printf the "got MAC from fuse" message - 5aa069a430 fw_env: fix compilation error under gcc6 - 19ce290a6b Fix the compile issue under gcc6 - c8eb928942 Allow fw env tools to be available as library - dad9b14a53 mx6var_som: Add standby settings for VGEN4 and VGEN6 - f7a3c3a125 mx6var_som: Fix VGEN3CTL setting, following the pfuze100 definition fix - d71c5b7506 power: pfuze100: Fix LDO "extended" mode control definitions - 8056559dc5 mx6var_som: Add support for booting from eMMC on VAR-SOM-MX6 (rev 2.3) - fa6c2974ac mx6var_som: Remove 'bpp=32' for ldb in default environment - 91f42abe37 MA-7330-1 change tool chain to gcc4.9 for android kernel and uboot - 88f6ba91a7 disable dm_verity to allow booting with android user builds 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