All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1][meta-intel] emenlow: fix some .bbappend files' names: poky -> core, etc
@ 2011-06-20  8:09 Dexuan Cui
  2011-06-20  8:09 ` [PATCH 1/1][meta-intel]emenlow: " Dexuan Cui
  2011-06-29 12:42 ` [PATCH 0/1][meta-intel] emenlow: " Cui, Dexuan
  0 siblings, 2 replies; 4+ messages in thread
From: Dexuan Cui @ 2011-06-20  8:09 UTC (permalink / raw)
  To: poky

Please review the patch.

The following changes since commit 76d1178ba1a43cf6457c89717134aeb9f1275fae:

  meta-intel: fix formfactor bbappends to use FILESEXTRAPATHS_prepend (2011-06-15 11:43:04 -0500)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dcui/meta-intel-emenlow
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/meta-intel-emenlow

Dexuan Cui (1):
  emenlow: fix some .bbappend files' name: poky -> core, etc.

 ...k-gmae.bbappend => task-core-sdk-gmae.bbappend} |    0
 ... task-core-standalone-gmae-sdk-target.bbappend} |    0
 ..._4.7.2.bbappend => qt4-x11-free_4.7.3.bbappend} |    0
 3 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-emenlow/recipes-gnome/tasks/{task-poky-sdk-gmae.bbappend => task-core-sdk-gmae.bbappend} (100%)
 rename meta-emenlow/recipes-gnome/tasks/{task-poky-standalone-gmae-sdk-target.bbappend => task-core-standalone-gmae-sdk-target.bbappend} (100%)
 rename meta-emenlow/recipes-qt/qt4/{qt4-x11-free_4.7.2.bbappend => qt4-x11-free_4.7.3.bbappend} (100%)



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

* [PATCH 1/1][meta-intel]emenlow: fix some .bbappend files' names: poky -> core, etc.
  2011-06-20  8:09 [PATCH 0/1][meta-intel] emenlow: fix some .bbappend files' names: poky -> core, etc Dexuan Cui
@ 2011-06-20  8:09 ` Dexuan Cui
  2011-06-29 12:42 ` [PATCH 0/1][meta-intel] emenlow: " Cui, Dexuan
  1 sibling, 0 replies; 4+ messages in thread
From: Dexuan Cui @ 2011-06-20  8:09 UTC (permalink / raw)
  To: poky

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 ...k-gmae.bbappend => task-core-sdk-gmae.bbappend} |    0
 ... task-core-standalone-gmae-sdk-target.bbappend} |    0
 ..._4.7.2.bbappend => qt4-x11-free_4.7.3.bbappend} |    0
 3 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-emenlow/recipes-gnome/tasks/{task-poky-sdk-gmae.bbappend => task-core-sdk-gmae.bbappend} (100%)
 rename meta-emenlow/recipes-gnome/tasks/{task-poky-standalone-gmae-sdk-target.bbappend => task-core-standalone-gmae-sdk-target.bbappend} (100%)
 rename meta-emenlow/recipes-qt/qt4/{qt4-x11-free_4.7.2.bbappend => qt4-x11-free_4.7.3.bbappend} (100%)

diff --git a/meta-emenlow/recipes-gnome/tasks/task-poky-sdk-gmae.bbappend b/meta-emenlow/recipes-gnome/tasks/task-core-sdk-gmae.bbappend
similarity index 100%
rename from meta-emenlow/recipes-gnome/tasks/task-poky-sdk-gmae.bbappend
rename to meta-emenlow/recipes-gnome/tasks/task-core-sdk-gmae.bbappend
diff --git a/meta-emenlow/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bbappend b/meta-emenlow/recipes-gnome/tasks/task-core-standalone-gmae-sdk-target.bbappend
similarity index 100%
rename from meta-emenlow/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bbappend
rename to meta-emenlow/recipes-gnome/tasks/task-core-standalone-gmae-sdk-target.bbappend
diff --git a/meta-emenlow/recipes-qt/qt4/qt4-x11-free_4.7.2.bbappend b/meta-emenlow/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend
similarity index 100%
rename from meta-emenlow/recipes-qt/qt4/qt4-x11-free_4.7.2.bbappend
rename to meta-emenlow/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend
-- 
1.7.1



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

* Re: [PATCH 0/1][meta-intel] emenlow: fix some .bbappend files' names: poky -> core, etc
  2011-06-20  8:09 [PATCH 0/1][meta-intel] emenlow: fix some .bbappend files' names: poky -> core, etc Dexuan Cui
  2011-06-20  8:09 ` [PATCH 1/1][meta-intel]emenlow: " Dexuan Cui
@ 2011-06-29 12:42 ` Cui, Dexuan
  2011-06-29 13:25   ` Tom Zanussi
  1 sibling, 1 reply; 4+ messages in thread
From: Cui, Dexuan @ 2011-06-29 12:42 UTC (permalink / raw)
  To: poky@yoctoproject.org; +Cc: Wold, Saul

Cui, Dexuan wrote:
> Please review the patch.
> 
> The following changes since commit
> 76d1178ba1a43cf6457c89717134aeb9f1275fae: 
> 
>   meta-intel: fix formfactor bbappends to use FILESEXTRAPATHS_prepend
> (2011-06-15 11:43:04 -0500) 
> 
> are available in the git repository at:
>   git://git.pokylinux.org/poky-contrib dcui/meta-intel-emenlow
>  
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/meta-intel-emenlow
> 
> Dexuan Cui (1):
>   emenlow: fix some .bbappend files' name: poky -> core, etc.
> 
>  ...k-gmae.bbappend => task-core-sdk-gmae.bbappend} |    0
>  ... task-core-standalone-gmae-sdk-target.bbappend} |    0
>  ..._4.7.2.bbappend => qt4-x11-free_4.7.3.bbappend} |    0
>  3 files changed, 0 insertions(+), 0 deletions(-)
>  rename meta-emenlow/recipes-gnome/tasks/{task-poky-sdk-gmae.bbappend
>  => task-core-sdk-gmae.bbappend} (100%) rename
>  meta-emenlow/recipes-gnome/tasks/{task-poky-standalone-gmae-sdk-target.bbappend
> => task-core-standalone-gmae-sdk-target.bbappend} (100%) rename
> meta-emenlow/recipes-qt/qt4/{qt4-x11-free_4.7.2.bbappend =>
> qt4-x11-free_4.7.3.bbappend} (100%)   

Looks the patch was neglected somehow? :-)

Thanks,
-- Dexuan

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

* Re: [PATCH 0/1][meta-intel] emenlow: fix some .bbappend files' names: poky -> core, etc
  2011-06-29 12:42 ` [PATCH 0/1][meta-intel] emenlow: " Cui, Dexuan
@ 2011-06-29 13:25   ` Tom Zanussi
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Zanussi @ 2011-06-29 13:25 UTC (permalink / raw)
  To: Cui, Dexuan; +Cc: poky@yoctoproject.org, Wold, Saul

On Wed, 2011-06-29 at 05:42 -0700, Cui, Dexuan wrote:
> Cui, Dexuan wrote:
> > Please review the patch.
> > 
> > The following changes since commit
> > 76d1178ba1a43cf6457c89717134aeb9f1275fae: 
> > 
> >   meta-intel: fix formfactor bbappends to use FILESEXTRAPATHS_prepend
> > (2011-06-15 11:43:04 -0500) 
> > 
> > are available in the git repository at:
> >   git://git.pokylinux.org/poky-contrib dcui/meta-intel-emenlow
> >  
> > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/meta-intel-emenlow
> > 
> > Dexuan Cui (1):
> >   emenlow: fix some .bbappend files' name: poky -> core, etc.
> > 
> >  ...k-gmae.bbappend => task-core-sdk-gmae.bbappend} |    0
> >  ... task-core-standalone-gmae-sdk-target.bbappend} |    0
> >  ..._4.7.2.bbappend => qt4-x11-free_4.7.3.bbappend} |    0
> >  3 files changed, 0 insertions(+), 0 deletions(-)
> >  rename meta-emenlow/recipes-gnome/tasks/{task-poky-sdk-gmae.bbappend
> >  => task-core-sdk-gmae.bbappend} (100%) rename
> >  meta-emenlow/recipes-gnome/tasks/{task-poky-standalone-gmae-sdk-target.bbappend
> > => task-core-standalone-gmae-sdk-target.bbappend} (100%) rename
> > meta-emenlow/recipes-qt/qt4/{qt4-x11-free_4.7.2.bbappend =>
> > qt4-x11-free_4.7.3.bbappend} (100%)   
> 
> Looks the patch was neglected somehow? :-)
> 

Sorry, was offline wrt this for bit...

Pulled into meta-intel/master, thanks!

Tom

> Thanks,
> -- Dexuan




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

end of thread, other threads:[~2011-06-29 13:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-20  8:09 [PATCH 0/1][meta-intel] emenlow: fix some .bbappend files' names: poky -> core, etc Dexuan Cui
2011-06-20  8:09 ` [PATCH 1/1][meta-intel]emenlow: " Dexuan Cui
2011-06-29 12:42 ` [PATCH 0/1][meta-intel] emenlow: " Cui, Dexuan
2011-06-29 13:25   ` Tom Zanussi

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.