summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Roberts <ryan.roberts@arm.com>2024-01-09 16:04:23 +0000
committerRyan Roberts <ryan.roberts@arm.com>2024-01-09 16:04:23 +0000
commit6325caf777292c46f08cc7c1d0d32bdb2b431631 (patch)
tree228195b14c5dacb8ab44e6e4261790dfe34889a9
parent23e6a0fd4b87d5d438d38c32c3389bab4595787c (diff)
parent5ab46819c5b2f7701773e35ef7d1b74f7f351c10 (diff)
Merge branch 'sg/remove_pack_realm' into 'main'
test(realm): deprecate tftf pack_realm command See merge request tooling/shrinkwrap!24
-rw-r--r--config/tftf-base.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/tftf-base.yaml b/config/tftf-base.yaml
index d3e470d..6822524 100644
--- a/config/tftf-base.yaml
+++ b/config/tftf-base.yaml
@@ -18,11 +18,12 @@ build:
params:
PLAT: fvp
+ ENABLE_REALM_PAYLOAD_TESTS: 1
build:
# tfa-tests has makefile dependency bug that makes parallel make for more
# than ~8 jobs unreliable, so limit it to 8.
- - "make BUILD_BASE=${param:builddir} ${param:join_equal} -j$$(( ${param:jobs} < 8 ? ${param:jobs} : 8 )) all pack_realm"
+ - "make BUILD_BASE=${param:builddir} ${param:join_equal} -j$$(( ${param:jobs} < 8 ? ${param:jobs} : 8 )) all"
clean:
- make BUILD_BASE=${param:builddir} realclean