summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
Diffstat (limited to 'setup')
-rwxr-xr-xsetup4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup b/setup
index a1702f991..35a4a05f2 100755
--- a/setup
+++ b/setup
@@ -49,7 +49,9 @@ machine() {
fi
return
fi
- else
+ elif test -e $tmpl/bblayers.conf.sample && \
+ grep -q "##OEROOT##/meta-phosphor" $tmpl/bblayers.conf.sample;
+ then
echo "${name}"
fi
done