Message ID | 20250123202259.2846410-1-rs@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-arago,master] arago.conf: enable opencl distro feature | expand |
On 1/23/25 2:22 PM, rs@ti.com wrote: > From: Randolph Sapp <rs@ti.com> > > The GPU (for rogue devices) is now capable of supplying required OpenCL > libraries. Additional tests for this feature will be pulled in later. > > This was previously disabled due to an outdated opencl library on legacy > devices. The offending library has since been removed. > > Signed-off-by: Randolph Sapp <rs@ti.com> > --- Been testing with this enabled locally for a while now and so far has been working great, Acked-by: Andrew Davis <afd@ti.com> > meta-arago-distro/conf/distro/arago.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf > index 79d2208d..178b43d3 100644 > --- a/meta-arago-distro/conf/distro/arago.conf > +++ b/meta-arago-distro/conf/distro/arago.conf > @@ -48,7 +48,7 @@ DISTRO_FEATURES = "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC}" > # Add additional distro features > DISTRO_FEATURES:append = " pam wayland opengl" > DISTRO_FEATURES:remove = "x11" > -#DISTRO_FEATURES:append = " opencl" > +DISTRO_FEATURES:append = " opencl" > DISTRO_FEATURES:append = " vulkan" > > # Normally target distro features will not be applied to native builds:
diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 79d2208d..178b43d3 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -48,7 +48,7 @@ DISTRO_FEATURES = "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC}" # Add additional distro features DISTRO_FEATURES:append = " pam wayland opengl" DISTRO_FEATURES:remove = "x11" -#DISTRO_FEATURES:append = " opencl" +DISTRO_FEATURES:append = " opencl" DISTRO_FEATURES:append = " vulkan" # Normally target distro features will not be applied to native builds: