summaryrefslogtreecommitdiffstats
path: root/meta-openstack-compute-deploy
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-10-04 00:30:27 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-10-04 13:16:33 -0400
commitc0597bd24de0d12d46d70140f1ba4a1d94b2b846 (patch)
tree297dbb3f6ae15bb45d0071df24368c3487946c89 /meta-openstack-compute-deploy
parent608fa75973c111c61cf55e99cf3172ff3f3f00b1 (diff)
downloadmeta-cloud-services-c0597bd24de0d12d46d70140f1ba4a1d94b2b846.tar.gz
meta-openstack-*-deploy: add bbclass patterns
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack-compute-deploy')
-rw-r--r--meta-openstack-compute-deploy/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack-compute-deploy/conf/layer.conf b/meta-openstack-compute-deploy/conf/layer.conf
index 44a035b..bfd4afa 100644
--- a/meta-openstack-compute-deploy/conf/layer.conf
+++ b/meta-openstack-compute-deploy/conf/layer.conf
@@ -2,7 +2,7 @@
2BBPATH .= ":${LAYERDIR}" 2BBPATH .= ":${LAYERDIR}"
3 3
4# We have a recipes directory, add to BBFILES 4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" 5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend ${LAYERDIR}/classes/*.bbclass"
6 6
7BBFILE_COLLECTIONS += "openstack-compute-deploy-layer" 7BBFILE_COLLECTIONS += "openstack-compute-deploy-layer"
8BBFILE_PATTERN_openstack-compute-deploy-layer := "^${LAYERDIR}/" 8BBFILE_PATTERN_openstack-compute-deploy-layer := "^${LAYERDIR}/"