diff options
| -rw-r--r-- | meta-openstack-compute-deploy/conf/layer.conf | 2 | ||||
| -rw-r--r-- | meta-openstack-controller-deploy/conf/layer.conf | 2 |
2 files changed, 2 insertions, 2 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 @@ | |||
| 2 | BBPATH .= ":${LAYERDIR}" | 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | 3 | ||
| 4 | # We have a recipes directory, add to BBFILES | 4 | # We have a recipes directory, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend ${LAYERDIR}/classes/*.bbclass" |
| 6 | 6 | ||
| 7 | BBFILE_COLLECTIONS += "openstack-compute-deploy-layer" | 7 | BBFILE_COLLECTIONS += "openstack-compute-deploy-layer" |
| 8 | BBFILE_PATTERN_openstack-compute-deploy-layer := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_openstack-compute-deploy-layer := "^${LAYERDIR}/" |
diff --git a/meta-openstack-controller-deploy/conf/layer.conf b/meta-openstack-controller-deploy/conf/layer.conf index de8f435..6c7f332 100644 --- a/meta-openstack-controller-deploy/conf/layer.conf +++ b/meta-openstack-controller-deploy/conf/layer.conf | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | BBPATH .= ":${LAYERDIR}" | 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | 3 | ||
| 4 | # We have a recipes directory, add to BBFILES | 4 | # We have a recipes directory, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend ${LAYERDIR}/classes/*.bbclass" |
| 6 | 6 | ||
| 7 | BBFILE_COLLECTIONS += "openstack-controller-deploy-layer" | 7 | BBFILE_COLLECTIONS += "openstack-controller-deploy-layer" |
| 8 | BBFILE_PATTERN_openstack-controller-deploy-layer := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_openstack-controller-deploy-layer := "^${LAYERDIR}/" |
