diff mbox series

[meta-arago,kirkstone/master] branding-ltsprep: add the gpu back in

Message ID 20230502212547.1754704-1-rs@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,kirkstone/master] branding-ltsprep: add the gpu back in | expand

Commit Message

Randolph Sapp May 2, 2023, 9:25 p.m. UTC
From: Randolph Sapp <rs@ti.com>

The required kernel and recipe changes are present. The GPU swrast
override can now be safely removed.

Signed-off-by: Randolph Sapp <rs@ti.com>
---

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(-)

Comments

Bajjuri, Praneeth May 2, 2023, 10:26 p.m. UTC | #1
On 5/2/2023 4:25 PM, Randolph Sapp via lists.yoctoproject.org wrote:
> From: Randolph Sapp <rs@ti.com>
> 
> The required kernel and recipe changes are present. The GPU swrast
> override can now be safely removed.
> 
> Signed-off-by: Randolph Sapp <rs@ti.com>

Reviewed-by: Praneeth Bajjuri <praneeth@ti.com>


> ---
> 
> 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"
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 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"