All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] meta-romley: minor fixes
@ 2011-10-28 13:59 tom.zanussi
  2011-10-28 13:59 ` [PATCH 1/2] meta-romley: Fix BSP description in romley.conf tom.zanussi
  2011-10-28 13:59 ` [PATCH 2/2] meta-romley: change references to sugarbay in linux-yocto-rt_3.0.bbappend tom.zanussi
  0 siblings, 2 replies; 5+ messages in thread
From: tom.zanussi @ 2011-10-28 13:59 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

While reviewing the romley BSP, I noticed a couple of minor problems, which
this patchset fixes up.

The following changes since commit 478969defe862a2779bf7eb3bca30e2067827d7e:
  Kishore Bodke (1):
        New Romley BSP created. Uses Matrox MGA graphics driver.

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel.git tzanussi/romley-minor-updates
  http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/romley-minor-updates

Tom Zanussi (2):
  meta-romley: Fix BSP description in romley.conf
  meta-romley: change references to sugarbay in
    linux-yocto-rt_3.0.bbappend

 meta-romley/conf/machine/romley.conf               |    2 +-
 .../linux/linux-yocto-rt_3.0.bbappend              |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)



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

* [PATCH 1/2] meta-romley: Fix BSP description in romley.conf
  2011-10-28 13:59 [PATCH 0/2] meta-romley: minor fixes tom.zanussi
@ 2011-10-28 13:59 ` tom.zanussi
  2011-10-31 17:01   ` Bodke, Kishore K
  2011-10-28 13:59 ` [PATCH 2/2] meta-romley: change references to sugarbay in linux-yocto-rt_3.0.bbappend tom.zanussi
  1 sibling, 1 reply; 5+ messages in thread
From: tom.zanussi @ 2011-10-28 13:59 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

The description still had a reference to Sugar Bay; this changes it to
Romley.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta-romley/conf/machine/romley.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf
index 38bd17a..2dcb5db 100644
--- a/meta-romley/conf/machine/romley.conf
+++ b/meta-romley/conf/machine/romley.conf
@@ -1,7 +1,7 @@
 #@TYPE: Machine
 #@NAME: romley
 
-#@DESCRIPTION: Machine configuration for Sugar Bay systems
+#@DESCRIPTION: Machine configuration for Romley systems
 # i.e. Sandy Bridge + Patsburg Chipset
 
 require conf/machine/include/tune-x86_64.inc
-- 
1.7.0.4



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

* [PATCH 2/2] meta-romley: change references to sugarbay in linux-yocto-rt_3.0.bbappend
  2011-10-28 13:59 [PATCH 0/2] meta-romley: minor fixes tom.zanussi
  2011-10-28 13:59 ` [PATCH 1/2] meta-romley: Fix BSP description in romley.conf tom.zanussi
@ 2011-10-28 13:59 ` tom.zanussi
  2011-10-31 17:03   ` Bodke, Kishore K
  1 sibling, 1 reply; 5+ messages in thread
From: tom.zanussi @ 2011-10-28 13:59 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

There are still references to sugarbay in linux-yocto-rt_3.0.bbappend;
this changes them to romley.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 .../linux/linux-yocto-rt_3.0.bbappend              |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
index d630dc4..1551ccf 100644
--- a/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
+++ b/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
@@ -3,6 +3,6 @@ COMPATIBLE_MACHINE_romley = "romley"
 KMACHINE_romley  = "romley"
 
 # Update the following to use a different BSP branch or meta SRCREV
-#KBRANCH_sugarbay  = "yocto/standard/preempt-rt/base"
-#SRCREV_machine_pn-linux-yocto-rt_sugarbay ?= XXXX
-#SRCREV_meta_pn-linux-yocto-rt_sugarbay ?= XXXX
+#KBRANCH_romley  = "yocto/standard/preempt-rt/base"
+#SRCREV_machine_pn-linux-yocto-rt_romley ?= XXXX
+#SRCREV_meta_pn-linux-yocto-rt_romley ?= XXXX
-- 
1.7.0.4



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

* Re: [PATCH 1/2] meta-romley: Fix BSP description in romley.conf
  2011-10-28 13:59 ` [PATCH 1/2] meta-romley: Fix BSP description in romley.conf tom.zanussi
@ 2011-10-31 17:01   ` Bodke, Kishore K
  0 siblings, 0 replies; 5+ messages in thread
From: Bodke, Kishore K @ 2011-10-31 17:01 UTC (permalink / raw)
  To: Zanussi, Tom, yocto@yoctoproject.org

Acked-by: Kishore Bodke  <Kishore.k.bodke@intel.com>

Thanks
Kishore.

-----Original Message-----
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of tom.zanussi@intel.com
Sent: Friday, October 28, 2011 7:00 AM
To: yocto@yoctoproject.org
Subject: [yocto] [PATCH 1/2] meta-romley: Fix BSP description in romley.conf

From: Tom Zanussi <tom.zanussi@intel.com>

The description still had a reference to Sugar Bay; this changes it to
Romley.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta-romley/conf/machine/romley.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf
index 38bd17a..2dcb5db 100644
--- a/meta-romley/conf/machine/romley.conf
+++ b/meta-romley/conf/machine/romley.conf
@@ -1,7 +1,7 @@
 #@TYPE: Machine
 #@NAME: romley
 
-#@DESCRIPTION: Machine configuration for Sugar Bay systems
+#@DESCRIPTION: Machine configuration for Romley systems
 # i.e. Sandy Bridge + Patsburg Chipset
 
 require conf/machine/include/tune-x86_64.inc
-- 
1.7.0.4

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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

* Re: [PATCH 2/2] meta-romley: change references to sugarbay in linux-yocto-rt_3.0.bbappend
  2011-10-28 13:59 ` [PATCH 2/2] meta-romley: change references to sugarbay in linux-yocto-rt_3.0.bbappend tom.zanussi
@ 2011-10-31 17:03   ` Bodke, Kishore K
  0 siblings, 0 replies; 5+ messages in thread
From: Bodke, Kishore K @ 2011-10-31 17:03 UTC (permalink / raw)
  To: Zanussi, Tom, yocto@yoctoproject.org

Acked-by: Kishore Bodke  <Kishore.k.bodke@intel.com>

Thanks
Kishore.

-----Original Message-----
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of tom.zanussi@intel.com
Sent: Friday, October 28, 2011 7:00 AM
To: yocto@yoctoproject.org
Subject: [yocto] [PATCH 2/2] meta-romley: change references to sugarbay in linux-yocto-rt_3.0.bbappend

From: Tom Zanussi <tom.zanussi@intel.com>

There are still references to sugarbay in linux-yocto-rt_3.0.bbappend;
this changes them to romley.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 .../linux/linux-yocto-rt_3.0.bbappend              |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
index d630dc4..1551ccf 100644
--- a/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
+++ b/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
@@ -3,6 +3,6 @@ COMPATIBLE_MACHINE_romley = "romley"
 KMACHINE_romley  = "romley"
 
 # Update the following to use a different BSP branch or meta SRCREV
-#KBRANCH_sugarbay  = "yocto/standard/preempt-rt/base"
-#SRCREV_machine_pn-linux-yocto-rt_sugarbay ?= XXXX
-#SRCREV_meta_pn-linux-yocto-rt_sugarbay ?= XXXX
+#KBRANCH_romley  = "yocto/standard/preempt-rt/base"
+#SRCREV_machine_pn-linux-yocto-rt_romley ?= XXXX
+#SRCREV_meta_pn-linux-yocto-rt_romley ?= XXXX
-- 
1.7.0.4

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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

end of thread, other threads:[~2011-10-31 17:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-28 13:59 [PATCH 0/2] meta-romley: minor fixes tom.zanussi
2011-10-28 13:59 ` [PATCH 1/2] meta-romley: Fix BSP description in romley.conf tom.zanussi
2011-10-31 17:01   ` Bodke, Kishore K
2011-10-28 13:59 ` [PATCH 2/2] meta-romley: change references to sugarbay in linux-yocto-rt_3.0.bbappend tom.zanussi
2011-10-31 17:03   ` Bodke, Kishore K

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.