Since this is actually for meta-cloud-services, it should have [m-c-s] as part of the subject.
.. but it is now merged regardless. Bruce On Thu, Jan 18, 2018 at 4:23 AM, Robert Yang <[email protected]> wrote: > Add bbclass to BBFILES doesn't make any sense. > > Signed-off-by: Robert Yang <[email protected]> > --- > meta-openstack-aio-deploy/conf/layer.conf | 2 +- > meta-openstack-compute-deploy/conf/layer.conf | 2 +- > meta-openstack-compute-test-config/conf/layer.conf | 2 +- > meta-openstack-controller-deploy/conf/layer.conf | 2 +- > meta-openstack-controller-test-config/conf/layer.conf | 2 +- > meta-openstack-swift-deploy/conf/layer.conf | 2 +- > 6 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/meta-openstack-aio-deploy/conf/layer.conf > b/meta-openstack-aio-deploy/conf/layer.conf > index 3943e76..b7d6002 100644 > --- a/meta-openstack-aio-deploy/conf/layer.conf > +++ b/meta-openstack-aio-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 > ${LAYERDIR}/classes/*.bbclass" > +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" > > BBFILE_COLLECTIONS += "openstack-aio-deploy-layer" > BBFILE_PATTERN_openstack-aio-deploy-layer := "^${LAYERDIR}/" > diff --git a/meta-openstack-compute-deploy/conf/layer.conf > b/meta-openstack-compute-deploy/conf/layer.conf > index ee88f42..177e1b5 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 > ${LAYERDIR}/classes/*.bbclass" > +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" > > BBFILE_COLLECTIONS += "openstack-compute-deploy-layer" > BBFILE_PATTERN_openstack-compute-deploy-layer := "^${LAYERDIR}/" > diff --git a/meta-openstack-compute-test-config/conf/layer.conf > b/meta-openstack-compute-test-config/conf/layer.conf > index e54c05d..186438d 100644 > --- a/meta-openstack-compute-test-config/conf/layer.conf > +++ b/meta-openstack-compute-test-config/conf/layer.conf > @@ -2,7 +2,7 @@ > BBPATH .= ":${LAYERDIR}" > > # We have a recipes directory, add to BBFILES > -BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend > ${LAYERDIR}/classes/*.bbclass" > +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" > > BBFILE_COLLECTIONS += "openstack-compute-test-config-layer" > BBFILE_PATTERN_openstack-compute-test-config-layer := "^${LAYERDIR}/" > diff --git a/meta-openstack-controller-deploy/conf/layer.conf > b/meta-openstack-controller-deploy/conf/layer.conf > index e6c1c74..cda55da 100644 > --- a/meta-openstack-controller-deploy/conf/layer.conf > +++ b/meta-openstack-controller-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 > ${LAYERDIR}/classes/*.bbclass" > +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" > > BBFILE_COLLECTIONS += "openstack-controller-deploy-layer" > BBFILE_PATTERN_openstack-controller-deploy-layer := "^${LAYERDIR}/" > diff --git a/meta-openstack-controller-test-config/conf/layer.conf > b/meta-openstack-controller-test-config/conf/layer.conf > index 35c016d..9cf87e4 100644 > --- a/meta-openstack-controller-test-config/conf/layer.conf > +++ b/meta-openstack-controller-test-config/conf/layer.conf > @@ -2,7 +2,7 @@ > BBPATH .= ":${LAYERDIR}" > > # We have a recipes directory, add to BBFILES > -BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend > ${LAYERDIR}/classes/*.bbclass" > +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" > > BBFILE_COLLECTIONS += "openstack-controller-test-config-layer" > BBFILE_PATTERN_openstack-controller-test-config-layer := "^${LAYERDIR}/" > diff --git a/meta-openstack-swift-deploy/conf/layer.conf > b/meta-openstack-swift-deploy/conf/layer.conf > index 9b5e785..6f9f588 100644 > --- a/meta-openstack-swift-deploy/conf/layer.conf > +++ b/meta-openstack-swift-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 > ${LAYERDIR}/classes/*.bbclass" > +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" > > BBFILE_COLLECTIONS += "openstack-swift-deploy-layer" > BBFILE_PATTERN_openstack-swift-deploy-layer := "^${LAYERDIR}/" > -- > 2.7.4 > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
