diff options
author | Thomas Perrot <thomas.perrot@bootlin.com> | 2022-04-26 17:16:02 +0200 |
---|---|---|
committer | Thomas Perrot <thomas.perrot@bootlin.com> | 2022-04-27 10:41:47 +0200 |
commit | daf1f29014920538b0e7472ac14bd6f454429970 (patch) | |
tree | 8195171a31b3165c8ed36b64a55bea68dbdcc56f /recipes-bsp/imx-mkimage/imx-mkimage_git.bb | |
parent | 1f4577542cd2246b4a1f1bf0e331f82ff2d7da8b (diff) | |
download | meta-freescale-daf1f29014920538b0e7472ac14bd6f454429970.tar.gz |
imx-imkimage: install print_fit_hab.sh
This script gives the address, the offset and the size of binaries have been
stored into U-Boot FIT image that contains TF-A, U-Boot and OP-TEE.
Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
Diffstat (limited to 'recipes-bsp/imx-mkimage/imx-mkimage_git.bb')
-rw-r--r-- | recipes-bsp/imx-mkimage/imx-mkimage_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.bb b/recipes-bsp/imx-mkimage/imx-mkimage_git.bb index 24ed76e29..4906121fc 100644 --- a/recipes-bsp/imx-mkimage/imx-mkimage_git.bb +++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.bb | |||
@@ -23,5 +23,7 @@ do_install () { | |||
23 | cd ${S} | 23 | cd ${S} |
24 | install -d ${D}${bindir} | 24 | install -d ${D}${bindir} |
25 | install -m 0755 iMX8M/mkimage_imx8 ${D}${bindir}/mkimage_imx8m | 25 | install -m 0755 iMX8M/mkimage_imx8 ${D}${bindir}/mkimage_imx8m |
26 | install -m 0755 iMX8M/mkimage_fit_atf.sh ${D}${bindir}/mkimage_fit_atf.sh | ||
27 | install -m 0755 iMX8M/print_fit_hab.sh ${D}${bindir}/print_fit_hab.sh | ||
26 | install -m 0755 mkimage_imx8 ${D}${bindir}/mkimage_imx8 | 28 | install -m 0755 mkimage_imx8 ${D}${bindir}/mkimage_imx8 |
27 | } | 29 | } |