packagegroup-agl-appfw-graphics: Add opencv 77/10877/8
authorTom Rini <trini@konsulko.com>
Tue, 26 Sep 2017 19:10:31 +0000 (15:10 -0400)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 28 Sep 2017 12:54:51 +0000 (12:54 +0000)
We add support for a relatively minimal opencv library to the
appfw-grahpics packagegroup.  As part of this, we set the PACKAGECONFIG
for opencv to a minimal level that enables support for things we already
have in the system as well as using V4L devices.  Additional features
that are normally enabled in OpenEmbedded are left out.

Bug-AGL: SPEC-912

Change-Id: Iae4480420ccb619ef79f45de30c86e05831e70f9
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
recipes-appfw/packagegroups/packagegroup-agl-appfw-graphics.bb
recipes-support/opencv/opencv_3.2.bbappend [new file with mode: 0644]

diff --git a/recipes-support/opencv/opencv_3.2.bbappend b/recipes-support/opencv/opencv_3.2.bbappend
new file mode 100644 (file)
index 0000000..8656abf
--- /dev/null
@@ -0,0 +1 @@
+PACKAGECONFIG ?= "jpeg png v4l libv4l gstreamer"