aboutsummaryrefslogtreecommitdiff
path: root/include/optee-os.mk
Commit message (Collapse)AuthorAge
* optee-os.mk: override default PATH to not use hostpkg pythonThomas Richard2025-03-15
| | | | | | | | | | In some cases hostpkg python from packages feed is used (hostpkg has higher priority in PATH) which causes build failure (cryptography module is missing). So override PATH to not use hostpkg python. Signed-off-by: Thomas Richard <thomas.richard@bootlin.com> Link: https://github.com/openwrt/openwrt/pull/18102 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* build: add generic build template for optee-os packagesThomas Richard2024-11-23
Add a generic template include/optee-os.mk to build OP-TEE. Signed-off-by: Thomas Richard <thomas.richard@bootlin.com> Link: https://github.com/openwrt/openwrt/pull/16716 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>