ci: add capability to clone and build RF-A
* Add support to clone the RF-A repository using
local CI and also add necessary hooks to build RF-A.
* Update run_local_ci script to pass missing paramters
like no_rfa.
Change-Id: Icad55bc3321f524009636f554f6d751cc536eaf6
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
diff --git a/utils.sh b/utils.sh
index 13751b0..f5f4e66 100644
--- a/utils.sh
+++ b/utils.sh
@@ -574,6 +574,8 @@
spm_src_repo_url="${spm_src_repo_url:-https://$tforg_gerrit_url/hafnium/hafnium}"
rmm_src_repo_url="${rmm_src_repo_url:-$RMM_SRC_REPO_URL}"
rmm_src_repo_url="${rmm_src_repo_url:-https://$tforg_gerrit_url/TF-RMM/tf-rmm}"
+rfa_src_repo_url="${rfa_src_repo_url:-$RFA_SRC_REPO_URL}"
+rfa_src_repo_url="${rfa_src_repo_url:-https://$tforg_gerrit_url/RF-A/rusted-firmware-a}"
tf_m_tests_src_repo_url="${tf_m_tests_src_repo_url:-$TF_M_TESTS_REPO_URL}"
tf_m_tests_src_repo_url="${tf_m_tests_src_repo_url:-https://$tforg_gerrit_url/TF-M/tf-m-tests}"
tf_m_extras_src_repo_url="${tf_m_extras_src_repo_url:-$TF_M_EXTRAS_REPO_URL}"