meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-virtualization][m-c-s][PATCH] openstack-image-aio: fix warning of operator remove combined with +=
@ 2021-11-19  7:28 kai
  2021-11-19 13:28 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: kai @ 2021-11-19  7:28 UTC (permalink / raw)
  To: meta-virtualization

From: Kai Kang <kai.kang@windriver.com>

Fix warning of openstack-image-aio:

| WARNING: /path/to/meta-openstack/recipes-extended/images/openstack-image-aio.bb:
|   IMAGE_ROOTFS_EXTRA_SPACE:append += is not a recommended operator combination,
|   please replace it.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 meta-openstack/recipes-extended/images/openstack-image-aio.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-extended/images/openstack-image-aio.bb b/meta-openstack/recipes-extended/images/openstack-image-aio.bb
index 858c8e99..f01d0ed5 100644
--- a/meta-openstack/recipes-extended/images/openstack-image-aio.bb
+++ b/meta-openstack/recipes-extended/images/openstack-image-aio.bb
@@ -27,7 +27,7 @@ inherit identity
 inherit monitor
 
 # check for 5G of free space, so we use 5G as a starting point.
-IMAGE_ROOTFS_EXTRA_SPACE:append += "+ 5000000"
+IMAGE_ROOTFS_EXTRA_SPACE += "+ 5000000"
 
 POST_KEYSTONE_SETUP_COMMAND = "/etc/keystone/hybrid-backend-setup"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-virtualization][m-c-s][PATCH] openstack-image-aio: fix warning of operator remove combined with +=
  2021-11-19  7:28 [meta-virtualization][m-c-s][PATCH] openstack-image-aio: fix warning of operator remove combined with += kai
@ 2021-11-19 13:28 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2021-11-19 13:28 UTC (permalink / raw)
  To: kai; +Cc: meta-virtualization

merged.

Bruce

On Fri, Nov 19, 2021 at 2:29 AM kai <kai.kang@windriver.com> wrote:
>
> From: Kai Kang <kai.kang@windriver.com>
>
> Fix warning of openstack-image-aio:
>
> | WARNING: /path/to/meta-openstack/recipes-extended/images/openstack-image-aio.bb:
> |   IMAGE_ROOTFS_EXTRA_SPACE:append += is not a recommended operator combination,
> |   please replace it.
>
> Signed-off-by: Kai Kang <kai.kang@windriver.com>
> ---
>  meta-openstack/recipes-extended/images/openstack-image-aio.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-openstack/recipes-extended/images/openstack-image-aio.bb b/meta-openstack/recipes-extended/images/openstack-image-aio.bb
> index 858c8e99..f01d0ed5 100644
> --- a/meta-openstack/recipes-extended/images/openstack-image-aio.bb
> +++ b/meta-openstack/recipes-extended/images/openstack-image-aio.bb
> @@ -27,7 +27,7 @@ inherit identity
>  inherit monitor
>
>  # check for 5G of free space, so we use 5G as a starting point.
> -IMAGE_ROOTFS_EXTRA_SPACE:append += "+ 5000000"
> +IMAGE_ROOTFS_EXTRA_SPACE += "+ 5000000"
>
>  POST_KEYSTONE_SETUP_COMMAND = "/etc/keystone/hybrid-backend-setup"
>
> --
> 2.17.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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-19 13:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-19  7:28 [meta-virtualization][m-c-s][PATCH] openstack-image-aio: fix warning of operator remove combined with += kai
2021-11-19 13:28 ` Bruce Ashfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).