Hello,
I have managed to integrate the lwext4 Genode port (https://codeberg.org/jws/genode-wundertuete/src/branch/sculpt-25.04-2025-04-...) in the past with the target.mk approach.
However, recently I have changed my build system to Goa with CMake. From what I understand the only thing I need to add to my build configuration is the path to `<lwext4-repo>/recipes/src/vfs_lwext4` (for reference: https://codeberg.org/jws/genode-wundertuete/src/branch/sculpt-25.04-2025-04-...).
Unfortunately, when I try adding the aforementioned path in my `<project>/pkg/<project>/archives` file, I get the following error: "Error: invalid depot-archive path '_/_/_/wundertuete/recipes/src/vfs_lwext4'".
Could someone kindly let me if I am missing or misunderstood something? I do not need the lwext4 library itself, only the integration of it into the VFS.
Best, Rumen