From: Randolph Sapp <[email protected]> The required kernel and recipe changes are present. The GPU swrast override can now be safely removed.
Signed-off-by: Randolph Sapp <[email protected]> --- Please let me know if you would like to keep the GPU disabled for "next" and "mainline" brands or if I can go ahead and enable it for those as well. At this point everything should build and run fine, but I don't know if there are ideals behind these tags that I'll be disrupting. meta-arago-distro/conf/distro/include/branding-ltsprep.inc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/meta-arago-distro/conf/distro/include/branding-ltsprep.inc b/meta-arago-distro/conf/distro/include/branding-ltsprep.inc index ee8761f9..6136561e 100644 --- a/meta-arago-distro/conf/distro/include/branding-ltsprep.inc +++ b/meta-arago-distro/conf/distro/include/branding-ltsprep.inc @@ -4,11 +4,6 @@ PREFERRED_VERSION_linux-ti-staging-rt = "6.1%" PREFERRED_VERSION_linux-ti-staging-systest = "6.1%" PREFERRED_VERSION_u-boot-ti-staging = "2023.04%" -# GPU support requires out-of-tree SGX and RGX drivers not available in until -# LTS prep is complete. fall back to software rendering -MACHINE_FEATURES:remove = "gpu" -PREFERRED_PROVIDER_virtual/gpudriver = "" - # GC320 support requires out-of-tree drivers not available in until LTS prep is # complete. Disable for now. MACHINE_FEATURES:remove = "gc320" -- 2.40.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14390): https://lists.yoctoproject.org/g/meta-arago/message/14390 Mute This Topic: https://lists.yoctoproject.org/mt/98649024/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
