From: Denys Dmytriyenko <[email protected]> Following patches need porting to 1.18: DRM allocator, KMS sink, Wayland sink.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/conf/distro/include/branding-core.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arago-distro/conf/distro/include/branding-core.inc b/meta-arago-distro/conf/distro/include/branding-core.inc index 2e3759e..10853d8 100644 --- a/meta-arago-distro/conf/distro/include/branding-core.inc +++ b/meta-arago-distro/conf/distro/include/branding-core.inc @@ -16,3 +16,6 @@ PREFERRED_VERSION_linux-ti-staging = "5.4%" PREFERRED_VERSION_linux-ti-staging-rt = "5.4%" PREFERRED_VERSION_linux-ti-staging-systest = "5.4%" PREFERRED_VERSION_u-boot-ti-staging = "2020.01%" + +# Remove mmip - DRM allocator, KMS sink, Wayland sink need porting to GST 1.18 +MACHINE_FEATURES_remove = "mmip" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
