Andrew Geissler | 23e0279 | 2023-07-21 09:06:10 -0500 | [diff] [blame] | 1 | require recipes-security/optee/optee-test.inc |
| 2 | |
| 3 | SRC_URI += " \ |
Andrew Geissler | 80d4184 | 2023-09-11 08:36:15 -0400 | [diff] [blame] | 4 | file://Update-arm_ffa_user-driver-dependency.patch \ |
| 5 | file://ffa_spmc-Add-arm_ffa_user-driver-compatibility-check.patch \ |
| 6 | file://musl-workaround.patch \ |
Andrew Geissler | 23e0279 | 2023-07-21 09:06:10 -0500 | [diff] [blame] | 7 | " |
| 8 | SRCREV = "5db8ab4c733d5b2f4afac3e9aef0a26634c4b444" |
| 9 | |
| 10 | EXTRA_OEMAKE:append = " OPTEE_OPENSSL_EXPORT=${STAGING_INCDIR}" |
| 11 | DEPENDS:append = " openssl" |
| 12 | CFLAGS:append = " -Wno-error=deprecated-declarations" |