On Mon, 10 Jul 2023 at 11:59, Piotr Łobacz <p.lob...@welotec.com> wrote: > # Native distro features (will always be used for -native, even if they > # are not enabled for target) > -DISTRO_FEATURES_NATIVE ?= "x11 ipv6 xattr" > +DISTRO_FEATURES_NATIVE ?= "x11 ipv6 ${@bb.utils.filter('DISTRO_FEATURES', > 'acl xattr', d)}" > DISTRO_FEATURES_NATIVESDK ?= "x11" > > # Normally target distro features will not be applied to native builds:
... and the next lines after that are: # Native distro features on this list will use the target feature value DISTRO_FEATURES_FILTER_NATIVE ?= "api-documentation debuginfod opengl wayland" So you can simply add acl/xattr to DISTRO_FEATURES_FILTER_NATIVE instead, which is purpose-made for the use case. Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#184147): https://lists.openembedded.org/g/openembedded-core/message/184147 Mute This Topic: https://lists.openembedded.org/mt/100054733/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-