Go to file
Fabio Berton 238f168a0a Stop using SERIAL_CONSOLE and switch all boards to SERIAL_CONSOLES
From meta-freescale commit 2e83203ebd8439a45bc7a931ace6871e6b238658

SERIAL_CONSOLE has been deprecated for a while now (see [1]). This
patch fixes the machines that where still using the old variable.

[1]: https://www.yoctoproject.org/docs/2.7/ref-manual/ref-manual.html#migration-2.6-serial-console-deprecated

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2019-02-20 10:29:23 -03:00
classes classes/image_types_digi: Image types for Digi ConnectCore modules 2018-12-13 07:19:57 -02:00
conf Stop using SERIAL_CONSOLE and switch all boards to SERIAL_CONSOLES 2019-02-20 10:29:23 -03:00
recipes-bsp u-boot-digi: Add Digi U-Boot for ConnectCore System-On-Modules 2018-12-13 07:20:32 -02:00
recipes-core net-persistent-mac: Use the license text from common-licenses 2014-01-29 10:56:49 -02:00
recipes-kernel linux-fslc: ccimx6ulsbcexpress: Adapt to v4.19 2019-01-10 11:04:57 -02:00
.gitignore Initial skeleton 2012-04-27 15:20:53 -03:00
README README: Update to use info only for sumo branch 2018-06-26 14:07:14 -03: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: 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>