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 <[email protected]> --- .../conf/distro/include/branding-ltsprep.inc | 8 ++++++++ 1 file changed, 8 insertions(+) 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 = "" -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15212): https://lists.yoctoproject.org/g/meta-arago/message/15212 Mute This Topic: https://lists.yoctoproject.org/mt/104616687/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
