Wic
Wic is more of a feature then a project per se. It is the least documented, and if a search is conducted for it, you may find no results. I have decided to mention it here because in the development process, some special requirements could appear, such as generating a custom root
filesystem from available packages (such as .deb
, .rpm
, or .ipk
). This job is the one that is best suited for the wic tool.
This tool tries to solve some special requirements from devices or bootloaders, such as special formatting or the partitioning of the root
filesystem. It is a highly customized tool that offers the possibility of extending its features. It has been developed from another tool called oeic, which was used to create a certain proprietary formatted image for hardware and was imported into the Yocto Project to serve a broader purposes for developers who did not wanted to touch recipes and had already packaged sources, or required special formatting for their deliverable Linux image.
Unfortunately...