mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-07-19 12:59:04 +02:00
Merge pull request #2307 from ekronborg/boot-container
imx-boot-container: copy ${OPTEE_BOOT_IMAGE} to ${B}
This commit is contained in:
commit
82f87af9e0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user