From: Sinthu Raja <[email protected]> Enable the GC320 driver support for AM57x platforms which was temporarily disabled for LTS prep.
Signed-off-by: Sinthu Raja <[email protected]> --- .../conf/distro/include/branding-core.inc | 13 ++++++++++--- 1 file changed, 10 insertions(+), 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..ed1dc6b8 100644 --- a/meta-arago-distro/conf/distro/include/branding-core.inc +++ b/meta-arago-distro/conf/distro/include/branding-core.inc @@ -15,6 +15,13 @@ 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" +MACHINE_FEATURES:remove:am62xx = "gc320" +MACHINE_FEATURES:remove:am62axx = "gc320" +MACHINE_FEATURES:remove:am64xx = "gc320" +MACHINE_FEATURES:remove:j784s4 = "gc320" +MACHINE_FEATURES:remove:j721s2 = "gc320" +MACHINE_FEATURES:remove:j7200 = "gc320" +MACHINE_FEATURES:remove:j721e = "gc320" +MACHINE_FEATURES:remove:am335x = "gc320" +MACHINE_FEATURES:remove:am65xx = "gc320" +MACHINE_FEATURES:remove:am437x = "gc320" -- 2.36.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15010): https://lists.yoctoproject.org/g/meta-arago/message/15010 Mute This Topic: https://lists.yoctoproject.org/mt/102602707/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
