mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-28 14:09:30 +00:00
Since TF-M v2.2.1, the new crypto driver used does not support RSA algorithms, so these tests are no longer valid. Signed-off-by: Frazer Carsley <frazer.carsley@arm.com> Signed-off-by: Ross Burton <ross.burton@arm.com>
11 lines
451 B
PHP
11 lines
451 B
PHP
FILESEXTRAPATHS:prepend:corstone1000 := "${THISDIR}/corstone1000/psa-apitest:"
|
|
|
|
include ts-arm-platforms.inc
|
|
|
|
SRC_URI:append:corstone1000 = " \
|
|
file://0001-corstone1000-port-crypto-config.patch;patchdir=../psatest \
|
|
file://0002-corstone1000-Disable-obsolete-algorithms.patch;patchdir=../psatest \
|
|
file://0003-corstone1000-Disable-SHA512-384.patch;patchdir=../psatest \
|
|
file://0004-Remove-RSA-support.patch;patchdir=../psatest \
|
|
"
|