On Tue Sep 2, 2025 at 9:59 AM CEST, pierre-loup.gosse via lists.openembedded.org wrote: > From: Pierre-Loup GOSSE <[email protected]> > > By default, the content of the partition is filled by the filesystem > without leaving any unused free space. The --extra-space flag adds > extra space to the filesystem size, not to the partition. > > Unused free space after the filesystem can be useful for some cases, > such as encrypting a partition at runtime. > With --extra-partition-space 32M, we ensure that the last 32M of the > partition is unused: this space does not contain filesystem data and > can store the LUKS2 header. > > The implementation sets a difference between the partition and > filesystem size: > - With --fixed-size, the extra part space is removed from the > filesystem size. > - Otherwise (with or without --size flag), the extra part space is > added to the partition size. > > Signed-off-by: Pierre-Loup GOSSE <[email protected]> > > CC: Alexander Kanavin <[email protected]> > CC: Mathieu Dubois-Briand <[email protected]> > ---
Hi Pierre-Loup, It looks like we have a build issue in some conditions: ERROR: core-image-full-cmdline-1.0-r0 do_image_wic: Execution of '/srv/pokybuild/yocto-worker/qemux86/build/build/tmp/work/qemux86-poky-linux/core-image-full-cmdline/1.0/temp/run.do_image_wic.3936615' failed with exit code 1 ... | DEBUG: Executing shell function do_image_wic | INFO: Creating image(s)... ... | Traceback (most recent call last): ... | File "/srv/pokybuild/yocto-worker/qemux86/build/scripts/lib/wic/ksparser.py", line 284, in _parse | if not parsed.extra_space: | ^^^^^^^^^^^^^^^^^^ | AttributeError: 'Namespace' object has no attribute 'extra_space' https://autobuilder.yoctoproject.org/valkyrie/#/builders/30/builds/2293 Can you have a look at the issue please? Thanks, Mathieu -- Mathieu Dubois-Briand, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#222741): https://lists.openembedded.org/g/openembedded-core/message/222741 Mute This Topic: https://lists.openembedded.org/mt/115022723/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
