Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] netbase.bbappend version fix - version 2
@ 2011-11-22  0:18 nitin.a.kamble
  2011-11-22  0:18 ` [PATCH 1/1] netbase.bbappend: sync up with oecore/yocto layer nitin.a.kamble
  2011-11-22 19:59 ` [PATCH 0/1] netbase.bbappend version fix - version 2 Saul Wold
  0 siblings, 2 replies; 4+ messages in thread
From: nitin.a.kamble @ 2011-11-22  0:18 UTC (permalink / raw)
  To: openembedded-core

From: Nitin A Kamble <nitin.a.kamble@intel.com>

The following changes since commit 7022a8f8045bdf82b9209b8cd62fb09c4a7a24f8:

  gcc-4.6: Fix gcc ICE on qt4-x11-free/armv7-a (2011-11-21 16:55:12 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib nitin/misc
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc

Nitin A Kamble (1):
  netbase.bbappend: sync up with oecore/yocto layer

 .../beagleboard/interfaces                         |    0
 ...netbase_4.46.bbappend => netbase_4.47.bbappend} |    0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-yocto/recipes-core/netbase/{netbase-4.46 => netbase-4.47}/beagleboard/interfaces (100%)
 rename meta-yocto/recipes-core/netbase/{netbase_4.46.bbappend => netbase_4.47.bbappend} (100%)

-- 
1.7.4.4




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

* [PATCH 1/1] netbase.bbappend: sync up with oecore/yocto layer
  2011-11-22  0:18 [PATCH 0/1] netbase.bbappend version fix - version 2 nitin.a.kamble
@ 2011-11-22  0:18 ` nitin.a.kamble
  2011-11-22 19:59 ` [PATCH 0/1] netbase.bbappend version fix - version 2 Saul Wold
  1 sibling, 0 replies; 4+ messages in thread
From: nitin.a.kamble @ 2011-11-22  0:18 UTC (permalink / raw)
  To: openembedded-core

From: Nitin A Kamble <nitin.a.kamble@intel.com>

The netbase recipe from meta has upgraded to 4.47, but the netbase.bbappend
from meta-yocto was still at 4.46, causing bitbake error like this:
ERROR: No recipes available for:
  /home/nitin/prj/poky.git/meta-yocto/recipes-core/netbase/netbase_4.46.bbappend
This commit Renames netbase.bbappend and related files to match with
the 4.47 version.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
 .../beagleboard/interfaces                         |    0
 ...netbase_4.46.bbappend => netbase_4.47.bbappend} |    0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-yocto/recipes-core/netbase/{netbase-4.46 => netbase-4.47}/beagleboard/interfaces (100%)
 rename meta-yocto/recipes-core/netbase/{netbase_4.46.bbappend => netbase_4.47.bbappend} (100%)

diff --git a/meta-yocto/recipes-core/netbase/netbase-4.46/beagleboard/interfaces b/meta-yocto/recipes-core/netbase/netbase-4.47/beagleboard/interfaces
similarity index 100%
rename from meta-yocto/recipes-core/netbase/netbase-4.46/beagleboard/interfaces
rename to meta-yocto/recipes-core/netbase/netbase-4.47/beagleboard/interfaces
diff --git a/meta-yocto/recipes-core/netbase/netbase_4.46.bbappend b/meta-yocto/recipes-core/netbase/netbase_4.47.bbappend
similarity index 100%
rename from meta-yocto/recipes-core/netbase/netbase_4.46.bbappend
rename to meta-yocto/recipes-core/netbase/netbase_4.47.bbappend
-- 
1.7.4.4




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

* Re: [PATCH 0/1] netbase.bbappend version fix - version 2
  2011-11-22  0:18 [PATCH 0/1] netbase.bbappend version fix - version 2 nitin.a.kamble
  2011-11-22  0:18 ` [PATCH 1/1] netbase.bbappend: sync up with oecore/yocto layer nitin.a.kamble
@ 2011-11-22 19:59 ` Saul Wold
  2011-11-23  9:07   ` Richard Purdie
  1 sibling, 1 reply; 4+ messages in thread
From: Saul Wold @ 2011-11-22 19:59 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 11/21/2011 04:18 PM, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble<nitin.a.kamble@intel.com>
>
> The following changes since commit 7022a8f8045bdf82b9209b8cd62fb09c4a7a24f8:
>
>    gcc-4.6: Fix gcc ICE on qt4-x11-free/armv7-a (2011-11-21 16:55:12 +0000)
>
> are available in the git repository at:
>    git://git.pokylinux.org/poky-contrib nitin/misc
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc
>
> Nitin A Kamble (1):
>    netbase.bbappend: sync up with oecore/yocto layer
>
>   .../beagleboard/interfaces                         |    0
>   ...netbase_4.46.bbappend =>  netbase_4.47.bbappend} |    0
>   2 files changed, 0 insertions(+), 0 deletions(-)
>   rename meta-yocto/recipes-core/netbase/{netbase-4.46 =>  netbase-4.47}/beagleboard/interfaces (100%)
>   rename meta-yocto/recipes-core/netbase/{netbase_4.46.bbappend =>  netbase_4.47.bbappend} (100%)
>

This should really go to the poky@yoctoproject.org list since it's poky 
specific.

Thanks
	Sau!



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

* Re: [PATCH 0/1] netbase.bbappend version fix - version 2
  2011-11-22 19:59 ` [PATCH 0/1] netbase.bbappend version fix - version 2 Saul Wold
@ 2011-11-23  9:07   ` Richard Purdie
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2011-11-23  9:07 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Tue, 2011-11-22 at 11:59 -0800, Saul Wold wrote:
> On 11/21/2011 04:18 PM, nitin.a.kamble@intel.com wrote:
> > From: Nitin A Kamble<nitin.a.kamble@intel.com>
> >
> > The following changes since commit 7022a8f8045bdf82b9209b8cd62fb09c4a7a24f8:
> >
> >    gcc-4.6: Fix gcc ICE on qt4-x11-free/armv7-a (2011-11-21 16:55:12 +0000)
> >
> > are available in the git repository at:
> >    git://git.pokylinux.org/poky-contrib nitin/misc
> >    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc
> >
> > Nitin A Kamble (1):
> >    netbase.bbappend: sync up with oecore/yocto layer
> >
> >   .../beagleboard/interfaces                         |    0
> >   ...netbase_4.46.bbappend =>  netbase_4.47.bbappend} |    0
> >   2 files changed, 0 insertions(+), 0 deletions(-)
> >   rename meta-yocto/recipes-core/netbase/{netbase-4.46 =>  netbase-4.47}/beagleboard/interfaces (100%)
> >   rename meta-yocto/recipes-core/netbase/{netbase_4.46.bbappend =>  netbase_4.47.bbappend} (100%)
> >
> 
> This should really go to the poky@yoctoproject.org list since it's poky 
> specific.

There has also been a fix for this merged already.

Cheers,

Richard




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

end of thread, other threads:[~2011-11-23  9:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-22  0:18 [PATCH 0/1] netbase.bbappend version fix - version 2 nitin.a.kamble
2011-11-22  0:18 ` [PATCH 1/1] netbase.bbappend: sync up with oecore/yocto layer nitin.a.kamble
2011-11-22 19:59 ` [PATCH 0/1] netbase.bbappend version fix - version 2 Saul Wold
2011-11-23  9:07   ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox