Go to file
Fabio Berton 27d8fe3d58 distro/fslc: Add initial distro settings
Freescale Community Distro support four flavors:

  - fslc-framebuffer: Distro for Framebuffer graphical backend. This
    distro doesn't include x11 and wayland features.

  - fslc-wayland: Distro for Wayland without X11. This distro include
    wayland feature but doesn't has x11 support.

  - fslc-x11: Distro for X11 without wayland. This distro include x11
    feature and doesn' has wayland support.

  - fslc-xwayland: Distro for Wayland with X11. This distro include
    both wayland and x11 features.

These four distros are based on Poky Yocto Project Reference Distro.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-31 17:49:38 -02:00
conf distro/fslc: Add initial distro settings 2016-10-31 17:49:38 -02:00
recipes-fsl fsl-image-multimedia: Use the new i.MX feature overrides 2016-10-27 09:30:31 -02:00
recipes-graphics imx-gpu-sdk: Use the new i.MX feature overrides 2016-10-27 09:30:31 -02:00
.gitignore Initial skeleton 2012-05-11 09:56:44 -03:00
README README: Update to use new repository names 2016-10-21 17:24:50 -02:00

OpenEmbedded/Yocto layer for Freescale's Distribution images

This layer provides support for Freescale's Demonstration images 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.openembedded.org/meta-openembedded branch: master revision: HEAD

URI: git://git.yoctoproject.org/meta-freescale branch: master revision: HEAD

Contributing

To contribute to this layer you should send 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-distro

When creating a patch of the last commit, use

git format-patch -s --subject-prefix='distro][PATCH' -1

To send it to the community, use

git send-email --to meta-freescale@yoctoproject.org <generated patch>