diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2025-03-26 06:59:25 -0700 |
---|---|---|
committer | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-03-31 17:06:06 -0300 |
commit | c611cefd8038dce0c7e1e4ecfb0ce5bebff2d809 (patch) | |
tree | 24ddaca1aecd76540860673a5c130926af0de444 /recipes-security/optee-imx/optee-os-tadevkit-fslc-imx.inc | |
parent | 13b8d981e7e41acb5ba383e600680ace25ed6d88 (diff) | |
download | meta-freescale-c611cefd8038dce0c7e1e4ecfb0ce5bebff2d809.tar.gz |
optee-imx: Upgrade 4.2.0.imx -> 4.4.0.imx
Copy latest support from NXP BSP LF6.6.52_2.2.0.
Note that clang is disabled in optee-os-fslc.inc, which is copied from
meta-arm optee-os.inc.
Fixes: Issue 2048 - Upgrade BSP to LF6.6.52_2.2.0
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-security/optee-imx/optee-os-tadevkit-fslc-imx.inc')
-rw-r--r-- | recipes-security/optee-imx/optee-os-tadevkit-fslc-imx.inc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-security/optee-imx/optee-os-tadevkit-fslc-imx.inc b/recipes-security/optee-imx/optee-os-tadevkit-fslc-imx.inc new file mode 100644 index 00000000..18cf9a37 --- /dev/null +++ b/recipes-security/optee-imx/optee-os-tadevkit-fslc-imx.inc | |||
@@ -0,0 +1,27 @@ | |||
1 | # Copied from meta-imx/meta-imx-bsp/recipes-security/optee/optee-os-tadevkit-imx.inc. | ||
2 | # See: https://github.com/nxp-imx/imx-manifest/blob/imx-linux-scarthgap/imx-6.6.52-2.2.0.xml#L37 | ||
3 | |||
4 | require optee-os-common-fslc-imx.inc | ||
5 | |||
6 | SUMMARY = "OP-TEE Trusted OS TA devkit" | ||
7 | DESCRIPTION = "OP-TEE TA devkit for build TAs" | ||
8 | HOMEPAGE = "https://www.op-tee.org/" | ||
9 | |||
10 | DEPENDS += "python3-pycryptodome-native" | ||
11 | |||
12 | do_install() { | ||
13 | #install TA devkit | ||
14 | install -d ${D}${includedir}/optee/export-user_ta/ | ||
15 | for f in ${B}/export-ta_${OPTEE_ARCH}/* ; do | ||
16 | cp -aR $f ${D}${includedir}/optee/export-user_ta/ | ||
17 | done | ||
18 | } | ||
19 | |||
20 | do_deploy() { | ||
21 | echo "Do not inherit do_deploy from optee-os." | ||
22 | } | ||
23 | |||
24 | FILES:${PN} = "${includedir}/optee/" | ||
25 | |||
26 | # Build paths are currently embedded | ||
27 | INSANE_SKIP:${PN}-dev += "buildpaths" | ||