CAUTION: This email comes from a non
Wind River email account!
Do not click links or open attachments unless you recognize
the sender and know the content is safe.
On 3 Oct 2025, at 21:31, Dragomir, Daniel via
lists.openembedded.org
<daniel.dragomir=windriver.com@lists.openembedded.org>
wrote:
>
> wic uses debugfs to write on ext* partitions, but
debugfs can only
> write to the current working directory and it cannot
copy complete
> directory trees. Running 'wic ls' on a copied directory
show this:
> -l: Ext2 inode is not a directory
>
> Fix this by creating a command list for debugfs (-f
parameter) when
> recursive parsing the host directory in order to create
a similar
> directory structure (mkdir) and copy files (write) on
each level
> into the destination directory from the wic's ext*
partition.
This is great, but could you please add a test case to the
wic selftests to exercise this and ensure it doesn’t break
in the future?
Thanks,
Ross