From: Denys Dmytriyenko <[email protected]> Disable opencv for now, due to breakage with external arm toolchain.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 05201f3..c4873e0 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -80,6 +80,14 @@ DISTRO_FEATURES_remove = "x11" # Add additional distro features DISTRO_FEATURES_append = " pam wayland opengl" +DISTRO_FEATURES_append = " opencl" +#DISTRO_FEATURES_append = " opencv" +DISTRO_FEATURES_append = " openmp" + +# Normally target distro features will not be applied to native builds: +# Native distro features on this list will use the target feature value +DISTRO_FEATURES_FILTER_NATIVE_append = " opencl opencv openmp" +DISTRO_FEATURES_FILTER_NATIVESDK_append = " opencl opencv openmp" # Set global runtime providers for major components ARAGO_SYSVINIT ?= "0" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
