Re: [OE-core] [PATCH v2 1/9] core-image-minimal: increase extra space to pass df.py oeqa runtime test

2023-08-23 Thread Mikko Rapeli
Hi, On Wed, Aug 23, 2023 at 08:44:33PM +0200, Alexander Kanavin wrote: > Either you need to use a different image in testing, or add the needed > pieces to this image in the same commit, explaining why. > > Adding extra space because you have a local, custom configuration > where it is required i

Re: [OE-core] [PATCH v2 1/9] core-image-minimal: increase extra space to pass df.py oeqa runtime test

2023-08-23 Thread Alexander Kanavin
Either you need to use a different image in testing, or add the needed pieces to this image in the same commit, explaining why. Adding extra space because you have a local, custom configuration where it is required is not correct. Alex On Wed, 23 Aug 2023 at 08:10, Mikko Rapeli wrote: > > testi

[OE-core] [PATCH v2 1/9] core-image-minimal: increase extra space to pass df.py oeqa runtime test

2023-08-22 Thread Mikko Rapeli
testimage.bbclass requires that ssh communication with target works and then it runs oeqa runtime tests with that. Tests like df.py check that there is more than 5Mb free space on the rootfs on target. Sadly latest core-image-minimal only has 1.5 Mb free space if ssh-server-dropbear is added to it.