diff options
author | 2013-10-04 00:30:27 -0400 | |
---|---|---|
committer | 2013-10-04 13:16:33 -0400 | |
commit | c0597bd24de0d12d46d70140f1ba4a1d94b2b846 (patch) | |
tree | 297dbb3f6ae15bb45d0071df24368c3487946c89 /meta-openstack-compute-deploy | |
parent | 608fa75973c111c61cf55e99cf3172ff3f3f00b1 (diff) | |
download | meta-cloud-services-c0597bd24de0d12d46d70140f1ba4a1d94b2b846.tar.gz meta-cloud-services-c0597bd24de0d12d46d70140f1ba4a1d94b2b846.tar.bz2 meta-cloud-services-c0597bd24de0d12d46d70140f1ba4a1d94b2b846.zip |
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.conf | 2 |
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 44a035b2..bfd4afa3 100644 --- a/meta-openstack-compute-deploy/conf/layer.conf +++ b/meta-openstack-compute-deploy/conf/layer.conf @@ -2,7 +2,7 @@ BBPATH .= ":${LAYERDIR}" # We have a recipes directory, add to BBFILES -BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend ${LAYERDIR}/classes/*.bbclass" BBFILE_COLLECTIONS += "openstack-compute-deploy-layer" BBFILE_PATTERN_openstack-compute-deploy-layer := "^${LAYERDIR}/" |