summaryrefslogtreecommitdiff
path: root/linaro_metrics
diff options
context:
space:
mode:
authorBen Copeland <ben.copeland@linaro.org>2017-05-31 17:47:04 +0100
committerBen Copeland <ben.copeland@linaro.org>2017-05-31 17:47:04 +0100
commit4fafddd4d4ef58698e379d3954b263a8e1635267 (patch)
tree5ed34aaded67e325e7f991eaa065c1961891eef7 /linaro_metrics
parent370c02084d70b475129a3b8509669e4e792f99ed (diff)
GitHub: Add OP-TEE repos
As requested by Mike Holmes, add OPTEE GitHub projects. Change-Id: I9cb341ec2d991f5d9cf7d0514bc880186d89ea8e
Diffstat (limited to 'linaro_metrics')
-rwxr-xr-xlinaro_metrics/sync_github_changes.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/linaro_metrics/sync_github_changes.py b/linaro_metrics/sync_github_changes.py
index bbf0a39..2a2e32b 100755
--- a/linaro_metrics/sync_github_changes.py
+++ b/linaro_metrics/sync_github_changes.py
@@ -30,6 +30,16 @@ GITHUB_REPOS = [
# tuple of: owner, repo, patchwork-project
('jackmitch', 'libsoc', 'libsoc'),
('OP-TEE', 'optee_os', 'optee_os'),
+ ('OP-TEE', 'optee_test', 'optee_test'),
+ ('OP-TEE', 'optee_client', 'optee_client'),
+ ('OP-TEE', 'build', 'optee_build'),
+ ('OP-TEE', 'manifest', 'optee_manifest'),
+ ('linaro-swg', 'optee_android_manifest', 'optee_android_manifest'),
+ ('linaro-swg', 'optee_benchmark', 'optee_benchmark'),
+ ('linaro-swg', 'linux', 'optee_linux'),
+ ('linaro-swg', 'gen_rootfs', 'optee_gen_rootfs'),
+ ('linaro-swg', 'bios_qemu_tz_arm', 'optee_bios_qemu_tz_arm'),
+ ('linaro-swg', 'hello_world', 'optee_hello_world'),
('scheduler-tools', 'rt-app', 'rt-app'),
('WebPlatformForEmbedded', 'meta-wpe', 'meta-wpe'),
('WebPlatformForEmbedded', 'WPEWebKit', 'WPEWebKit'),