diff options
| -rw-r--r-- | meta-ti-bsp/recipes-security/optee/optee-os-tadevkit_3.20.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-security/optee/optee-os-tadevkit_3.20.0.bb b/meta-ti-bsp/recipes-security/optee/optee-os-tadevkit_3.20.0.bb new file mode 100644 index 00000000..f2cc06d8 --- /dev/null +++ b/meta-ti-bsp/recipes-security/optee/optee-os-tadevkit_3.20.0.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | require recipes-security/optee/optee-os_3.20.0.bb | ||
| 2 | |||
| 3 | SUMMARY = "OP-TEE Trusted OS TA devkit" | ||
| 4 | DESCRIPTION = "OP-TEE TA devkit for build TAs" | ||
| 5 | HOMEPAGE = "https://www.op-tee.org/" | ||
| 6 | |||
| 7 | DEPENDS += "python3-pycryptodome-native" | ||
| 8 | |||
| 9 | do_install() { | ||
| 10 | #install TA devkit | ||
| 11 | install -d ${D}${includedir}/optee/export-user_ta/ | ||
| 12 | for f in ${B}/export-ta_${OPTEE_ARCH}/* ; do | ||
| 13 | cp -aR $f ${D}${includedir}/optee/export-user_ta/ | ||
| 14 | done | ||
| 15 | } | ||
| 16 | |||
| 17 | do_deploy() { | ||
| 18 | echo "Do not inherit do_deploy from optee-os." | ||
| 19 | } | ||
| 20 | |||
| 21 | FILES:${PN} = "${includedir}/optee/" | ||
| 22 | |||
| 23 | # Build paths are currently embedded | ||
| 24 | INSANE_SKIP:${PN}-dev += "buildpaths" | ||
