All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] [KERNEL] Add rt support to meta branch for romley.
@ 2011-11-08 19:22 kishore.k.bodke
  2011-11-08 19:22 ` [PATCH 1/1] [KERNEL]meta/romley: Add rt support kishore.k.bodke
  2011-11-08 21:06 ` [PATCH 0/1] [KERNEL] Add rt support to meta branch for romley Bruce Ashfield
  0 siblings, 2 replies; 4+ messages in thread
From: kishore.k.bodke @ 2011-11-08 19:22 UTC (permalink / raw)
  To: bruce.ashfield, dvhart, yocto

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

Hi All,

This is the patch to support rt in the kernel meta branch for romley.

Please pull into linux-yocto-3.0/meta and linux-yocto-dev/meta.


Thanks
Kishore.

The following changes since commit 4095bb597a7bcd647856aa35b5fb8637ed7ff975:

  meta/common-pc-64: remove igb (2011-11-02 16:23:13 -0400)

are available in the git repository at:
  git://git.yoctoproject.org/linux-yocto-2.6.37-contrib kishore/meta-romley
  http://git.yoctoproject.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=kishore/meta-romley

Kishore Bodke (1):
  meta/romley: Add rt support     
  Add rt support to the meta branch for romley.

 .../kernel-cache/bsp/romley/romley-preempt-rt.scc  |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
 create mode 100644 meta/cfg/kernel-cache/bsp/romley/romley-preempt-rt.scc

-- 
1.7.5.4



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

* [PATCH 1/1] [KERNEL]meta/romley: Add rt support
  2011-11-08 19:22 [PATCH 0/1] [KERNEL] Add rt support to meta branch for romley kishore.k.bodke
@ 2011-11-08 19:22 ` kishore.k.bodke
  2011-11-08 19:26   ` Darren Hart
  2011-11-08 21:06 ` [PATCH 0/1] [KERNEL] Add rt support to meta branch for romley Bruce Ashfield
  1 sibling, 1 reply; 4+ messages in thread
From: kishore.k.bodke @ 2011-11-08 19:22 UTC (permalink / raw)
  To: bruce.ashfield, dvhart, yocto

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

Add rt support to the meta branch for romley.

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
---
 .../kernel-cache/bsp/romley/romley-preempt-rt.scc  |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
 create mode 100644 meta/cfg/kernel-cache/bsp/romley/romley-preempt-rt.scc

diff --git a/meta/cfg/kernel-cache/bsp/romley/romley-preempt-rt.scc b/meta/cfg/kernel-cache/bsp/romley/romley-preempt-rt.scc
new file mode 100644
index 0000000..634d244
--- /dev/null
+++ b/meta/cfg/kernel-cache/bsp/romley/romley-preempt-rt.scc
@@ -0,0 +1,8 @@
+define KMACHINE romley
+define KTYPE preempt-rt
+define KARCH x86_64
+
+# no new branch required, re-use the ktypes/preempt-rt branch
+include ktypes/preempt-rt
+include bsp/common-pc-64/common-pc-64.scc
+include romley.scc
-- 
1.7.5.4



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

* Re: [PATCH 1/1] [KERNEL]meta/romley: Add rt support
  2011-11-08 19:22 ` [PATCH 1/1] [KERNEL]meta/romley: Add rt support kishore.k.bodke
@ 2011-11-08 19:26   ` Darren Hart
  0 siblings, 0 replies; 4+ messages in thread
From: Darren Hart @ 2011-11-08 19:26 UTC (permalink / raw)
  To: kishore.k.bodke; +Cc: yocto

Thanks Kishore!

On 11/08/2011 11:22 AM, kishore.k.bodke@intel.com wrote:
> From: Kishore Bodke <kishore.k.bodke@intel.com>
> 
> Add rt support to the meta branch for romley.
> 
> Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>

Acked-by: Darren Hart <dvhart@linux.intel.com>

> ---
>  .../kernel-cache/bsp/romley/romley-preempt-rt.scc  |    8 ++++++++
>  1 files changed, 8 insertions(+), 0 deletions(-)
>  create mode 100644 meta/cfg/kernel-cache/bsp/romley/romley-preempt-rt.scc
> 
> diff --git a/meta/cfg/kernel-cache/bsp/romley/romley-preempt-rt.scc b/meta/cfg/kernel-cache/bsp/romley/romley-preempt-rt.scc
> new file mode 100644
> index 0000000..634d244
> --- /dev/null
> +++ b/meta/cfg/kernel-cache/bsp/romley/romley-preempt-rt.scc
> @@ -0,0 +1,8 @@
> +define KMACHINE romley
> +define KTYPE preempt-rt
> +define KARCH x86_64
> +
> +# no new branch required, re-use the ktypes/preempt-rt branch
> +include ktypes/preempt-rt
> +include bsp/common-pc-64/common-pc-64.scc
> +include romley.scc

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


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

* Re: [PATCH 0/1] [KERNEL] Add rt support to meta branch for romley.
  2011-11-08 19:22 [PATCH 0/1] [KERNEL] Add rt support to meta branch for romley kishore.k.bodke
  2011-11-08 19:22 ` [PATCH 1/1] [KERNEL]meta/romley: Add rt support kishore.k.bodke
@ 2011-11-08 21:06 ` Bruce Ashfield
  1 sibling, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2011-11-08 21:06 UTC (permalink / raw)
  To: kishore.k.bodke; +Cc: yocto, dvhart

On 11-11-08 02:22 PM, kishore.k.bodke@intel.com wrote:
> From: Kishore Bodke<kishore.k.bodke@intel.com>
>
> Hi All,
>
> This is the patch to support rt in the kernel meta branch for romley.
>
> Please pull into linux-yocto-3.0/meta and linux-yocto-dev/meta.

pull into my local repos, I'll have an update for this later today
or early tomorrow.

Bruce

>
>
> Thanks
> Kishore.
>
> The following changes since commit 4095bb597a7bcd647856aa35b5fb8637ed7ff975:
>
>    meta/common-pc-64: remove igb (2011-11-02 16:23:13 -0400)
>
> are available in the git repository at:
>    git://git.yoctoproject.org/linux-yocto-2.6.37-contrib kishore/meta-romley
>    http://git.yoctoproject.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=kishore/meta-romley
>
> Kishore Bodke (1):
>    meta/romley: Add rt support
>    Add rt support to the meta branch for romley.
>
>   .../kernel-cache/bsp/romley/romley-preempt-rt.scc  |    8 ++++++++
>   1 files changed, 8 insertions(+), 0 deletions(-)
>   create mode 100644 meta/cfg/kernel-cache/bsp/romley/romley-preempt-rt.scc
>



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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-08 19:22 [PATCH 0/1] [KERNEL] Add rt support to meta branch for romley kishore.k.bodke
2011-11-08 19:22 ` [PATCH 1/1] [KERNEL]meta/romley: Add rt support kishore.k.bodke
2011-11-08 19:26   ` Darren Hart
2011-11-08 21:06 ` [PATCH 0/1] [KERNEL] Add rt support to meta branch for romley 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.