Go to file
Fabio Berton 9056f60d81 linux-variscite: Bump revision to 13fe6a7c3707
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>
2020-03-23 17:24:36 -03:00
conf colibri-vf: use strong assignment of SERIAL_CONSOLE, fixes #5 2018-04-02 09:36:45 -03:00
recipes-bsp u-boot-variscite: Bump revision to 2d1855ccbf 2020-03-23 17:23:14 -03:00
recipes-core net-persistent-mac: Use the license text from common-licenses 2014-01-29 10:56:49 -02:00
recipes-kernel linux-variscite: Bump revision to 13fe6a7c3707 2020-03-23 17:24:36 -03:00
.gitignore Initial skeleton 2012-04-27 15:20:53 -03:00
README README: Update to use new repository names 2016-10-21 16:19:26 -02:00

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