We were already disabling the MACHINE_FEATURES for mmip in branding-core. We just missed adding it to ltsprep as well.
Signed-off-by: Ryan Eatmon <[email protected]> --- meta-arago-distro/conf/distro/include/branding-ltsprep.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arago-distro/conf/distro/include/branding-ltsprep.inc b/meta-arago-distro/conf/distro/include/branding-ltsprep.inc index ee8761f9..0f0b6472 100644 --- a/meta-arago-distro/conf/distro/include/branding-ltsprep.inc +++ b/meta-arago-distro/conf/distro/include/branding-ltsprep.inc @@ -9,6 +9,9 @@ PREFERRED_VERSION_u-boot-ti-staging = "2023.04%" MACHINE_FEATURES:remove = "gpu" PREFERRED_PROVIDER_virtual/gpudriver = "" +# Remove mmip - DRM allocator, KMS sink, Wayland sink need porting to GST 1.18 +MACHINE_FEATURES:remove = "mmip" + # GC320 support requires out-of-tree drivers not available in until LTS prep is # complete. Disable for now. MACHINE_FEATURES:remove = "gc320" -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14387): https://lists.yoctoproject.org/g/meta-arago/message/14387 Mute This Topic: https://lists.yoctoproject.org/mt/98623374/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
