* [morty/krogoth][PATCH v2] opencv: bump SRCREV to pick up enhancement and bug fix
@ 2017-03-27 18:43 Hongmei Gou
2017-03-27 19:06 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Hongmei Gou @ 2017-03-27 18:43 UTC (permalink / raw)
To: meta-arago; +Cc: Djordje Senicic
* Two more kernels are added for OpenCL DSP offload: minmax and absdiff
* Change priority of gstreamer videoconvert plugin so that it can be
selected over autovideoconvert. This is to address the decoding
issue with test clip 768x576.avi.
Signed-off-by: Djordje Senicic <d-senicic1@ti.com>
Signed-off-by: Hongmei Gou <h-gou@ti.com>
---
V2 changes:
* Update commit message to describe the changes picked up by the new commit id
meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend b/meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend
index eea040f..bcfd8dd 100644
--- a/meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend
+++ b/meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend
@@ -1,4 +1,4 @@
-PR = "r2"
+PR = "r3"
BRANCH = "tiopencvrelease_3.1"
@@ -11,7 +11,7 @@ SRC_URI_append += "\
file://setupEnv.sh \
"
-SRCREV_opencv = "b4f54ac48ced0ade8223eafab9cd3ad6dbb1b515"
+SRCREV_opencv = "ffb1eb48afbb1888670f461135c023dcdb6c9aca"
DEPENDS_remove_keystone = "qtbase"
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [morty/krogoth][PATCH v2] opencv: bump SRCREV to pick up enhancement and bug fix
2017-03-27 18:43 [morty/krogoth][PATCH v2] opencv: bump SRCREV to pick up enhancement and bug fix Hongmei Gou
@ 2017-03-27 19:06 ` Denys Dmytriyenko
2017-03-28 19:09 ` Gou, Hongmei
0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2017-03-27 19:06 UTC (permalink / raw)
To: Hongmei Gou; +Cc: meta-arago, Djordje Senicic
Thanks for sending v2 - merging it now.
On Mon, Mar 27, 2017 at 02:43:25PM -0400, Hongmei Gou wrote:
> * Two more kernels are added for OpenCL DSP offload: minmax and absdiff
>
> * Change priority of gstreamer videoconvert plugin so that it can be
> selected over autovideoconvert. This is to address the decoding
> issue with test clip 768x576.avi.
>
> Signed-off-by: Djordje Senicic <d-senicic1@ti.com>
> Signed-off-by: Hongmei Gou <h-gou@ti.com>
> ---
> V2 changes:
> * Update commit message to describe the changes picked up by the new commit id
>
> meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend b/meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend
> index eea040f..bcfd8dd 100644
> --- a/meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend
> +++ b/meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend
> @@ -1,4 +1,4 @@
> -PR = "r2"
> +PR = "r3"
>
> BRANCH = "tiopencvrelease_3.1"
>
> @@ -11,7 +11,7 @@ SRC_URI_append += "\
> file://setupEnv.sh \
> "
>
> -SRCREV_opencv = "b4f54ac48ced0ade8223eafab9cd3ad6dbb1b515"
> +SRCREV_opencv = "ffb1eb48afbb1888670f461135c023dcdb6c9aca"
>
> DEPENDS_remove_keystone = "qtbase"
>
> --
> 1.9.1
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [morty/krogoth][PATCH v2] opencv: bump SRCREV to pick up enhancement and bug fix
2017-03-27 19:06 ` Denys Dmytriyenko
@ 2017-03-28 19:09 ` Gou, Hongmei
2017-03-28 19:17 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Gou, Hongmei @ 2017-03-28 19:09 UTC (permalink / raw)
To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org, Senicic, Djordje
Hi Denys,
It looks like this patch has been committed in morty-next. Can you please commit it to krogoth also?
Thanks,
Hongmei
> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Monday, March 27, 2017 3:07 PM
> To: Gou, Hongmei
> Cc: meta-arago@arago-project.org; Senicic, Djordje
> Subject: Re: [meta-arago] [morty/krogoth][PATCH v2] opencv: bump SRCREV
> to pick up enhancement and bug fix
>
> Thanks for sending v2 - merging it now.
>
>
> On Mon, Mar 27, 2017 at 02:43:25PM -0400, Hongmei Gou wrote:
> > * Two more kernels are added for OpenCL DSP offload: minmax and
> absdiff
> >
> > * Change priority of gstreamer videoconvert plugin so that it can be
> > selected over autovideoconvert. This is to address the decoding
> > issue with test clip 768x576.avi.
> >
> > Signed-off-by: Djordje Senicic <d-senicic1@ti.com>
> > Signed-off-by: Hongmei Gou <h-gou@ti.com>
> > ---
> > V2 changes:
> > * Update commit message to describe the changes picked up by the new
> commit id
> >
> > meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta-arago-distro/recipes-
> support/opencv/opencv_3.1.bbappend b/meta-arago-distro/recipes-
> support/opencv/opencv_3.1.bbappend
> > index eea040f..bcfd8dd 100644
> > --- a/meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend
> > +++ b/meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend
> > @@ -1,4 +1,4 @@
> > -PR = "r2"
> > +PR = "r3"
> >
> > BRANCH = "tiopencvrelease_3.1"
> >
> > @@ -11,7 +11,7 @@ SRC_URI_append += "\
> > file://setupEnv.sh \
> > "
> >
> > -SRCREV_opencv = "b4f54ac48ced0ade8223eafab9cd3ad6dbb1b515"
> > +SRCREV_opencv = "ffb1eb48afbb1888670f461135c023dcdb6c9aca"
> >
> > DEPENDS_remove_keystone = "qtbase"
> >
> > --
> > 1.9.1
> >
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [morty/krogoth][PATCH v2] opencv: bump SRCREV to pick up enhancement and bug fix
2017-03-28 19:09 ` Gou, Hongmei
@ 2017-03-28 19:17 ` Denys Dmytriyenko
0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2017-03-28 19:17 UTC (permalink / raw)
To: Gou, Hongmei; +Cc: meta-arago, Senicic, Djordje
[-- Attachment #1: Type: text/html, Size: 142 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-03-28 19:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-27 18:43 [morty/krogoth][PATCH v2] opencv: bump SRCREV to pick up enhancement and bug fix Hongmei Gou
2017-03-27 19:06 ` Denys Dmytriyenko
2017-03-28 19:09 ` Gou, Hongmei
2017-03-28 19:17 ` Denys Dmytriyenko
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.