Add tf-m-extras build configs to tf-m-extra-build
The tf-m-extras repository has examples that should be
built in the tf-m-extras-build job.
Added the new build configs and new params for the
tf-m-extras and freertos-kernel repositories' paths.
Change-Id: I69d025aa86c2112363cb43b779050009f547a474
Signed-off-by: Bence Balogh <bence.balogh@arm.com>
diff --git a/tf-m-extra-build.yaml b/tf-m-extra-build.yaml
index bc11ce1..8ae8395 100644
--- a/tf-m-extra-build.yaml
+++ b/tf-m-extra-build.yaml
@@ -23,7 +23,9 @@
name: 'FILTER_GROUP'
default: "an524 an547 an552 corstone310 rss cypress_psoc64 \
corstone1000 stm_stm32l562e_dk \
- stm_nucleo_l552ze_q nxp_lpcxpresso55s69"
+ stm_nucleo_l552ze_q nxp_lpcxpresso55s69 \
+ example_vad example_dma350_trigger example_dma350_ns \
+ example_dma350_s"
description: |
Filter to a group of configurations as recognised by configs.py
- string:
@@ -93,6 +95,12 @@
name: 'MCUBOOT_URL'
default: 'https://git.trustedfirmware.org/mirror/mcuboot.git'
- string:
+ name: 'TFM_EXTRAS_URL'
+ default: 'https://git.trustedfirmware.org/TF-M/tf-m-extras.git'
+ - string:
+ name: 'TFM_EXTRAS_REFSPEC'
+ default: 'refs/heads/master'
+ - string:
name: 'TFM_TESTS_URL'
default: 'https://git.trustedfirmware.org/TF-M/tf-m-tests.git'
- string:
@@ -105,6 +113,12 @@
name: 'PSA_ARCH_TESTS_VERSION'
default: 'cf8bd7191219df9bdef387abcd750f0709283f98'
- string:
+ name: 'FREERTOS_KERNEL_URL'
+ default: 'https://github.com/FreeRTOS/FreeRTOS-Kernel.git'
+ - string:
+ name: 'FREERTOS_KERNEL_REFSPEC'
+ default: 'refs/heads/main'
+ - string:
name: SHARE_FOLDER
default: '/srv/shared/${JOB_NAME}/${BUILD_NUMBER}'
description: 'Folder containing shared repositories for downstream pipeline jobs'