Merge pull request #10002 from kegilbert/psa_baremetal_fix

Disable PSA in baremetal profiles
pull/10026/head
Martin Kojtal 2019-03-08 21:15:30 +01:00 committed by GitHub
commit b9c214b165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
{
"name": "psa"
}

View File

@ -1,5 +1,5 @@
{
"name": "tfm_build",
"requires" : ["psa-services", "tfm", "tfm-s"],
"requires" : ["psa-services", "tfm", "tfm-s", "psa"],
"artifact_name": "tfm"
}