this patch is not needed, for record I have
EXTRA_IMAGE_FEATURES_append = " package-management
ssh-server-dropbear" in config metadata which trips over the df test

On Thu, Feb 25, 2021 at 1:20 PM Khem Raj <[email protected]> wrote:
>
> latest core image mimial/sysvinit has less free space
> so df tests fail with
>
> AssertionError: False is not true : Not enough space on image. Current size 
> is 2717
>
> Signed-off-by: Khem Raj <[email protected]>
> ---
>  meta/recipes-core/images/core-image-minimal.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-core/images/core-image-minimal.bb 
> b/meta/recipes-core/images/core-image-minimal.bb
> index 19f27f8395..a48e634546 100644
> --- a/meta/recipes-core/images/core-image-minimal.bb
> +++ b/meta/recipes-core/images/core-image-minimal.bb
> @@ -8,5 +8,5 @@ LICENSE = "MIT"
>
>  inherit core-image
>
> -IMAGE_ROOTFS_SIZE ?= "8192"
> -IMAGE_ROOTFS_EXTRA_SPACE_append = "${@bb.utils.contains("DISTRO_FEATURES", 
> "systemd", " + 4096", "", d)}"
> +# 16M
> +IMAGE_ROOTFS_SIZE ?= "16384"
> --
> 2.30.1
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#148707): 
https://lists.openembedded.org/g/openembedded-core/message/148707
Mute This Topic: https://lists.openembedded.org/mt/80912906/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to