Adapt to new PSA Crypto repo name
Patterns I looked for: grep -i "psa-crypto" grep -i "psa.*crypto.*repo" grep -i "psa.*crypto.*root" Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
0d315378bf
commit
070e8652d5
6 changed files with 16 additions and 16 deletions
|
@ -127,13 +127,13 @@ in_mbedtls_repo () {
|
|||
test -d include -a -d library -a -d programs -a -d tests
|
||||
}
|
||||
|
||||
in_psa_crypto_repo () {
|
||||
in_tf_psa_crypto_repo () {
|
||||
test -d include -a -d core -a -d drivers -a -d programs -a -d tests
|
||||
}
|
||||
|
||||
pre_check_environment () {
|
||||
if in_mbedtls_repo || in_psa_crypto_repo; then :; else
|
||||
echo "Must be run from Mbed TLS / psa-crypto root" >&2
|
||||
if in_mbedtls_repo || in_tf_psa_crypto_repo; then :; else
|
||||
echo "Must be run from Mbed TLS / TF-PSA-Crypto root" >&2
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue