diff mbox series

[meta-arago,master] branding-ltsprep: Disable graphics for SGX platforms

Message ID 20240228021403.5094-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master] branding-ltsprep: Disable graphics for SGX platforms | expand

Commit Message

Ryan Eatmon Feb. 28, 2024, 2:14 a.m. UTC
We are not ready to update the older SGX drivers to work with the 6.6
kernel.  Disable the graphics on these platforms for the ltsprep builds
until we are ready to fix them.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../conf/distro/include/branding-ltsprep.inc              | 8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox series

Patch

diff --git a/meta-arago-distro/conf/distro/include/branding-ltsprep.inc b/meta-arago-distro/conf/distro/include/branding-ltsprep.inc
index 59eb116e..1298bda1 100644
--- a/meta-arago-distro/conf/distro/include/branding-ltsprep.inc
+++ b/meta-arago-distro/conf/distro/include/branding-ltsprep.inc
@@ -10,3 +10,11 @@  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"
+
+PREFERRED_PROVIDER_virtual/gpudriver:am335x-evm = ""
+PREFERRED_PROVIDER_virtual/gpudriver:am335x-hs-evm = ""
+PREFERRED_PROVIDER_virtual/gpudriver:am437x-evm = ""
+PREFERRED_PROVIDER_virtual/gpudriver:am437x-hs-evm = ""
+PREFERRED_PROVIDER_virtual/gpudriver:am57xx-evm = ""
+PREFERRED_PROVIDER_virtual/gpudriver:am57xx-hs-evm = ""
+PREFERRED_PROVIDER_virtual/gpudriver:am65xx-evm = ""