It may not be necessary, but I was not able to build the other opencv dependencies when opencl is not enabled. This could be a hack for now.
On Thu, Sep 12, 2019 at 01:26:21PM -0400, Jacob Stiffler wrote: > Is this necessary? > > In the 3.1 bbappend we configure with opencl only if dsp is in the > MACHINE_FEATURES. That way we can still use opencv even if the dsp is not a > MACHINE_FEATURE. > > On 9/12/2019 11:38 AM, Denys Dmytriyenko wrote: > >Signed-off-by: Denys Dmytriyenko <[email protected]> > >--- > > meta-arago-distro/recipes-support/opencv/opencv_%.bbappend | 3 +++ > > 1 file changed, 3 insertions(+) > > create mode 100644 > > meta-arago-distro/recipes-support/opencv/opencv_%.bbappend > > > >diff --git a/meta-arago-distro/recipes-support/opencv/opencv_%.bbappend > >b/meta-arago-distro/recipes-support/opencv/opencv_%.bbappend > >new file mode 100644 > >index 0000000..bc885a4 > >--- /dev/null > >+++ b/meta-arago-distro/recipes-support/opencv/opencv_%.bbappend > >@@ -0,0 +1,3 @@ > >+inherit machine_features_check > >+ > >+REQUIRED_MACHINE_FEATURES = "dsp" _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
