mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00
![]() In commit [1], upstream added sysusers config file for qemu & kvm user/groups,
the install dir is "install_dir: prefix / 'lib' / 'sysusers.d'".
In commit [2], Yocto created an empty file libvirt-qemu.conf to override
sysusers config file which is added by commit [1]
While usrmerge not in DISTRO_FEATURES, nonarch_base_libdir does not match
install_dir and trigger an installed-vs-shipped QA error
...
ERROR: QA Issue: libvirt: Files/directories were installed but not shipped in any package:
/usr/lib/sysusers.d
/usr/lib/sysusers.d/libvirt-qemu.conf
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
libvirt: 2 installed and not shipped files. [installed-vs-shipped]
...
Use nonarch_libdir to intead of nonarch_base_libdir to match the install dir
in commit [1]
[1]
|
||
---|---|---|
.. | ||
ceph | ||
cloud-init | ||
dev86 | ||
diod | ||
fuse-overlayfs | ||
images | ||
iptables | ||
ipxe | ||
irqbalance | ||
kvmtool | ||
libibverbs | ||
libvirt | ||
libvmi | ||
nagios | ||
oath | ||
rootlesskit | ||
seabios | ||
upx | ||
uxen | ||
vgabios | ||
vhost-device | ||
virt-manager | ||
virt-viewer | ||
virt-what | ||
virtiofsd | ||
xen | ||
xvisor |