Hello,
I am having issues building an image based on Yocto Dunfell for the var-som-mx6 platform.
During the building of the rootfs I am getting the following error
Collected errors:
* Solver encountered 1 problem(s):
* Problem 1/1:
* - package packagegroup-core-boot-1.0-r17.var_som_mx6 requires systemd, but none of the providers can be installed
*
* Solution 1:
* - do not ask to install a package providing resolvconf
* Solution 2:
* - do not ask to install a package providing packagegroup-core-boot
I found the following post: https://community.nxp.com/t5/Layerscape/systemd-conflicts-with-resolvconf/m-p/1044593 which did not provide a valid solution.
Here are my relevant environment variables
VIRTUAL-RUNTIME_init_manager="systemd"
VIRTUAL-RUNTIME_initscripts=""
DISTRO_FEATURES_BACKFILL_CONSIDERED=" sysvinit"
DISTRO_FEATURES="acl alsa argp bluetooth ext2 ipv4 ipv6 largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc vfat largefile opengl ptest multiarch wayland vulkan bluez5 wayland pam systemd pulseaudio gobject-introspection-data ldconfig"
IMX_DEFAULT_DISTRO_FEATURES=" systemd"
I have also tried
VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"
as mentioned in the above link