seapath / meta-seapath

This is the core of the seapath project. The meta-seapath repo contains the yocto Seapath layer, which contains all the code (yocto recipes) needed to build the seapath images used to install seapath (host, guest, flasher, etc.)
Apache License 2.0
6 stars 10 forks source link

images/seapath-host-common-virtu: add libxml2-utils #231

Closed dupremathieu closed 1 week ago

dupremathieu commented 1 week ago

This package contains xmllint, a command line XML tool. It is used to validate the xml file and print the error if the file is not valid.

xmllinit is used by libvirt to add more information if the xml file is not valid. It is also used by the resource-agents VirtualDomain during the configuration saving.