cockpit: imx-atf: Fix debug build support

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
Tom Hochstein 2024-10-11 11:30:47 -05:00
parent 53ea84b39d
commit 0d5ab27566

View File

@ -24,8 +24,8 @@ do_deploy:imx8qm-cockpit () {
flavors="$core optee-$core" flavors="$core optee-$core"
fi fi
for flavor in $flavors; do for flavor in $flavors; do
install -Dm 0644 ${S}/$flavor/${ATF_PLATFORM}/release/bl31.bin ${DEPLOYDIR}/bl31-${ATF_PLATFORM}-cockpit.bin-$flavor install -Dm 0644 ${S}/$flavor/${ATF_PLATFORM}/${OUTPUT_FOLDER}/bl31.bin ${DEPLOYDIR}/bl31-${ATF_PLATFORM}-cockpit.bin-$flavor
install -Dm 0644 ${S}/$flavor/${ATF_PLATFORM}/release/bl31.bin ${DEPLOYDIR}/${BOOT_TOOLS}/bl31-${ATF_PLATFORM}-cockpit.bin-$flavor install -Dm 0644 ${S}/$flavor/${ATF_PLATFORM}/${OUTPUT_FOLDER}/bl31.bin ${DEPLOYDIR}/${BOOT_TOOLS}/bl31-${ATF_PLATFORM}-cockpit.bin-$flavor
done done
done done
} }