phytec / doc-bsp-yocto

Yocto BSP Documentation
https://phytec.github.io/doc-bsp-yocto/
1 stars 1 forks source link

bsp: imx-common: development: Add description how to build u-boot with imx-mkimage #184

Closed cstoidner closed 4 months ago

cstoidner commented 5 months ago

For i.MX 93 u-boot cannot be built with binman, but needs imx-mkimage. Therefore, that PR splits the large document "imx-common/development/standalone_build.rsti" into smaller parts, to allow having for u-boot a binman-version and an imx-mkimage version. Consequently, the imx-mkimage version is also added with that PR.

tremmet commented 4 months ago

The stuff you added is not really "imx-common". Made adaptions to do so. See https://github.com/phytec/doc-bsp-yocto/pull/189

I can rebase on your changes and adapt the rest. But keep an eye on this in future when you make changes in imx-common.

jonas-rem commented 4 months ago

@cstoidner I don't really know why the action complains about a duplicate label. It checks out the correct branch and when I verify that exact branch with the same head like in the action everything looks fine locally. Restarting the action results in the same issue.

Can you rebase on the current main and make a force push to update the PR and re-trigger the build actions?