mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
![]() Update config file: * U-boot provider: u-boot-qmx6 - UBOOT_CONFIG variable defines the Congatec-QMX6 module variant to build. For testing purposes by default is set to: "pn016103" - This variable must be set in the conf/local.conf file according with the module partnumber. The possible values are: pn016100, pn016101, pn016102, pn016103, pn016104, pn016105, pn016106, pn016110, pn016111, pn016112, pn016113 If a PN016101 is the target module, the line added to the conf/local.conf would be like the following: UBOOT_CONFIG = "pn016101" * Linux kernel provider: linux-qmx6 - Config file is the same for all the variants, due to that the SOC_FAMILY variables includes all SOCs to include the firmware of all machines. Signed-off-by: Alex de Cabo <alejandro.de-cabo-garcia@congatec.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: danny revision: HEAD
URI: git://git.yoctoproject.org/meta-fsl-arm branch: danny 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-fsl-arm-extra
When creating a patch of the last commit, use
git format-patch -s --subject-prefix='meta-fsl-arm-extra][PATCH' -1
To send it to the community, use
git send-email --to meta-freescale@yoctoproject.org <generated patch>