meta-freescale/recipes-security/optee-qoriq/optee-test.nxp.inc
Zelan Zou a54f269cde optee-test-qoriq: Upgrade 3.13 -> 4.6.0
Update from LF6.12.20-2.0.0

Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
2025-09-03 11:32:25 +08:00

16 lines
574 B
PHP

# Copyright 2020-2021,2025 NXP
require recipes-security/optee-imx/optee-test-fslc.inc
DEPENDS:remove = "optee-client optee-os-tadevkit"
DEPENDS:append = "optee-client-qoriq optee-os-qoriq-tadevkit openssl"
SRC_URI:remove = "git://github.com/OP-TEE/optee_test.git;branch=master;protocol=https"
SRC_URI:remove = "file://run-ptest"
SRC_URI:prepend = "${OPTEE_TEST_SRC};branch=${OPTEE_TEST_BRANCH} "
OPTEE_TEST_SRC ?= "git://github.com/nxp-qoriq/optee_test.git;protocol=https"
CFLAGS += " -Wno-error=unterminated-string-initialization"
COMPATIBLE_MACHINE = "(qoriq-arm64)"