diff --git a/scripts/getproperties.py b/scripts/getproperties.py
index 90ca1ef45d1d..0f2b59602462 100755
--- a/scripts/getproperties.py
+++ b/scripts/getproperties.py
@@ -56,7 +56,8 @@ for repo in sorted(repos.keys()):
     if not os.path.exists(layerpath):
         # layer may not be used by the build and hence not moved into final position
         layerpath = builddir + '/repos/' + repo
-    if not os.path.exists(layerpath) and repo in ['meta-security', 'meta-riscv']:
+    if not os.path.exists(layerpath) and repo in ['meta-security', 'meta-riscv',
+                                                  'meta-qcom']:
         # Repos is specified on the controller but not used in the helper config
         continue
     getrevs(jsonprops, layerpath, repo)
