From: Gary Thomas <gary@mlbassoc.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH v3 2/4] opencv: Add 'libv4l' PACKAGECONFIG
Date: Thu, 23 Jul 2015 05:23:54 -0600 [thread overview]
Message-ID: <55B0CECA.4050909@mlbassoc.com> (raw)
In-Reply-To: <1437594429-21142-2-git-send-email-otavio@ossystems.com.br>
On 2015-07-22 13:47, Otavio Salvador wrote:
> The i.MX SoCs need to allow the removal of libv4l support so a new
> PACKAGECONFIG option has been included.
>
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Gary Thomas <gary@mlbassoc.com>
BTW, this change allows all my cameras on my i.MX6 (TVIN, OV5640_mipi, Webcam)
to work with OpenCV :-)
> ---
> meta-oe/recipes-support/opencv/opencv_2.4.bb | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-support/opencv/opencv_2.4.bb b/meta-oe/recipes-support/opencv/opencv_2.4.bb
> index f8946f4..75441fd 100644
> --- a/meta-oe/recipes-support/opencv/opencv_2.4.bb
> +++ b/meta-oe/recipes-support/opencv/opencv_2.4.bb
> @@ -30,7 +30,7 @@ EXTRA_OECMAKE = "-DPYTHON_NUMPY_INCLUDE_DIR:PATH=${STAGING_LIBDIR}/${PYTHON_DIR}
> ${@base_conditional("libdir", "/usr/lib32", "-DLIB_SUFFIX=32", "", d)} \
> "
>
> -PACKAGECONFIG ??= "eigen jpeg png tiff v4l \
> +PACKAGECONFIG ??= "eigen jpeg png tiff v4l libv4l \
> ${@bb.utils.contains("DISTRO_FEATURES", "x11", "gtk", "", d)} \
> ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "libav", "", d)}"
> PACKAGECONFIG[eigen] = "-DWITH_EIGEN=ON,-DWITH_EIGEN=OFF,libeigen,"
> @@ -40,6 +40,7 @@ PACKAGECONFIG[libav] = "-DWITH_FFMPEG=ON,-DWITH_FFMPEG=OFF,libav,"
> PACKAGECONFIG[png] = "-DWITH_PNG=ON,-DWITH_PNG=OFF,libpng,"
> PACKAGECONFIG[tiff] = "-DWITH_TIFF=ON,-DWITH_TIFF=OFF,tiff,"
> PACKAGECONFIG[v4l] = "-DWITH_V4L=ON,-DWITH_V4L=OFF,v4l-utils,"
> +PACKAGECONFIG[libv4l] = "-DWITH_LIBV4L=ON,-DWITH_LIBV4L=OFF,v4l-utils,"
> PACKAGECONFIG[jasper] = "-DWITH_JASPER=ON,-DWITH_JASPER=OFF,jasper,"
>
> inherit distutils-base pkgconfig cmake
>
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
next prev parent reply other threads:[~2015-07-23 11:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-22 19:47 [meta-oe][PATCH v3 1/4] opencv: Only enable 'libav' support if commercial license is whitelisted Otavio Salvador
2015-07-22 19:47 ` [meta-oe][PATCH v3 2/4] opencv: Add 'libv4l' PACKAGECONFIG Otavio Salvador
2015-07-23 11:23 ` Gary Thomas [this message]
2015-07-23 12:42 ` Otavio Salvador
2015-07-22 19:47 ` [meta-oe][PATCH v3 3/4] glmark2: Convert recipe to fetch from Git Otavio Salvador
2015-07-22 19:47 ` [meta-oe][PATCH v3 4/4] glmark2: Remove X11 exclusiveness Otavio Salvador
2015-07-22 19:52 ` [meta-oe][PATCH v3 1/4] opencv: Only enable 'libav' support if commercial license is whitelisted Andreas Müller
2015-07-22 20:09 ` Otavio Salvador
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55B0CECA.4050909@mlbassoc.com \
--to=gary@mlbassoc.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.