From: Randolph Sapp <[email protected]> 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 <[email protected]> Acked-by: Andrew Davis <[email protected]> Signed-off-by: Ryan Eatmon <[email protected]> --- 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 0b30b882..91c67d4b 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: -- 2.48.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15848): https://lists.yoctoproject.org/g/meta-arago/message/15848 Mute This Topic: https://lists.yoctoproject.org/mt/111188077/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
