From 399e26bae0f94bb987fbf0f06e72859f93b759a9 Mon Sep 17 00:00:00 2001 From: Sudeep Holla Date: Mon, 8 Jan 2024 14:30:06 +0000 Subject: [PATCH] config: tftf-base: Remove pack_realm target in favour of ENABLE_REALM_PAYLOAD_TESTS flag v2.10 release of TF-A tests deprecates pack_realm target and expects to move towards using the flag ENABLE_REALM_PAYLOAD_TESTS. Note the pack_realm is removed in the master branch already and hence this change will enable testing master branch with overlay without any other changes. Signed-off-by: Sudeep Holla --- config/tftf-base.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/tftf-base.yaml b/config/tftf-base.yaml index f5fcfbb..b0ab667 100644 --- a/config/tftf-base.yaml +++ b/config/tftf-base.yaml @@ -18,10 +18,11 @@ build: params: PLAT: fvp + ENABLE_REALM_PAYLOAD_TESTS: 1 build: # TODO: tfa-tests has makefile dependency bug that prevents parallel make (-j > 1). - - make BUILD_BASE=${param:builddir} ${param:join_equal} all pack_realm + - make BUILD_BASE=${param:builddir} ${param:join_equal} all clean: - make BUILD_BASE=${param:builddir} realclean -- GitLab