summaryrefslogtreecommitdiffstats
path: root/meta-openstack-compute-deploy
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2018-01-18 17:23:40 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-01-18 10:47:29 -0500
commita49d21ce53618b12ae0b03806fd56f1a8949f243 (patch)
tree255d1371423d3044aebeb6b4d63f000835f79d03 /meta-openstack-compute-deploy
parentbbc851fbc54bc6fd946fb3700f04fb3c01fb7574 (diff)
downloadmeta-cloud-services-a49d21ce53618b12ae0b03806fd56f1a8949f243.tar.gz
conf/layer.conf: remove bbclass from BBFILES
Add bbclass to BBFILES doesn't make any sense. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> 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 bfd4afa..44a035b 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 ${LAYERDIR}/classes/*.bbclass" 5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
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}/"