merged.

Bruce

On Fri, Nov 19, 2021 at 2:29 AM kai <[email protected]> wrote:
>
> From: Kai Kang <[email protected]>
>
> 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 <[email protected]>
> ---
>  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
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#6905): 
https://lists.yoctoproject.org/g/meta-virtualization/message/6905
Mute This Topic: https://lists.yoctoproject.org/mt/87163121/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to