From daf1f29014920538b0e7472ac14bd6f454429970 Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Tue, 26 Apr 2022 17:16:02 +0200 Subject: 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 --- recipes-bsp/imx-mkimage/imx-mkimage_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-bsp/imx-mkimage/imx-mkimage_git.bb') 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 () { cd ${S} install -d ${D}${bindir} install -m 0755 iMX8M/mkimage_imx8 ${D}${bindir}/mkimage_imx8m + install -m 0755 iMX8M/mkimage_fit_atf.sh ${D}${bindir}/mkimage_fit_atf.sh + install -m 0755 iMX8M/print_fit_hab.sh ${D}${bindir}/print_fit_hab.sh install -m 0755 mkimage_imx8 ${D}${bindir}/mkimage_imx8 } -- cgit v1.2.3-54-g00ecf