merged. Bruce
In message: [meta-virtualization] [meta-cloud-services][PATCH 1/3] openstack-image-compute: fix warning of operator append combined with += on 20/11/2021 Yi Zhao wrote: > Fixes: > WARNING: openstack-image-compute.bb: IMAGE_ROOTFS_EXTRA_SPACE:append += > is not a recommended operator combination, please replace it. > > Signed-off-by: Yi Zhao <[email protected]> > --- > .../recipes-extended/images/openstack-image-compute.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git > a/meta-openstack/recipes-extended/images/openstack-image-compute.bb > b/meta-openstack/recipes-extended/images/openstack-image-compute.bb > index 15726fd..a725e2e 100644 > --- a/meta-openstack/recipes-extended/images/openstack-image-compute.bb > +++ b/meta-openstack/recipes-extended/images/openstack-image-compute.bb > @@ -19,6 +19,6 @@ inherit monitor > > # Ensure extra space for guest images, and rabbit MQ has a hard coded > # check for 2G of free space, so we use 3G as a starting point. > -IMAGE_ROOTFS_EXTRA_SPACE:append += "+ 3000000" > +IMAGE_ROOTFS_EXTRA_SPACE:append = " + 3000000" > > # ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; " > -- > 2.25.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6922): https://lists.yoctoproject.org/g/meta-virtualization/message/6922 Mute This Topic: https://lists.yoctoproject.org/mt/87291344/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
