diff options
| -rw-r--r-- | meta-openstack/conf/layer.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf index ff14b1e..e00a8a3 100644 --- a/meta-openstack/conf/layer.conf +++ b/meta-openstack/conf/layer.conf | |||
| @@ -5,5 +5,5 @@ BBPATH .= ":${LAYERDIR}" | |||
| 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" |
| 6 | 6 | ||
| 7 | BBFILE_COLLECTIONS += "openstack-layer" | 7 | BBFILE_COLLECTIONS += "openstack-layer" |
| 8 | BBFILE_PATTERN_virtualization-layer := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_openstack-layer := "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_virtualization-layer = "7" | 9 | BBFILE_PRIORITY_openstack-layer = "5" |
