summaryrefslogtreecommitdiff
path: root/meta-arm/meta-arm/recipes-security/optee/optee-test_3.20.0.bb
blob: 50f5afe71800e226993d4586debdede4f06ccccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require optee-test.inc

SRC_URI:append = " \
    file://Update-arm_ffa_user-driver-dependency.patch \
    file://ffa_spmc-Add-arm_ffa_user-driver-compatibility-check.patch \
    file://musl-workaround.patch \
   "
SRCREV = "5db8ab4c733d5b2f4afac3e9aef0a26634c4b444"

EXTRA_OEMAKE:append:libc-musl = " OPTEE_OPENSSL_EXPORT=${STAGING_INCDIR}"
DEPENDS:append:libc-musl = " openssl"
CFLAGS:append:libc-musl = " -Wno-error=deprecated-declarations"