diff options
-rw-r--r-- | recipes-security/optee/optee-os-qoriq_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-security/optee/optee-os-qoriq_git.bb b/recipes-security/optee/optee-os-qoriq_git.bb index fba81fb0..92c3d289 100644 --- a/recipes-security/optee/optee-os-qoriq_git.bb +++ b/recipes-security/optee/optee-os-qoriq_git.bb | |||
@@ -38,7 +38,8 @@ do_install() { | |||
38 | #install core on boot directory | 38 | #install core on boot directory |
39 | install -d ${D}/lib/firmware/ | 39 | install -d ${D}/lib/firmware/ |
40 | 40 | ||
41 | install -m 644 ${B}/out/arm-plat-ls/core/tee.elf ${D}/lib/firmware/tee_${MACHINE}.bin | 41 | ${OBJCOPY} -v -O binary ${B}/out/arm-plat-ls/core/tee.elf ${B}/out/arm-plat-ls/core/tee.bin |
42 | install -m 644 ${B}/out/arm-plat-ls/core/tee.bin ${D}/lib/firmware/tee_${MACHINE}.bin | ||
42 | #install TA devkit | 43 | #install TA devkit |
43 | install -d ${D}/usr/include/optee/export-user_ta/ | 44 | install -d ${D}/usr/include/optee/export-user_ta/ |
44 | 45 | ||