From: Denys Dmytriyenko <[email protected]> The old OpenCL DSP offloading code causes too many C++ template and namespace errors from gcc10: https://gcc.gnu.org/gcc-10/porting_to.html
Disable the feature for now. Signed-off-by: Denys Dmytriyenko <[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 937bee0..6937544 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -88,7 +88,7 @@ DISTRO_FEATURES_remove = "x11" # Add additional distro features DISTRO_FEATURES_append = " pam wayland opengl" -DISTRO_FEATURES_append = " opencl" +#DISTRO_FEATURES_append = " opencl" DISTRO_FEATURES_append = " opencv" DISTRO_FEATURES_append = " openmp" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
