aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArvind Chauhan <arvind.chauhan@arm.com>2018-09-07 15:31:28 +0100
committerArvind Chauhan <arvind.chauhan@arm.com>2018-09-07 15:31:28 +0100
commitc3272a907404c76a2fb5bd5d4525213ae5c60846 (patch)
tree72b8cd142f35c4af407728f5870fc15850001c5f
parent66934149f655f8cc060787d40b0d1202ea040123 (diff)
platform-ci: Remove Juno specific folders from workspace check
Remove recovery and vexpress-firmware folders from list of mandatory folders check. SGx platforms don't require recovery and vexpress-firmware Signed-off-by: Arvind Chauhan <arvind.chauhan@arm.com>
-rwxr-xr-xplatforms-common.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/platforms-common.sh b/platforms-common.sh
index cfb302b..668f955 100755
--- a/platforms-common.sh
+++ b/platforms-common.sh
@@ -33,10 +33,8 @@ function check_workspace
arm-tf
build-scripts
model-scripts
- recovery
uefi/edk2
uefi/edk2/edk2-platforms
- vexpress-firmware
)
for ((i=0;i<${#mandatory_dirs[@]};++i)); do