All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] [meta-intel] Switching romley to 3.2 kernel
@ 2012-04-04 22:33 kishore.k.bodke
  2012-04-04 22:33 ` [PATCH 1/1] [meta-intel] Romley: Add new bbappend file for " kishore.k.bodke
  0 siblings, 1 reply; 5+ messages in thread
From: kishore.k.bodke @ 2012-04-04 22:33 UTC (permalink / raw)
  To: yocto, tom.zanussi

From: Kishore Bodke <kishore.k.bodke@intel.com>

Adding bbappend files to switch Romley BSP to 3.2 kernel.

Thanks
Kishore.

The following changes since commit f89405e115d73426c8a6450b6e795b5885d6bdf3:

  MAINTAINERS: Add FRI2 maintainer (2012-03-23 09:46:15 -0700)

are available in the git repository at:
  git://git.pokylinux.org/meta-intel-contrib kishore/romley-switch-1.2
  http://git.pokylinux.org/cgit.cgi/meta-intel-contrib/log/?h=kishore/romley-switch-1.2

Kishore Bodke (1):
  Romley: Add new bbappend file for 3.2 kernel

 meta-romley/conf/machine/romley.conf               |    3 +++
 .../linux/linux-yocto-rt_3.2.bbappend              |    8 ++++++++
 .../recipes-kernel/linux/linux-yocto_3.2.bbappend  |    9 +++++++++
 3 files changed, 20 insertions(+), 0 deletions(-)
 create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
 create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend

-- 
1.7.5.4



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

* [PATCH 1/1] [meta-intel] Romley: Add new bbappend file for 3.2 kernel
  2012-04-04 22:33 [PATCH 0/1] [meta-intel] Switching romley to 3.2 kernel kishore.k.bodke
@ 2012-04-04 22:33 ` kishore.k.bodke
  2012-04-05 23:20   ` Darren Hart
  0 siblings, 1 reply; 5+ messages in thread
From: kishore.k.bodke @ 2012-04-04 22:33 UTC (permalink / raw)
  To: yocto, tom.zanussi

From: Kishore Bodke <kishore.k.bodke@intel.com>

Switching Romley to 3.2 kernel.

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
---
 meta-romley/conf/machine/romley.conf               |    3 +++
 .../linux/linux-yocto-rt_3.2.bbappend              |    8 ++++++++
 .../recipes-kernel/linux/linux-yocto_3.2.bbappend  |    9 +++++++++
 3 files changed, 20 insertions(+), 0 deletions(-)
 create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
 create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend

diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf
index aa334c0..e6a755b 100644
--- a/meta-romley/conf/machine/romley.conf
+++ b/meta-romley/conf/machine/romley.conf
@@ -4,6 +4,9 @@
 #@DESCRIPTION: Machine configuration for Romley systems
 # i.e. Sandy Bridge + Patsburg Chipset
 
+
+PREFERRED_VERSION_linux-yocto ?= "3.2%"
+
 require conf/machine/include/tune-x86_64.inc
 require conf/machine/include/ia32-base.inc
 
diff --git a/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
new file mode 100644
index 0000000..7a61749
--- /dev/null
+++ b/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
@@ -0,0 +1,8 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+COMPATIBLE_MACHINE_romley = "romley"
+KMACHINE_romley  = "romley"
+
+# Update the following to use a different BSP branch or meta SRCREV
+#KBRANCH_romley  = "standard/preempt-rt/base"
+#SRCREV_machine_pn-linux-yocto-rt_romley ?= XXXX
+#SRCREV_meta_pn-linux-yocto-rt_romley ?= XXXX
diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
new file mode 100644
index 0000000..803e772
--- /dev/null
+++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -0,0 +1,9 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+COMPATIBLE_MACHINE_romley = "romley"
+
+KMACHINE_romley  = "romley"
+KBRANCH_romley  = "standard/default/common-pc-64/romley"
+
+SRCREV_machine_pn-linux-yocto_romley ?= "5c7f1c53b5b367858ae6a86c1d4de36d8c71bedb"
+SRCREV_meta_pn-linux-yocto_romley ?= "59f350ec3794e19fa806c1b73749d851f8ebf364"
-- 
1.7.5.4



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

* Re: [PATCH 1/1] [meta-intel] Romley: Add new bbappend file for 3.2 kernel
  2012-04-04 22:33 ` [PATCH 1/1] [meta-intel] Romley: Add new bbappend file for " kishore.k.bodke
@ 2012-04-05 23:20   ` Darren Hart
  2012-04-05 23:28     ` Bodke, Kishore K
  0 siblings, 1 reply; 5+ messages in thread
From: Darren Hart @ 2012-04-05 23:20 UTC (permalink / raw)
  To: kishore.k.bodke; +Cc: yocto

On 04/04/2012 03:33 PM, kishore.k.bodke@intel.com wrote:
> From: Kishore Bodke <kishore.k.bodke@intel.com>
> 
> Switching Romley to 3.2 kernel.
> 

Hi Kishore,

A couple questions for you.

1) This is boot tested I presume?

2) Do you intend to leave the 3.0 recipes in place?
   It's fine if you do, I just wanted to know.

3) Do you have any patches in the common-pc-64/romley branch?
   If so, these are not being used when building -rt.

--
Darren

> Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
> ---
>  meta-romley/conf/machine/romley.conf               |    3 +++
>  .../linux/linux-yocto-rt_3.2.bbappend              |    8 ++++++++
>  .../recipes-kernel/linux/linux-yocto_3.2.bbappend  |    9 +++++++++
>  3 files changed, 20 insertions(+), 0 deletions(-)
>  create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
>  create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
> 
> diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf
> index aa334c0..e6a755b 100644
> --- a/meta-romley/conf/machine/romley.conf
> +++ b/meta-romley/conf/machine/romley.conf
> @@ -4,6 +4,9 @@
>  #@DESCRIPTION: Machine configuration for Romley systems
>  # i.e. Sandy Bridge + Patsburg Chipset
>  
> +
> +PREFERRED_VERSION_linux-yocto ?= "3.2%"
> +
>  require conf/machine/include/tune-x86_64.inc
>  require conf/machine/include/ia32-base.inc
>  
> diff --git a/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
> new file mode 100644
> index 0000000..7a61749
> --- /dev/null
> +++ b/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
> @@ -0,0 +1,8 @@
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> +COMPATIBLE_MACHINE_romley = "romley"
> +KMACHINE_romley  = "romley"
> +
> +# Update the following to use a different BSP branch or meta SRCREV
> +#KBRANCH_romley  = "standard/preempt-rt/base"
> +#SRCREV_machine_pn-linux-yocto-rt_romley ?= XXXX
> +#SRCREV_meta_pn-linux-yocto-rt_romley ?= XXXX
> diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
> new file mode 100644
> index 0000000..803e772
> --- /dev/null
> +++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
> @@ -0,0 +1,9 @@
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> +
> +COMPATIBLE_MACHINE_romley = "romley"
> +
> +KMACHINE_romley  = "romley"
> +KBRANCH_romley  = "standard/default/common-pc-64/romley"
> +
> +SRCREV_machine_pn-linux-yocto_romley ?= "5c7f1c53b5b367858ae6a86c1d4de36d8c71bedb"
> +SRCREV_meta_pn-linux-yocto_romley ?= "59f350ec3794e19fa806c1b73749d851f8ebf364"


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


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

* Re: [PATCH 1/1] [meta-intel] Romley: Add new bbappend file for 3.2 kernel
  2012-04-05 23:20   ` Darren Hart
@ 2012-04-05 23:28     ` Bodke, Kishore K
  2012-04-05 23:35       ` Darren Hart
  0 siblings, 1 reply; 5+ messages in thread
From: Bodke, Kishore K @ 2012-04-05 23:28 UTC (permalink / raw)
  To: Hart, Darren; +Cc: yocto@yoctoproject.org

Hi Darren,

Answers embedded.

-----Original Message-----
From: Hart, Darren 
Sent: Thursday, April 05, 2012 4:21 PM
To: Bodke, Kishore K
Cc: yocto@yoctoproject.org; Zanussi, Tom
Subject: Re: [yocto] [PATCH 1/1] [meta-intel] Romley: Add new bbappend file for 3.2 kernel

On 04/04/2012 03:33 PM, kishore.k.bodke@intel.com wrote:
> From: Kishore Bodke <kishore.k.bodke@intel.com>
> 
> Switching Romley to 3.2 kernel.
> 

Hi Kishore,

A couple questions for you.

1) This is boot tested I presume?
	[KISHORE]:  Yes. Booted, and ran basic test cases as well.
2) Do you intend to leave the 3.0 recipes in place?
   It's fine if you do, I just wanted to know.
	[KISHORE]: I would like to follow with other meta-intel BSPs.

3) Do you have any patches in the common-pc-64/romley branch?
   If so, these are not being used when building -rt.
[KISHORE]: No patches.

Thanks
Kishore.
--
Darren

> Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
> ---
>  meta-romley/conf/machine/romley.conf               |    3 +++
>  .../linux/linux-yocto-rt_3.2.bbappend              |    8 ++++++++
>  .../recipes-kernel/linux/linux-yocto_3.2.bbappend  |    9 +++++++++
>  3 files changed, 20 insertions(+), 0 deletions(-)
>  create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
>  create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
> 
> diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf
> index aa334c0..e6a755b 100644
> --- a/meta-romley/conf/machine/romley.conf
> +++ b/meta-romley/conf/machine/romley.conf
> @@ -4,6 +4,9 @@
>  #@DESCRIPTION: Machine configuration for Romley systems
>  # i.e. Sandy Bridge + Patsburg Chipset
>  
> +
> +PREFERRED_VERSION_linux-yocto ?= "3.2%"
> +
>  require conf/machine/include/tune-x86_64.inc
>  require conf/machine/include/ia32-base.inc
>  
> diff --git a/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
> new file mode 100644
> index 0000000..7a61749
> --- /dev/null
> +++ b/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
> @@ -0,0 +1,8 @@
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> +COMPATIBLE_MACHINE_romley = "romley"
> +KMACHINE_romley  = "romley"
> +
> +# Update the following to use a different BSP branch or meta SRCREV
> +#KBRANCH_romley  = "standard/preempt-rt/base"
> +#SRCREV_machine_pn-linux-yocto-rt_romley ?= XXXX
> +#SRCREV_meta_pn-linux-yocto-rt_romley ?= XXXX
> diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
> new file mode 100644
> index 0000000..803e772
> --- /dev/null
> +++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
> @@ -0,0 +1,9 @@
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> +
> +COMPATIBLE_MACHINE_romley = "romley"
> +
> +KMACHINE_romley  = "romley"
> +KBRANCH_romley  = "standard/default/common-pc-64/romley"
> +
> +SRCREV_machine_pn-linux-yocto_romley ?= "5c7f1c53b5b367858ae6a86c1d4de36d8c71bedb"
> +SRCREV_meta_pn-linux-yocto_romley ?= "59f350ec3794e19fa806c1b73749d851f8ebf364"


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


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

* Re: [PATCH 1/1] [meta-intel] Romley: Add new bbappend file for 3.2 kernel
  2012-04-05 23:28     ` Bodke, Kishore K
@ 2012-04-05 23:35       ` Darren Hart
  0 siblings, 0 replies; 5+ messages in thread
From: Darren Hart @ 2012-04-05 23:35 UTC (permalink / raw)
  To: Bodke, Kishore K; +Cc: yocto@yoctoproject.org

On 04/05/2012 04:28 PM, Bodke, Kishore K wrote:
> Hi Darren,
> 
> Answers embedded.

Great, merged.

Thanks Kishore.

> 
> -----Original Message-----
> From: Hart, Darren 
> Sent: Thursday, April 05, 2012 4:21 PM
> To: Bodke, Kishore K
> Cc: yocto@yoctoproject.org; Zanussi, Tom
> Subject: Re: [yocto] [PATCH 1/1] [meta-intel] Romley: Add new bbappend file for 3.2 kernel
> 
> On 04/04/2012 03:33 PM, kishore.k.bodke@intel.com wrote:
>> From: Kishore Bodke <kishore.k.bodke@intel.com>
>>
>> Switching Romley to 3.2 kernel.
>>
> 
> Hi Kishore,
> 
> A couple questions for you.
> 
> 1) This is boot tested I presume?
> 	[KISHORE]:  Yes. Booted, and ran basic test cases as well.
> 2) Do you intend to leave the 3.0 recipes in place?
>    It's fine if you do, I just wanted to know.
> 	[KISHORE]: I would like to follow with other meta-intel BSPs.
> 
> 3) Do you have any patches in the common-pc-64/romley branch?
>    If so, these are not being used when building -rt.
> [KISHORE]: No patches.
> 
> Thanks
> Kishore.
> --
> Darren
> 
>> Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
>> ---
>>  meta-romley/conf/machine/romley.conf               |    3 +++
>>  .../linux/linux-yocto-rt_3.2.bbappend              |    8 ++++++++
>>  .../recipes-kernel/linux/linux-yocto_3.2.bbappend  |    9 +++++++++
>>  3 files changed, 20 insertions(+), 0 deletions(-)
>>  create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
>>  create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
>>
>> diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf
>> index aa334c0..e6a755b 100644
>> --- a/meta-romley/conf/machine/romley.conf
>> +++ b/meta-romley/conf/machine/romley.conf
>> @@ -4,6 +4,9 @@
>>  #@DESCRIPTION: Machine configuration for Romley systems
>>  # i.e. Sandy Bridge + Patsburg Chipset
>>  
>> +
>> +PREFERRED_VERSION_linux-yocto ?= "3.2%"
>> +
>>  require conf/machine/include/tune-x86_64.inc
>>  require conf/machine/include/ia32-base.inc
>>  
>> diff --git a/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
>> new file mode 100644
>> index 0000000..7a61749
>> --- /dev/null
>> +++ b/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
>> @@ -0,0 +1,8 @@
>> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>> +COMPATIBLE_MACHINE_romley = "romley"
>> +KMACHINE_romley  = "romley"
>> +
>> +# Update the following to use a different BSP branch or meta SRCREV
>> +#KBRANCH_romley  = "standard/preempt-rt/base"
>> +#SRCREV_machine_pn-linux-yocto-rt_romley ?= XXXX
>> +#SRCREV_meta_pn-linux-yocto-rt_romley ?= XXXX
>> diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> new file mode 100644
>> index 0000000..803e772
>> --- /dev/null
>> +++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> @@ -0,0 +1,9 @@
>> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>> +
>> +COMPATIBLE_MACHINE_romley = "romley"
>> +
>> +KMACHINE_romley  = "romley"
>> +KBRANCH_romley  = "standard/default/common-pc-64/romley"
>> +
>> +SRCREV_machine_pn-linux-yocto_romley ?= "5c7f1c53b5b367858ae6a86c1d4de36d8c71bedb"
>> +SRCREV_meta_pn-linux-yocto_romley ?= "59f350ec3794e19fa806c1b73749d851f8ebf364"
> 
> 


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


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

end of thread, other threads:[~2012-04-05 23:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-04 22:33 [PATCH 0/1] [meta-intel] Switching romley to 3.2 kernel kishore.k.bodke
2012-04-04 22:33 ` [PATCH 1/1] [meta-intel] Romley: Add new bbappend file for " kishore.k.bodke
2012-04-05 23:20   ` Darren Hart
2012-04-05 23:28     ` Bodke, Kishore K
2012-04-05 23:35       ` 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.