mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
![]() I observed a following build issue: | *** | *** Can't find default configuration "arch/../configs/colibri_imx7_emmc_defconfig"! | *** | scripts/kconfig/Makefile:128: recipe for target 'colibri_imx7_emmc_defconfig' failed it's due to the colibri_imx7_emmc_defconfig does not exist in the source, because u-boot-toradex and u-boot-fw-utils are not built from same source. so the toradex machine specific uboot configs do not present in the default u-boot-fw-utils source. To fix it, a new u-boot-toradex-fw-utils recipe is added, it uses the same source with u-boot-toradex, some common code is split out to u-boot-toradex.inc, to be shared by both u-boot-toradex and u-boot-toradex-fw-utils. And we need set PREFERRED_PROVIDER and PREFERRED_RPROVIDER in machine configs to u-boot-toradex-fw-utils. Some files derive from u-boot-toradex-fw-utils recipe of: git://git.toradex.com/meta-toradex-nxp.git Signed-off-by: Ming Liu <liu.ming50@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>