All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sitara-linux-ti-staging_3.14.bb: Update commit to pull in suspend/standby fix
@ 2015-01-29  0:27 Franklin S. Cooper Jr
  2015-01-29  0:50 ` Denys Dmytriyenko
  0 siblings, 1 reply; 6+ messages in thread
From: Franklin S. Cooper Jr @ 2015-01-29  0:27 UTC (permalink / raw)
  To: meta-ti

From: "Franklin S. Cooper Jr" <fcooper@ti.com>

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../linux/sitara-linux-ti-staging_3.14.bb          |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb b/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb
index f9c4641..991f694 100644
--- a/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb
+++ b/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb
@@ -35,7 +35,7 @@ S = "${WORKDIR}/git"
 
 BRANCH = "sitara-ti-linux-3.14.y"
 
-SRCREV = "2d7148a3a95a2811604611f6c66a8826a61b8b12"
+SRCREV = "99b50bfb0f3fb0e43de31a6735989d31660b0835"
 PV = "3.14.26"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
-- 
1.7.9.5



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

* Re: [PATCH] sitara-linux-ti-staging_3.14.bb: Update commit to pull in suspend/standby fix
  2015-01-29  0:27 [PATCH] sitara-linux-ti-staging_3.14.bb: Update commit to pull in suspend/standby fix Franklin S. Cooper Jr
@ 2015-01-29  0:50 ` Denys Dmytriyenko
  2015-01-29 14:56   ` Cooper Jr., Franklin
  0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2015-01-29  0:50 UTC (permalink / raw)
  To: Franklin S. Cooper Jr; +Cc: meta-ti

On Wed, Jan 28, 2015 at 06:27:38PM -0600, Franklin S. Cooper Jr wrote:
> From: "Franklin S. Cooper Jr" <fcooper@ti.com>
> 
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  .../linux/sitara-linux-ti-staging_3.14.bb          |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb b/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb
> index f9c4641..991f694 100644
> --- a/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb
> +++ b/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb
> @@ -35,7 +35,7 @@ S = "${WORKDIR}/git"
>  
>  BRANCH = "sitara-ti-linux-3.14.y"
>  
> -SRCREV = "2d7148a3a95a2811604611f6c66a8826a61b8b12"
> +SRCREV = "99b50bfb0f3fb0e43de31a6735989d31660b0835"
>  PV = "3.14.26"

No PV or PR bump? Are you sure?

-- 
Denys


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

* Re: [PATCH] sitara-linux-ti-staging_3.14.bb: Update commit to pull in suspend/standby fix
  2015-01-29  0:50 ` Denys Dmytriyenko
@ 2015-01-29 14:56   ` Cooper Jr., Franklin
  2015-01-30 18:40     ` Denys Dmytriyenko
  0 siblings, 1 reply; 6+ messages in thread
From: Cooper Jr., Franklin @ 2015-01-29 14:56 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti



> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Wednesday, January 28, 2015 6:50 PM
> To: Cooper Jr., Franklin
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] sitara-linux-ti-staging_3.14.bb: Update
> commit to pull in suspend/standby fix
> 
> On Wed, Jan 28, 2015 at 06:27:38PM -0600, Franklin S. Cooper Jr wrote:
> > From: "Franklin S. Cooper Jr" <fcooper@ti.com>
> >
> > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > ---
> >  .../linux/sitara-linux-ti-staging_3.14.bb          |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb b/recipes-
> kernel/linux/sitara-linux-ti-staging_3.14.bb
> > index f9c4641..991f694 100644
> > --- a/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb
> > +++ b/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb
> > @@ -35,7 +35,7 @@ S = "${WORKDIR}/git"
> >
> >  BRANCH = "sitara-ti-linux-3.14.y"
> >
> > -SRCREV = "2d7148a3a95a2811604611f6c66a8826a61b8b12"
> > +SRCREV = "99b50bfb0f3fb0e43de31a6735989d31660b0835"
> >  PV = "3.14.26"
> 
> No PV or PR bump? Are you sure?
[Franklin] I still get confused by the "smarter" bitbake determining when it needs to rebuild a recipe. Is the problem that all other kernel driver recipes still won't be rebuilt even though bitbake may know to rebuild the kernel recipe?
> 
> --
> Denys


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

* Re: [PATCH] sitara-linux-ti-staging_3.14.bb: Update commit to pull in suspend/standby fix
  2015-01-29 14:56   ` Cooper Jr., Franklin
@ 2015-01-30 18:40     ` Denys Dmytriyenko
  2015-01-30 22:43       ` Cooper Jr., Franklin
  0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2015-01-30 18:40 UTC (permalink / raw)
  To: Cooper Jr., Franklin; +Cc: meta-ti

On Thu, Jan 29, 2015 at 09:56:28AM -0500, Cooper Jr., Franklin wrote:
> 
> 
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Wednesday, January 28, 2015 6:50 PM
> > To: Cooper Jr., Franklin
> > Cc: meta-ti@yoctoproject.org
> > Subject: Re: [meta-ti] [PATCH] sitara-linux-ti-staging_3.14.bb: Update
> > commit to pull in suspend/standby fix
> > 
> > On Wed, Jan 28, 2015 at 06:27:38PM -0600, Franklin S. Cooper Jr wrote:
> > > From: "Franklin S. Cooper Jr" <fcooper@ti.com>
> > >
> > > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > > ---
> > >  .../linux/sitara-linux-ti-staging_3.14.bb          |    2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb b/recipes-
> > kernel/linux/sitara-linux-ti-staging_3.14.bb
> > > index f9c4641..991f694 100644
> > > --- a/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb
> > > +++ b/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb
> > > @@ -35,7 +35,7 @@ S = "${WORKDIR}/git"
> > >
> > >  BRANCH = "sitara-ti-linux-3.14.y"
> > >
> > > -SRCREV = "2d7148a3a95a2811604611f6c66a8826a61b8b12"
> > > +SRCREV = "99b50bfb0f3fb0e43de31a6735989d31660b0835"
> > >  PV = "3.14.26"
> > 
> > No PV or PR bump? Are you sure?

> [Franklin] I still get confused by the "smarter" bitbake determining when it 
> needs to rebuild a recipe.

Well, bitbake is smart and it will rebuild the recipe if it changes.


> Is the problem that all other kernel driver recipes still won't be rebuilt 
> even though bitbake may know to rebuild the kernel recipe?

The problem might be with out-of-tree kernel modules (graphics, cryptodev, 
etc.) and with the binary packages and the proper upgrade path (which you 
probably don't care for now), since package upgrade is handled by the package 
manager (opkg) and not bitbake. From opkg perspective, only the version and 
the revision matter and should be sorted properly, so if SRCREV is in PR, it 
may go lower (not in this case though) and won't get updated.

-- 
Denys


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

* Re: [PATCH] sitara-linux-ti-staging_3.14.bb: Update commit to pull in suspend/standby fix
  2015-01-30 18:40     ` Denys Dmytriyenko
@ 2015-01-30 22:43       ` Cooper Jr., Franklin
  0 siblings, 0 replies; 6+ messages in thread
From: Cooper Jr., Franklin @ 2015-01-30 22:43 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti



> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Friday, January 30, 2015 12:41 PM
> To: Cooper Jr., Franklin
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] sitara-linux-ti-staging_3.14.bb: Update
> commit to pull in suspend/standby fix
> 
> On Thu, Jan 29, 2015 at 09:56:28AM -0500, Cooper Jr., Franklin wrote:
> >
> >
> > > -----Original Message-----
> > > From: Dmytriyenko, Denys
> > > Sent: Wednesday, January 28, 2015 6:50 PM
> > > To: Cooper Jr., Franklin
> > > Cc: meta-ti@yoctoproject.org
> > > Subject: Re: [meta-ti] [PATCH] sitara-linux-ti-staging_3.14.bb:
> > > Update commit to pull in suspend/standby fix
> > >
> > > On Wed, Jan 28, 2015 at 06:27:38PM -0600, Franklin S. Cooper Jr wrote:
> > > > From: "Franklin S. Cooper Jr" <fcooper@ti.com>
> > > >
> > > > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > > > ---
> > > >  .../linux/sitara-linux-ti-staging_3.14.bb          |    2 +-
> > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > >
> > > > diff --git a/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb
> > > > b/recipes-
> > > kernel/linux/sitara-linux-ti-staging_3.14.bb
> > > > index f9c4641..991f694 100644
> > > > --- a/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb
> > > > +++ b/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb
> > > > @@ -35,7 +35,7 @@ S = "${WORKDIR}/git"
> > > >
> > > >  BRANCH = "sitara-ti-linux-3.14.y"
> > > >
> > > > -SRCREV = "2d7148a3a95a2811604611f6c66a8826a61b8b12"
> > > > +SRCREV = "99b50bfb0f3fb0e43de31a6735989d31660b0835"
> > > >  PV = "3.14.26"
> > >
> > > No PV or PR bump? Are you sure?
> 
> > [Franklin] I still get confused by the "smarter" bitbake determining
> > when it needs to rebuild a recipe.
> 
> Well, bitbake is smart and it will rebuild the recipe if it changes.
> 
> 
> > Is the problem that all other kernel driver recipes still won't be
> > rebuilt even though bitbake may know to rebuild the kernel recipe?
> 
> The problem might be with out-of-tree kernel modules (graphics, cryptodev,
> etc.) and with the binary packages and the proper upgrade path (which you
> probably don't care for now), since package upgrade is handled by the
> package manager (opkg) and not bitbake. From opkg perspective, only the
> version and the revision matter and should be sorted properly, so if SRCREV
> is in PR, it may go lower (not in this case though) and won't get updated.
[Franklin] Thanks I keep forgetting that SRCREV can fluctuate so it's not good enough to "bump" the PR.
> 
> --
> Denys


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

* [PATCH] sitara-linux-ti-staging_3.14.bb: Update commit to pull in suspend/standby fix
@ 2015-01-30 22:42 Franklin S. Cooper Jr
  0 siblings, 0 replies; 6+ messages in thread
From: Franklin S. Cooper Jr @ 2015-01-30 22:42 UTC (permalink / raw)
  To: meta-ti

From: "Franklin S. Cooper Jr" <fcooper@ti.com>

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
Version 2:
Bump PR

 .../linux/sitara-linux-ti-staging_3.14.bb          |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb b/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb
index f9c4641..8cd2c3f 100644
--- a/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb
+++ b/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb
@@ -35,11 +35,11 @@ S = "${WORKDIR}/git"
 
 BRANCH = "sitara-ti-linux-3.14.y"
 
-SRCREV = "2d7148a3a95a2811604611f6c66a8826a61b8b12"
+SRCREV = "99b50bfb0f3fb0e43de31a6735989d31660b0835"
 PV = "3.14.26"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
-MACHINE_KERNEL_PR_append = "f+gitr${SRCPV}"
+MACHINE_KERNEL_PR_append = "g+gitr${SRCPV}"
 PR = "${MACHINE_KERNEL_PR}"
 
 MULTI_CONFIG_BASE_SUFFIX = ""
-- 
1.7.9.5



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

end of thread, other threads:[~2015-01-30 22:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-29  0:27 [PATCH] sitara-linux-ti-staging_3.14.bb: Update commit to pull in suspend/standby fix Franklin S. Cooper Jr
2015-01-29  0:50 ` Denys Dmytriyenko
2015-01-29 14:56   ` Cooper Jr., Franklin
2015-01-30 18:40     ` Denys Dmytriyenko
2015-01-30 22:43       ` Cooper Jr., Franklin
2015-01-30 22:42 Franklin S. Cooper Jr

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.