Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | imx-mkimage: use mkimage tool from sysroot | Andrey Zhizhikin | 2021-10-22 | 1 | -0/+82 |
mkimage tool is provided as a part of sysroot and should not be used as a local copy, since it contains runtime dependencies which local copy does not account for. Drop the local copy on mkimage, introduce the patch that fixes mkimage invocations in build system. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> |