All of lore.kernel.org
 help / color / mirror / Atom feed
* (No subject)
@ 2011-06-14 14:53 Bruce Ashfield, Bruce Ashfield
  2011-06-14 14:53 ` [PATCH] meta-intel/linux-yocto: update to match the renamed linux-yocto recipes Bruce Ashfield
  2011-06-14 14:53 ` [PATCH] meta-yocto/linux-yocto: " Bruce Ashfield
  0 siblings, 2 replies; 9+ messages in thread
From: Bruce Ashfield, Bruce Ashfield @ 2011-06-14 14:53 UTC (permalink / raw)
  To: dvhart, tom.zanussi, saul.wold; +Cc: yocto

Tom/Darren/Saul,

Not sure who wants to proxy these into meta-intel for me, 
so I've copied you all. Now that the recipe renames for
linux-yocto in the main repos, meta-intel needs to be updated
as well.

Patch 2 is for meta-yocto with the same change.

These are the referenes that I found (hopefully I didn't 
miss any) and fixed to the new naming convention. 

Note: I can't push to meta-intel-contrib, so I'm just sending
this as a patch.

Cheers,

Bruce


^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH v3] meta-yocto/meta-intel: linux-yocto recipe renames
@ 2011-06-14 20:47 Bruce Ashfield
  2011-06-14 20:47 ` [PATCH] meta-intel/linux-yocto: update to match the renamed linux-yocto recipes Bruce Ashfield
  0 siblings, 1 reply; 9+ messages in thread
From: Bruce Ashfield @ 2011-06-14 20:47 UTC (permalink / raw)
  To: dvhart, tom.zanussi, saul.wold; +Cc: yocto

Tom/Darren/Saul,

Here's v3 of this patch series, I was unfortunately on bernard when I did the
first and second patches. This one has been tested on multiple boards, and
contains changes to both the names and some SRCREV movement to bbappend
files.

Patch 2 is for meta-yocto with the same change.

These are the references that I found (hopefully I didn't 
miss any) and fixed to the new naming convention. 

Note: I still can't push to meta-intel-contrib, so I'm just
sending this as a patch.

Cheers,

Bruce
	      
Bruce Ashfield (1):
  meta-intel/linux-yocto: update to match the renamed linux-yocto
    recipes

 meta-crownbay/conf/machine/crownbay-noemgd.conf    |    6 ------
 meta-crownbay/conf/machine/crownbay.conf           |    8 +-------
 .../linux/linux-yocto-stable_git.bbappend          |    9 ---------
 .../linux/linux-yocto_2.6.34.bbappend              |   15 +++++++++++++++
 .../linux/linux-yocto_2.6.37.bbappend              |   15 +++++++++++++++
 .../recipes-kernel/linux/linux-yocto_git.bbappend  |    9 ---------
 meta-emenlow/conf/machine/emenlow.conf             |    6 ------
 .../linux/linux-yocto-stable_git.bbappend          |    3 ---
 .../linux/linux-yocto_2.6.34.bbappend              |    6 ++++++
 .../linux/linux-yocto_2.6.37.bbappend              |    6 ++++++
 .../recipes-kernel/linux/linux-yocto_git.bbappend  |    3 ---
 meta-fishriver/conf/machine/fishriver.conf         |    6 ------
 .../linux/linux-yocto-stable_git.bbappend          |    5 -----
 .../linux/linux-yocto_2.6.34.bbappend              |    8 ++++++++
 .../linux/linux-yocto_2.6.37.bbappend              |    7 +++++++
 .../recipes-kernel/linux/linux-yocto_git.bbappend  |    3 ---
 meta-jasperforest/conf/machine/jasperforest.conf   |    2 --
 .../linux/linux-yocto-stable_git.bbappend          |    5 -----
 .../linux/linux-yocto_2.6.34.bbappend              |    5 +++++
 .../linux/linux-yocto_2.6.37.bbappend              |    8 ++++++++
 .../recipes-kernel/linux/linux-yocto_git.bbappend  |    6 ------
 .../linux/linux-yocto-stable_git.bbappend          |   10 ----------
 .../linux/linux-yocto_2.6.34.bbappend              |   10 ++++++++++
 .../linux/linux-yocto_2.6.37.bbappend              |   10 ++++++++++
 .../recipes-kernel/linux/linux-yocto_git.bbappend  |   10 ----------
 meta-sugarbay/conf/machine/sugarbay.conf           |    3 ---
 .../linux/linux-yocto_2.6.37.bbappend              |    7 +++++++
 .../recipes-kernel/linux/linux-yocto_git.bbappend  |    5 -----
 28 files changed, 98 insertions(+), 98 deletions(-)
 delete mode 100644 meta-crownbay/recipes-kernel/linux/linux-yocto-stable_git.bbappend
 create mode 100644 meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
 create mode 100644 meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
 delete mode 100644 meta-crownbay/recipes-kernel/linux/linux-yocto_git.bbappend
 delete mode 100644 meta-emenlow/recipes-kernel/linux/linux-yocto-stable_git.bbappend
 create mode 100644 meta-emenlow/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
 create mode 100644 meta-emenlow/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
 delete mode 100644 meta-emenlow/recipes-kernel/linux/linux-yocto_git.bbappend
 delete mode 100644 meta-fishriver/recipes-kernel/linux/linux-yocto-stable_git.bbappend
 create mode 100644 meta-fishriver/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
 create mode 100644 meta-fishriver/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
 delete mode 100644 meta-fishriver/recipes-kernel/linux/linux-yocto_git.bbappend
 delete mode 100644 meta-jasperforest/recipes-kernel/linux/linux-yocto-stable_git.bbappend
 create mode 100644 meta-jasperforest/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
 create mode 100644 meta-jasperforest/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
 delete mode 100644 meta-jasperforest/recipes-kernel/linux/linux-yocto_git.bbappend
 delete mode 100644 meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend
 create mode 100644 meta-n450/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
 create mode 100644 meta-n450/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
 delete mode 100644 meta-n450/recipes-kernel/linux/linux-yocto_git.bbappend
 create mode 100644 meta-sugarbay/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
 delete mode 100644 meta-sugarbay/recipes-kernel/linux/linux-yocto_git.bbappend



^ permalink raw reply	[flat|nested] 9+ messages in thread
* Tom/Darren/Saul,
@ 2011-06-14 14:34 Bruce Ashfield
  2011-06-14 14:34 ` [PATCH] meta-intel/linux-yocto: update to match the renamed linux-yocto recipes Bruce Ashfield
  0 siblings, 1 reply; 9+ messages in thread
From: Bruce Ashfield @ 2011-06-14 14:34 UTC (permalink / raw)
  To: dvhart, tom.zanussi, saul.wold; +Cc: yocto

Not sure who wants to proxy these into meta-intel for me, 
so I've copied you all. Now that the recipe renames for
linux-yocto in the main repos, meta-intel needs to be updated
as well.

These are the referenes that I found (hopefully I didn't 
miss any) and fixed to the new naming convention. 

Note: I can't push to meta-intel-contrib, so I'm just sending
this as a patch.

Cheers,

Bruce


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

end of thread, other threads:[~2011-06-15  1:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-14 14:53 (No subject) Bruce Ashfield, Bruce Ashfield
2011-06-14 14:53 ` [PATCH] meta-intel/linux-yocto: update to match the renamed linux-yocto recipes Bruce Ashfield
2011-06-14 16:29   ` Darren Hart
2011-06-14 16:31     ` Bruce Ashfield
2011-06-14 14:53 ` [PATCH] meta-yocto/linux-yocto: " Bruce Ashfield
  -- strict thread matches above, loose matches on Subject: below --
2011-06-14 20:47 [PATCH v3] meta-yocto/meta-intel: linux-yocto recipe renames Bruce Ashfield
2011-06-14 20:47 ` [PATCH] meta-intel/linux-yocto: update to match the renamed linux-yocto recipes Bruce Ashfield
2011-06-15  0:04   ` Darren Hart
2011-06-15  1:54     ` Bruce Ashfield
2011-06-14 14:34 Tom/Darren/Saul, Bruce Ashfield
2011-06-14 14:34 ` [PATCH] meta-intel/linux-yocto: update to match the renamed linux-yocto recipes Bruce Ashfield

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.