All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell/master][PATCH] linuxptp: update bbappend against latest upstream
@ 2021-05-25 16:00 Denys Dmytriyenko
  2021-05-25 16:03 ` Nishanth Menon
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2021-05-25 16:00 UTC (permalink / raw)
  To: Denys Dmytriyenko, Praneeth Bajjuri, Yogesh Siraswar, Nishant Menon
  Cc: meta-arago

Back-porting upstream patch for dunfell. The dunfell linux-ptp is
still at 2.0. This forks linuxptp to 3.0 to update it for the linux
ptp fixes done on meta-openembedded

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Cc: Lokesh Vutla <lokeshvutla@ti.com>
---
 .../recipes-connectivity/linuxptp/linuxptp_%.bbappend       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_%.bbappend b/meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_%.bbappend
index b0552aaf..e4fb109a 100644
--- a/meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_%.bbappend
+++ b/meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_%.bbappend
@@ -1,13 +1,13 @@
 PR_append = ".arago0"
-PV_append = "+git${SRCPV}"
+PV = "3.0+git${SRCPV}"
 
 BRANCH = "ti-linuxptp"
-SRCREV = "a06698a12e828a0372955c2d9c8d6604d8326811"
+SRCREV = "f155c21283a0421f5e1e0b5e850c8a9a71d72453"
 
 SRC_URI = " \
     git://git.ti.com/processor-sdk/linuxptp.git;branch=${BRANCH} \
     file://build-Allow-CC-and-prefix-to-be-overriden.patch \
-    file://no-incdefs-using-host-headers.patch \
+    file://Use-cross-cpp-in-incdefs.patch \
 "
 
 S = "${WORKDIR}/git"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [dunfell/master][PATCH] linuxptp: update bbappend against latest upstream
  2021-05-25 16:00 [dunfell/master][PATCH] linuxptp: update bbappend against latest upstream Denys Dmytriyenko
@ 2021-05-25 16:03 ` Nishanth Menon
  2021-05-25 23:35   ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Nishanth Menon @ 2021-05-25 16:03 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago

On 11:00-20210525, Denys Dmytriyenko wrote:
> Back-porting upstream patch for dunfell. The dunfell linux-ptp is
> still at 2.0. This forks linuxptp to 3.0 to update it for the linux
> ptp fixes done on meta-openembedded
> 
> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
> Cc: Lokesh Vutla <lokeshvutla@ti.com>
> ---
>  .../recipes-connectivity/linuxptp/linuxptp_%.bbappend       | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_%.bbappend b/meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_%.bbappend
> index b0552aaf..e4fb109a 100644
> --- a/meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_%.bbappend
> +++ b/meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_%.bbappend
> @@ -1,13 +1,13 @@
>  PR_append = ".arago0"
> -PV_append = "+git${SRCPV}"
> +PV = "3.0+git${SRCPV}"
>  
>  BRANCH = "ti-linuxptp"
> -SRCREV = "a06698a12e828a0372955c2d9c8d6604d8326811"
> +SRCREV = "f155c21283a0421f5e1e0b5e850c8a9a71d72453"
>  
>  SRC_URI = " \
>      git://git.ti.com/processor-sdk/linuxptp.git;branch=${BRANCH} \
>      file://build-Allow-CC-and-prefix-to-be-overriden.patch \
> -    file://no-incdefs-using-host-headers.patch \
> +    file://Use-cross-cpp-in-incdefs.patch \
>  "
>  
>  S = "${WORKDIR}/git"
> -- 
> 2.17.1
> 

Nitpicking on $subject..
http://arago-project.org/git/meta-arago.git?p=meta-arago.git;a=blobdiff;f=meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_%25.bbappend;h=e4fb109a5b1dcc16e52aec24c61386fde1e871df;hp=b0552aaf41528735a697946f60a432378d6c5cb8;hb=dc1101ed36094749219285378a73f660255e3cbd;hpb=df231e190a3c138696c15faa88f7cb228c2cc585
is already on master, so just dunfell alone.


Acked-by: Nishanth Menon <nm@ti.com>

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dunfell/master][PATCH] linuxptp: update bbappend against latest upstream
  2021-05-25 16:03 ` Nishanth Menon
@ 2021-05-25 23:35   ` Denys Dmytriyenko
  0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2021-05-25 23:35 UTC (permalink / raw)
  To: Nishanth Menon; +Cc: meta-arago, Denys Dmytriyenko

On Tue, May 25, 2021 at 11:03:05AM -0500, Nishanth Menon wrote:
> On 11:00-20210525, Denys Dmytriyenko wrote:
> > Back-porting upstream patch for dunfell. The dunfell linux-ptp is
> > still at 2.0. This forks linuxptp to 3.0 to update it for the linux
> > ptp fixes done on meta-openembedded
> > 
> > Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
> > Cc: Lokesh Vutla <lokeshvutla@ti.com>
> > ---
> >  .../recipes-connectivity/linuxptp/linuxptp_%.bbappend       | 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
> > 
> > diff --git a/meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_%.bbappend b/meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_%.bbappend
> > index b0552aaf..e4fb109a 100644
> > --- a/meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_%.bbappend
> > +++ b/meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_%.bbappend
> > @@ -1,13 +1,13 @@
> >  PR_append = ".arago0"
> > -PV_append = "+git${SRCPV}"
> > +PV = "3.0+git${SRCPV}"
> >  
> >  BRANCH = "ti-linuxptp"
> > -SRCREV = "a06698a12e828a0372955c2d9c8d6604d8326811"
> > +SRCREV = "f155c21283a0421f5e1e0b5e850c8a9a71d72453"
> >  
> >  SRC_URI = " \
> >      git://git.ti.com/processor-sdk/linuxptp.git;branch=${BRANCH} \
> >      file://build-Allow-CC-and-prefix-to-be-overriden.patch \
> > -    file://no-incdefs-using-host-headers.patch \
> > +    file://Use-cross-cpp-in-incdefs.patch \
> >  "
> >  
> >  S = "${WORKDIR}/git"
> > -- 
> > 2.17.1
> > 
> 
> Nitpicking on $subject..
> http://arago-project.org/git/meta-arago.git?p=meta-arago.git;a=blobdiff;f=meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_%25.bbappend;h=e4fb109a5b1dcc16e52aec24c61386fde1e871df;hp=b0552aaf41528735a697946f60a432378d6c5cb8;hb=dc1101ed36094749219285378a73f660255e3cbd;hpb=df231e190a3c138696c15faa88f7cb228c2cc585
> is already on master, so just dunfell alone.
> 
> Acked-by: Nishanth Menon <nm@ti.com>

BTW, this was NOT sent by me! The original patch for master was mine and I do 
understand how this might have happened. But that is not the proper way to 
retain original authorship - please set your git config properly. :)

-- 
Regards,
Denys Dmytriyenko <denis@denix.org>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186  6D76 4209 0272 9A92 C964


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-25 23:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25 16:00 [dunfell/master][PATCH] linuxptp: update bbappend against latest upstream Denys Dmytriyenko
2021-05-25 16:03 ` Nishanth Menon
2021-05-25 23:35   ` 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.