summaryrefslogtreecommitdiff
path: root/meta-arm/meta-arm/recipes-security/optee/optee-test_4.0.0.bb
blob: ecd949f4318c0b9db9cbfde6bb16c900e40a9f95 (plain)
1
2
3
4
5
6
7
8
9
10
11
require recipes-security/optee/optee-test.inc

SRCREV = "1c3d6be5eaa6174e3dbabf60928d15628e39b994"

# Include ffa_spmc test group if the SPMC test is enabled.
# Supported after op-tee v3.20
EXTRA_OEMAKE:append = "${@bb.utils.contains('MACHINE_FEATURES', 'optee-spmc-test', \
                                        ' CFG_SPMC_TESTS=y CFG_SECURE_PARTITION=y', '' , d)}"

RDEPENDS:${PN} += "${@bb.utils.contains('MACHINE_FEATURES', 'optee-spmc-test', \
                                              ' arm-ffa-user', '' , d)}"