mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-05 13:25:21 +02:00
imx-atf-boundary: update do_deploy to fix binary path as per imx-boot
imx-boot was updated to copy a binary from different path, so need to fix. Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
This commit is contained in:
parent
3d0130fbe0
commit
18fe766078
|
@ -46,9 +46,9 @@ do_compile() {
|
||||||
do_install[noexec] = "1"
|
do_install[noexec] = "1"
|
||||||
|
|
||||||
do_deploy() {
|
do_deploy() {
|
||||||
install -Dm 0644 ${S}/build/${ATF_PLATFORM}/release/bl31.bin ${DEPLOYDIR}/${BOOT_TOOLS}/bl31-${ATF_PLATFORM}.bin
|
install -Dm 0644 ${S}/build/${ATF_PLATFORM}/release/bl31.bin ${DEPLOYDIR}/bl31-${ATF_PLATFORM}.bin
|
||||||
if ${BUILD_OPTEE}; then
|
if ${BUILD_OPTEE}; then
|
||||||
install -m 0644 ${S}/build-optee/${ATF_PLATFORM}/release/bl31.bin ${DEPLOYDIR}/${BOOT_TOOLS}/bl31-${ATF_PLATFORM}.bin-optee
|
install -m 0644 ${S}/build-optee/${ATF_PLATFORM}/release/bl31.bin ${DEPLOYDIR}/bl31-${ATF_PLATFORM}.bin-optee
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
addtask deploy after do_compile
|
addtask deploy after do_compile
|
||||||
|
|
Loading…
Reference in New Issue
Block a user