Merge pull request #2307 from ekronborg/boot-container

imx-boot-container: copy ${OPTEE_BOOT_IMAGE} to ${B}
This commit is contained in:
Otavio Salvador 2025-06-23 14:21:43 -03:00 committed by GitHub
commit 82f87af9e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,6 +63,9 @@ do_resolve_and_populate_binaries() {
else
bberror "ATF binary is undefined, result binary would be unusable!"
fi
if [ "${@bb.utils.contains('MACHINE_FEATURES', 'optee', '1' , '0' , d)}" = "1" ] ; then
cp ${DEPLOY_DIR_IMAGE}/${OPTEE_BOOT_IMAGE} ${B}/${config}/
fi
fi
done
unset j