mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
![]() Tested: * HDMI * MMC * eMMC (mounted) * NAND (kernel log - no partitions) * RTC * USB-Host * Ethernet * WiFi * Bluetooth * serial console Open: * HDMI sound * Onboard sound (ALSA looks good has no phones connected yet) * User-Button * USB-OTG Cannot test: * CAN Additional comments: 1. The way, the dt-files are copied into the kernel sources is not state of the art. But since this is some work in progress it makes my worklow a lot easier. 2. My target is to send dt-files to mainline kernel but they are not yet ready for that 'environment'. Once done I'll send backports to meta-fslc and 1. can go. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Otavio Salvador <otavio@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: 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>