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

SRCREV = "2e1e7a9c9d659585566a75fc8802f4758c42bcb2"
SRC_URI += "file://0001-xtest-stats-remove-unneeded-stat.h-include.patch"

# 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)}"