[meta-freescale] [PATCH 4/4] gstreamer1.0-plugins-bad: Enable opencv on MX6Q & MX6QP

Carol Zhu carol.zhu at nxp.com
Wed May 31 02:09:09 PDT 2017


Hi Otavio,
     Thanks for your reply.
     Actually the gst opencv plugin has no platform restriction.
     It just depends on opencv.
     But it will cause too much time to compile opencv.
     And for now, one i.MX application needs this gst opencv plugin only on MX6Q & MX6QP as they have better performance.
     


B.R.
Carol

-----Original Message-----
From: Otavio Salvador [mailto:otavio.salvador at ossystems.com.br] 
Sent: Monday, May 29, 2017 7:28 AM
To: Carol Zhu <carol.zhu at nxp.com>
Cc: meta-freescale at yoctoproject.org
Subject: Re: [meta-freescale] [PATCH 4/4] gstreamer1.0-plugins-bad: Enable opencv on MX6Q & MX6QP

On Fri, May 26, 2017 at 2:32 AM, Yuqing Zhu <carol.zhu at nxp.com> wrote:
> Signed-off-by: Yuqing Zhu <carol.zhu at nxp.com>
> ---
>  recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.10.%.bbappend | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.10.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.10.%.bbappend
> index dccc3a9..7b4008e 100644
> --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.10.%.bbappend
> +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.10.%.bbappend
> @@ -6,6 +6,8 @@ PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11
>
>  PACKAGECONFIG_GL_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}"
>
> +PACKAGECONFIG_append_mx6q = " opencv"
> +PACKAGECONFIG_append_mx6qp = " opencv"

Adding for imxgpu3d makes more sense to me; why not?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


More information about the meta-freescale mailing list