* [[thud] PATCH 1/1] linux-ti-staging: update to latest version
@ 2019-06-19 16:11 Anand Balagopalakrishnan
2019-06-19 18:20 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Anand Balagopalakrishnan @ 2019-06-19 16:11 UTC (permalink / raw)
To: meta-arago
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
---
recipes-kernel/linux/linux-ti-staging_4.19.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes-kernel/linux/linux-ti-staging_4.19.bb b/recipes-kernel/linux/linux-ti-staging_4.19.bb
index 26b388b..ceec516 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.19.bb
+++ b/recipes-kernel/linux/linux-ti-staging_4.19.bb
@@ -56,11 +56,11 @@ S = "${WORKDIR}/git"
BRANCH = "ti-linux-4.19.y"
-SRCREV = "7d94bf0b5ba7a68aa735c422f40d53957d094f8b"
-PV = "4.19.38+git${SRCPV}"
+SRCREV = "d343b32d0ab8262cf0a0fa8f4bd2bf1745685984"
+PV = "4.19.50+git${SRCPV}"
# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
-MACHINE_KERNEL_PR_append = "c"
+MACHINE_KERNEL_PR_append = "d"
PR = "${MACHINE_KERNEL_PR}"
KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git"
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [[thud] PATCH 1/1] linux-ti-staging: update to latest version
2019-06-19 16:11 [[thud] PATCH 1/1] linux-ti-staging: update to latest version Anand Balagopalakrishnan
@ 2019-06-19 18:20 ` Denys Dmytriyenko
2019-06-19 18:21 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2019-06-19 18:20 UTC (permalink / raw)
To: Anand Balagopalakrishnan; +Cc: meta-arago
On Wed, Jun 19, 2019 at 09:41:36PM +0530, Anand Balagopalakrishnan wrote:
> Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
> ---
> recipes-kernel/linux/linux-ti-staging_4.19.bb | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-kernel/linux/linux-ti-staging_4.19.bb b/recipes-kernel/linux/linux-ti-staging_4.19.bb
> index 26b388b..ceec516 100644
> --- a/recipes-kernel/linux/linux-ti-staging_4.19.bb
> +++ b/recipes-kernel/linux/linux-ti-staging_4.19.bb
> @@ -56,11 +56,11 @@ S = "${WORKDIR}/git"
>
> BRANCH = "ti-linux-4.19.y"
>
> -SRCREV = "7d94bf0b5ba7a68aa735c422f40d53957d094f8b"
> -PV = "4.19.38+git${SRCPV}"
> +SRCREV = "d343b32d0ab8262cf0a0fa8f4bd2bf1745685984"
> +PV = "4.19.50+git${SRCPV}"
>
> # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
> -MACHINE_KERNEL_PR_append = "c"
> +MACHINE_KERNEL_PR_append = "d"
PR should be reset when PV gets updated.
Also, corresponding RT srecipe hould be updated as well.
> PR = "${MACHINE_KERNEL_PR}"
>
> KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git"
> --
> 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: [[thud] PATCH 1/1] linux-ti-staging: update to latest version
2019-06-19 18:20 ` Denys Dmytriyenko
@ 2019-06-19 18:21 ` Denys Dmytriyenko
2019-06-20 9:15 ` Anand Balagopalakrishnan
0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2019-06-19 18:21 UTC (permalink / raw)
To: Anand Balagopalakrishnan; +Cc: meta-arago
On Wed, Jun 19, 2019 at 02:20:41PM -0400, Denys Dmytriyenko wrote:
> On Wed, Jun 19, 2019 at 09:41:36PM +0530, Anand Balagopalakrishnan wrote:
> > Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
> > ---
> > recipes-kernel/linux/linux-ti-staging_4.19.bb | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/recipes-kernel/linux/linux-ti-staging_4.19.bb b/recipes-kernel/linux/linux-ti-staging_4.19.bb
> > index 26b388b..ceec516 100644
> > --- a/recipes-kernel/linux/linux-ti-staging_4.19.bb
> > +++ b/recipes-kernel/linux/linux-ti-staging_4.19.bb
> > @@ -56,11 +56,11 @@ S = "${WORKDIR}/git"
> >
> > BRANCH = "ti-linux-4.19.y"
> >
> > -SRCREV = "7d94bf0b5ba7a68aa735c422f40d53957d094f8b"
> > -PV = "4.19.38+git${SRCPV}"
> > +SRCREV = "d343b32d0ab8262cf0a0fa8f4bd2bf1745685984"
> > +PV = "4.19.50+git${SRCPV}"
> >
> > # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
> > -MACHINE_KERNEL_PR_append = "c"
> > +MACHINE_KERNEL_PR_append = "d"
>
> PR should be reset when PV gets updated.
>
> Also, corresponding RT srecipe hould be updated as well.
Oh, and this is the wrong list for this...
> > PR = "${MACHINE_KERNEL_PR}"
> >
> > KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git"
> > --
> > 1.9.1
> >
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> 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: [[thud] PATCH 1/1] linux-ti-staging: update to latest version
2019-06-19 18:21 ` Denys Dmytriyenko
@ 2019-06-20 9:15 ` Anand Balagopalakrishnan
0 siblings, 0 replies; 4+ messages in thread
From: Anand Balagopalakrishnan @ 2019-06-20 9:15 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-arago
On 19/06/19 11:51 PM, Denys Dmytriyenko wrote:
> Oh, and this is the wrong list for this...
Ah, yes. I see that you already have a patch for updating the kernel on
meta-ti.
Regards,
Anand
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-06-20 9:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-19 16:11 [[thud] PATCH 1/1] linux-ti-staging: update to latest version Anand Balagopalakrishnan
2019-06-19 18:20 ` Denys Dmytriyenko
2019-06-19 18:21 ` Denys Dmytriyenko
2019-06-20 9:15 ` Anand Balagopalakrishnan
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.