summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-mkimage/files
Commit message (Collapse)AuthorAgeFilesLines
* imx-mkimage: fix node name generationsAndrey Zhizhikin2021-04-221-0/+166
FIT node names generated by imx-mkimage script are not conformant to the latest version of mkimage tool and are caused to be skipped at parsing stage, leading to build errors. Introduce the patch to correct generated node names (drop unit address fields and replace with names-only). Fixes: #741 https://github.com/Freescale/meta-freescale/issues/741 Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Cc: Tom Hochstein <tom.hochstein@nxp.com>