Re: [meta-virtualization][meta-cloud-services][PATCH] layer: update LAYERSERIES_COMPAT to wrynose

Bruce Ashfield <[email protected]> Tue, 19 May 2026 15:51:56 -0600
Newsgroups org.yoctoproject.lists.meta-virtualization
Message-ID <CADkTA4PfOgbK2RdRUhYO7Z1YGUkekcjs4iSAoLO710YVATRhpQ@mail.gmail.com>
On Tue, May 19, 2026 at 1:41 AM <[email protected]> wrote:

> From: Jiaying Song <[email protected]>
>
> Update LAYERSERIES_COMPAT from 'thud warrior' to 'wrynose' in 7
> sub-layers to match the main layer and fix compatibility errors
> with the current core layer.
>

I've moved everything from those layers into the main meta-cloud-services
layer and left those without compatibility to show that they are out of
date and don't provide a working openstack environment.

Is there something in those layers you want ? If so, it's better to move it
rather than to add compatibility.

Bruyce



>
> Signed-off-by: Jiaying Song <[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-qemu/conf/layer.conf                   | 2 +-
>  meta-openstack-swift-deploy/conf/layer.conf           | 2 +-
>  7 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/meta-openstack-aio-deploy/conf/layer.conf
> b/meta-openstack-aio-deploy/conf/layer.conf
> index 67a1ef01..fde31817 100644
> --- a/meta-openstack-aio-deploy/conf/layer.conf
> +++ b/meta-openstack-aio-deploy/conf/layer.conf
> @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb
> ${LAYERDIR}/recipes*/*/*.bbappend"
>  BBFILE_COLLECTIONS += "openstack-aio-deploy-layer"
>  BBFILE_PATTERN_openstack-aio-deploy-layer := "^${LAYERDIR}/"
>  BBFILE_PRIORITY_openstack-aio-deploy-layer = "6"
> -LAYERSERIES_COMPAT_openstack-aio-deploy-layer = "thud warrior"
> +LAYERSERIES_COMPAT_openstack-aio-deploy-layer = "wrynose"
>
>  LAYERDEPENDS_openstack-aio-deploy-layer = " \
>         core \
> diff --git a/meta-openstack-compute-deploy/conf/layer.conf
> b/meta-openstack-compute-deploy/conf/layer.conf
> index 047d006e..4af5ef96 100644
> --- a/meta-openstack-compute-deploy/conf/layer.conf
> +++ b/meta-openstack-compute-deploy/conf/layer.conf
> @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb
> ${LAYERDIR}/recipes*/*/*.bbappend"
>  BBFILE_COLLECTIONS += "openstack-compute-deploy-layer"
>  BBFILE_PATTERN_openstack-compute-deploy-layer := "^${LAYERDIR}/"
>  BBFILE_PRIORITY_openstack-compute-deploy-layer = "6"
> -LAYERSERIES_COMPAT_openstack-compute-deploy-layer = "thud warrior"
> +LAYERSERIES_COMPAT_openstack-compute-deploy-layer = "wrynose"
>
>  LAYERDEPENDS_openstack-compute-deploy-layer = " \
>         core \
> diff --git a/meta-openstack-compute-test-config/conf/layer.conf
> b/meta-openstack-compute-test-config/conf/layer.conf
> index 9525e202..90ed8dcb 100644
> --- a/meta-openstack-compute-test-config/conf/layer.conf
> +++ b/meta-openstack-compute-test-config/conf/layer.conf
> @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "openstack-compute-test-config-layer"
>  BBFILE_PATTERN_openstack-compute-test-config-layer := "^${LAYERDIR}/"
>  # We want this layer to have higher priority than any other
> meta-openstack layers
>  BBFILE_PRIORITY_openstack-compute-test-config-layer = "100"
> -LAYERSERIES_COMPAT_openstack-compute-test-config-layer = "thud warrior"
> +LAYERSERIES_COMPAT_openstack-compute-test-config-layer = "wrynose"
>
>  LAYERDEPENDS_openstack-compute-test-config-layer = " \
>         openstack-compute-deploy-layer \
> diff --git a/meta-openstack-controller-deploy/conf/layer.conf
> b/meta-openstack-controller-deploy/conf/layer.conf
> index d1512b8e..a50e400d 100644
> --- a/meta-openstack-controller-deploy/conf/layer.conf
> +++ b/meta-openstack-controller-deploy/conf/layer.conf
> @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb
> ${LAYERDIR}/recipes*/*/*.bbappend"
>  BBFILE_COLLECTIONS += "openstack-controller-deploy-layer"
>  BBFILE_PATTERN_openstack-controller-deploy-layer := "^${LAYERDIR}/"
>  BBFILE_PRIORITY_openstack-controller-deploy-layer = "6"
> -LAYERSERIES_COMPAT_openstack-controller-deploy-layer = "thud warrior"
> +LAYERSERIES_COMPAT_openstack-controller-deploy-layer = "wrynose"
>
>  LAYERDEPENDS_openstack-controller-deploy-layer = " \
>         core \
> diff --git a/meta-openstack-controller-test-config/conf/layer.conf
> b/meta-openstack-controller-test-config/conf/layer.conf
> index aa8a0ee3..71a9d014 100644
> --- a/meta-openstack-controller-test-config/conf/layer.conf
> +++ b/meta-openstack-controller-test-config/conf/layer.conf
> @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS +=
> "openstack-controller-test-config-layer"
>  BBFILE_PATTERN_openstack-controller-test-config-layer := "^${LAYERDIR}/"
>  # We want this layer to have higher priority than any other
> meta-openstack layers
>  BBFILE_PRIORITY_openstack-controller-test-config-layer = "100"
> -LAYERSERIES_COMPAT_openstack-controller-test-config-layer = "thud warrior"
> +LAYERSERIES_COMPAT_openstack-controller-test-config-layer = "wrynose"
>
>  LAYERDEPENDS_openstack-controller-test-config-layer = " \
>         openstack-controller-deploy-layer \
> diff --git a/meta-openstack-qemu/conf/layer.conf
> b/meta-openstack-qemu/conf/layer.conf
> index bf629d0b..1fbee947 100644
> --- a/meta-openstack-qemu/conf/layer.conf
> +++ b/meta-openstack-qemu/conf/layer.conf
> @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb
> ${LAYERDIR}/recipes*/*/*.bbappend"
>  BBFILE_COLLECTIONS += "openstack-qemu-layer"
>  BBFILE_PATTERN_openstack-qemu-layer := "^${LAYERDIR}/"
>  BBFILE_PRIORITY_openstack-qemu-layer = "6"
> -LAYERSERIES_COMPAT_openstack-qemu-layer = "thud warrior"
> +LAYERSERIES_COMPAT_openstack-qemu-layer = "wrynose"
>
>  LAYERDEPENDS_openstack-qemu-layer = " \
>         core \
> diff --git a/meta-openstack-swift-deploy/conf/layer.conf
> b/meta-openstack-swift-deploy/conf/layer.conf
> index 5f7a7fa0..14e82fad 100644
> --- a/meta-openstack-swift-deploy/conf/layer.conf
> +++ b/meta-openstack-swift-deploy/conf/layer.conf
> @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb
> ${LAYERDIR}/recipes*/*/*.bbappend"
>  BBFILE_COLLECTIONS += "openstack-swift-deploy-layer"
>  BBFILE_PATTERN_openstack-swift-deploy-layer := "^${LAYERDIR}/"
>  BBFILE_PRIORITY_openstack-swift-deploy-layer = "6"
> -LAYERSERIES_COMPAT_openstack-swift-deploy-layer = "thud warrior"
> +LAYERSERIES_COMPAT_openstack-swift-deploy-layer = "wrynose"
>
>  LAYERDEPENDS_openstack-swift-deploy-layer = " \
>         core \
> --
> 2.34.1
>
>

-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end
- "Use the force Harry" - Gandalf, Star Trek II