Message ID | 20231206143618.27770-5-sinthu.raja@ti.com |
---|---|
State | RFC |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | Add gstreamer 1.20 | expand |
On 12/6/2023 8:36 AM, Sinthu Raja wrote: > From: Sinthu Raja <sinthu.raja@ti.com> > > Now that the gstreamer plugins are enabled and ported to 1.20 enable > the mmip for AM57x platform > > Signed-off-by: Sinthu Raja <sinthu.raja@ti.com> > --- > meta-arago-distro/conf/distro/include/branding-core.inc | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/meta-arago-distro/conf/distro/include/branding-core.inc b/meta-arago-distro/conf/distro/include/branding-core.inc > index 79dadc11..85aa09b6 100644 > --- a/meta-arago-distro/conf/distro/include/branding-core.inc > +++ b/meta-arago-distro/conf/distro/include/branding-core.inc > @@ -12,9 +12,6 @@ ALTERNATIVE_PRIORITY:pn-opencl-monitor-ipu = "1" > # Raise priority for sample IPC FW images > ALTERNATIVE_PRIORITY:pn-ti-ipc-rtos = "15" > > -# 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" This same code is in: meta-arago-distro/conf/distro/include/branding-ltsprep.inc Can you make the same change in there as well?
diff --git a/meta-arago-distro/conf/distro/include/branding-core.inc b/meta-arago-distro/conf/distro/include/branding-core.inc index 79dadc11..85aa09b6 100644 --- a/meta-arago-distro/conf/distro/include/branding-core.inc +++ b/meta-arago-distro/conf/distro/include/branding-core.inc @@ -12,9 +12,6 @@ ALTERNATIVE_PRIORITY:pn-opencl-monitor-ipu = "1" # Raise priority for sample IPC FW images ALTERNATIVE_PRIORITY:pn-ti-ipc-rtos = "15" -# 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"