summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2021-04-22 12:49:13 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2021-04-22 10:39:22 -0300
commit31d58f1791e1535b650739a07c835f272882863a (patch)
tree28405a3b08f2c62ca51f0bb8c556287050e0e320 /recipes-bsp/imx-mkimage/imx-mkimage_git.inc
parentdd29cf97a2bb65c5fdbfa49f2785c8466e479cf7 (diff)
downloadmeta-freescale-31d58f1791e1535b650739a07c835f272882863a.tar.gz
imx-mkimage: fix node name generations
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>
Diffstat (limited to 'recipes-bsp/imx-mkimage/imx-mkimage_git.inc')
-rw-r--r--recipes-bsp/imx-mkimage/imx-mkimage_git.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
index 1eba5109..e52fd722 100644
--- a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
+++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
@@ -3,7 +3,10 @@
3DEPENDS = "zlib-native openssl-native" 3DEPENDS = "zlib-native openssl-native"
4 4
5SRCBRANCH = "imx_5.4.70_2.3.0" 5SRCBRANCH = "imx_5.4.70_2.3.0"
6SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH}" 6SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \
7 file://0001-mkimage_fit_atf-fix-fit-generator-node-naming.patch \
8"
9
7SRCREV = "8947fea369ab3932259630232cfb9f87b8f9dda1" 10SRCREV = "8947fea369ab3932259630232cfb9f87b8f9dda1"
8S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
9 12