* [rocko/master][PATCHv2] tidl-api: Update test video clip (subject line fixed)
@ 2018-07-24 20:57 Djordje Senicic
2018-07-24 22:44 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Djordje Senicic @ 2018-07-24 20:57 UTC (permalink / raw)
To: meta-arago; +Cc: d-senicic1, Djordje Senicic
* Use real-life video clip and list of classes
Signed-off-by: Djordje Senicic <x0157990@ti.com>
---
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc b/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc
index d2b570d..f1a34eb 100644
--- a/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc
+++ b/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc
@@ -8,4 +8,4 @@ GIT_PROTOCOL = "git"
BRANCH = "master"
SRC_URI = "${GIT_URI};protocol=${GIT_PROTOCOL};branch=${BRANCH}"
-SRCREV = "8bad8d86fd89fd8c482aa10ab89f3049337a9ca2"
+SRCREV = "06585057d0f47bb930647123557bc5a1506dabda"
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [rocko/master][PATCHv2] tidl-api: Update test video clip (subject line fixed)
2018-07-24 20:57 [rocko/master][PATCHv2] tidl-api: Update test video clip (subject line fixed) Djordje Senicic
@ 2018-07-24 22:44 ` Denys Dmytriyenko
2018-07-24 22:47 ` Senicic, Djordje
0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2018-07-24 22:44 UTC (permalink / raw)
To: Djordje Senicic; +Cc: meta-arago, d-senicic1
On Tue, Jul 24, 2018 at 04:57:08PM -0400, Djordje Senicic wrote:
> * Use real-life video clip and list of classes
>
> Signed-off-by: Djordje Senicic <x0157990@ti.com>
> ---
Please make change notes like "subject line fixed" in here, after ---
> meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc b/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc
> index d2b570d..f1a34eb 100644
> --- a/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc
> +++ b/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc
> @@ -8,4 +8,4 @@ GIT_PROTOCOL = "git"
> BRANCH = "master"
>
> SRC_URI = "${GIT_URI};protocol=${GIT_PROTOCOL};branch=${BRANCH}"
> -SRCREV = "8bad8d86fd89fd8c482aa10ab89f3049337a9ca2"
> +SRCREV = "06585057d0f47bb930647123557bc5a1506dabda"
> --
> 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: [rocko/master][PATCHv2] tidl-api: Update test video clip (subject line fixed)
2018-07-24 22:44 ` Denys Dmytriyenko
@ 2018-07-24 22:47 ` Senicic, Djordje
2018-07-24 23:47 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Senicic, Djordje @ 2018-07-24 22:47 UTC (permalink / raw)
To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org
Previous (same) patch was accidently left w/o any subject (blank line).
Do I need to resubmit PATCHv3?
-----Original Message-----
From: Dmytriyenko, Denys
Sent: Tuesday, July 24, 2018 6:44 PM
To: Senicic, Djordje
Cc: meta-arago@arago-project.org; Senicic, Djordje
Subject: Re: [meta-arago] [rocko/master][PATCHv2] tidl-api: Update test video clip (subject line fixed)
On Tue, Jul 24, 2018 at 04:57:08PM -0400, Djordje Senicic wrote:
> * Use real-life video clip and list of classes
>
> Signed-off-by: Djordje Senicic <x0157990@ti.com>
> ---
Please make change notes like "subject line fixed" in here, after ---
> meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc b/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc
> index d2b570d..f1a34eb 100644
> --- a/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc
> +++ b/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc
> @@ -8,4 +8,4 @@ GIT_PROTOCOL = "git"
> BRANCH = "master"
>
> SRC_URI = "${GIT_URI};protocol=${GIT_PROTOCOL};branch=${BRANCH}"
> -SRCREV = "8bad8d86fd89fd8c482aa10ab89f3049337a9ca2"
> +SRCREV = "06585057d0f47bb930647123557bc5a1506dabda"
> --
> 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: [rocko/master][PATCHv2] tidl-api: Update test video clip (subject line fixed)
2018-07-24 22:47 ` Senicic, Djordje
@ 2018-07-24 23:47 ` Denys Dmytriyenko
0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2018-07-24 23:47 UTC (permalink / raw)
To: Senicic, Djordje; +Cc: meta-arago@arago-project.org
I understood the need for v2, but everything in Subject line besides square
brackets goes into git commit log, including (subject line fixed), which has
no meaning to the actual change that will get into git history. I only pointed
out where comments like this should go, so they are human readable, but will
be ignored by git. And yes, clean v3 would be nice, thanks.
--
Denys
On Tue, Jul 24, 2018 at 06:47:08PM -0400, Senicic, Djordje wrote:
> Previous (same) patch was accidently left w/o any subject (blank line).
> Do I need to resubmit PATCHv3?
>
> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Tuesday, July 24, 2018 6:44 PM
> To: Senicic, Djordje
> Cc: meta-arago@arago-project.org; Senicic, Djordje
> Subject: Re: [meta-arago] [rocko/master][PATCHv2] tidl-api: Update test video clip (subject line fixed)
>
> On Tue, Jul 24, 2018 at 04:57:08PM -0400, Djordje Senicic wrote:
> > * Use real-life video clip and list of classes
> >
> > Signed-off-by: Djordje Senicic <x0157990@ti.com>
> > ---
>
> Please make change notes like "subject line fixed" in here, after ---
>
>
> > meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc b/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc
> > index d2b570d..f1a34eb 100644
> > --- a/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc
> > +++ b/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc
> > @@ -8,4 +8,4 @@ GIT_PROTOCOL = "git"
> > BRANCH = "master"
> >
> > SRC_URI = "${GIT_URI};protocol=${GIT_PROTOCOL};branch=${BRANCH}"
> > -SRCREV = "8bad8d86fd89fd8c482aa10ab89f3049337a9ca2"
> > +SRCREV = "06585057d0f47bb930647123557bc5a1506dabda"
> > --
> > 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
end of thread, other threads:[~2018-07-24 23:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-24 20:57 [rocko/master][PATCHv2] tidl-api: Update test video clip (subject line fixed) Djordje Senicic
2018-07-24 22:44 ` Denys Dmytriyenko
2018-07-24 22:47 ` Senicic, Djordje
2018-07-24 23:47 ` 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.