Hello, I am trying to build an image (core-image-minimal) with overlayfs enabled, but I get the following error when I try to do so:
``` quilt-native was skipped: missing required distro features 'overlayfs systemd' (not in DISTRO_FEATURES) ERROR: Required build target 'core-image-minimal' has no buildable providers. Missing or unbuildable dependency chain was: ['core-image-minimal', 'quilt-native'] ``` I do have those set in my local.conf: ``` DISTRO_FEATURES:append = " overlayfs systemd virtualization usrmerge acl xattr pam"``` Taking a look at the quilt recipe, I found out that it inherits the native.bbclass from the open-embedded-core layer. So I noticed that in both files, "native.bbclass" and "nativesdk.bbclass", there is the usage of a different DISTRO_FEATURES variable: `` DISTRO_FEATURES_NATIVE DISTRO_FEATURES_NATIVESDK ``` I tried to add "overlayfs systemd" into each in my local.conf file to see if I would get a different result and I got a circular dependency error this time (taking just a slice of the output): ``` Dependency loop #2 found: Task /var/home/lrossett/Work/centos/sigs/automotive/yocto/autosd-distro/build/../layers/poky/meta/recipes-core/systemd/systemd-systemctl-native.bb:do_compile (dependent Tasks ['systemd-systemctl-native.bb:do_configure']) ``` Any insights on what am I doing wrong in here? Should I fill other variables or in a different way? Setting the same distro features values in three different variables does not seem the right way to do it. Thanks.
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#61919): https://lists.yoctoproject.org/g/yocto/message/61919 Mute This Topic: https://lists.yoctoproject.org/mt/103197288/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-