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 <de...@ti.com>
---
  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
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to