summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/bsp/engine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/bsp/engine.py b/scripts/lib/bsp/engine.py
index 36bd446..681720d 100644
--- a/scripts/lib/bsp/engine.py
+++ b/scripts/lib/bsp/engine.py
@@ -1674,7 +1674,7 @@ def yocto_bsp_list(args, scripts_path, properties_file):
arch_path = bsp_path + '/substrate/target/arch'
print "Architectures available:"
for arch in os.listdir(arch_path):
- if arch == "common":
+ if arch == "common" or arch == "layer":
continue
print " %s" % arch
return True
OpenPOWER on IntegriCloud