All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] fix yocto layer
@ 2011-11-21 19:11 nitin.a.kamble
  2011-11-21 19:11 ` [PATCH 1/1] netbase.bbappend: sync up with oecore/yocto layer nitin.a.kamble
  0 siblings, 1 reply; 3+ messages in thread
From: nitin.a.kamble @ 2011-11-21 19:11 UTC (permalink / raw)
  To: openembedded-core

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

netbase.bbappend file from meta-yocto layer was lagging behind the meta layer.

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] 3+ messages in thread

* [PATCH 1/1] netbase.bbappend: sync up with oecore/yocto layer
  2011-11-21 19:11 [PATCH 0/1] fix yocto layer nitin.a.kamble
@ 2011-11-21 19:11 ` nitin.a.kamble
  2011-11-21 20:51   ` Darren Hart
  0 siblings, 1 reply; 3+ messages in thread
From: nitin.a.kamble @ 2011-11-21 19:11 UTC (permalink / raw)
  To: openembedded-core

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

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] 3+ messages in thread

* Re: [PATCH 1/1] netbase.bbappend: sync up with oecore/yocto layer
  2011-11-21 19:11 ` [PATCH 1/1] netbase.bbappend: sync up with oecore/yocto layer nitin.a.kamble
@ 2011-11-21 20:51   ` Darren Hart
  0 siblings, 0 replies; 3+ messages in thread
From: Darren Hart @ 2011-11-21 20:51 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Hi Nitin,

Please provide a complete change log with patches. Even for simple
patches the commit log needs to indicate why the change is needed and
how the issue is addresses. For something like this, just mentioning the
list of updates is probably adequate.

http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines#Patch_Headers_and_Commit_Messages

Thanks,

Darren

On 11/21/2011 11:11 AM, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
> 
> 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

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel



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

end of thread, other threads:[~2011-11-21 20:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-21 19:11 [PATCH 0/1] fix yocto layer nitin.a.kamble
2011-11-21 19:11 ` [PATCH 1/1] netbase.bbappend: sync up with oecore/yocto layer nitin.a.kamble
2011-11-21 20:51   ` Darren Hart

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.