Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] linux-yocto: config cleanups + romely rt support
@ 2011-11-09 16:28 Bruce Ashfield
  2011-11-09 16:28 ` [PATCH 1/1] " Bruce Ashfield
  2011-11-10 17:25 ` [PATCH 0/1] " Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Bruce Ashfield @ 2011-11-09 16:28 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core, saul.wold

The patch itself has all the details for this one. Just a minor update
to the meta branch of the 3.0 kernel to pickup the latest BSP config
updates from Tom and add -rt support from Kishore. These are also
present in the -dev kernel tree.

Cheers,

Bruce

cc: Tom Zanussi <tom.zanussi@intel.com>
cc: Kishore Bodke <kishore.k.bodke@intel.com>

The following changes since commit 23d2eaf9d283cae47e52d1151f0d4ad53bbbe8a0:

  python: skip setup.py 'import check' when cross-compiling (2011-11-08 21:48:30 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib zedd/kernel
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

Bruce Ashfield (1):
  linux-yocto: config cleanups + romely rt support

 meta/recipes-kernel/linux/linux-yocto_3.0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
1.7.4.1




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

* [PATCH 1/1] linux-yocto: config cleanups + romely rt support
  2011-11-09 16:28 [PATCH 0/1] linux-yocto: config cleanups + romely rt support Bruce Ashfield
@ 2011-11-09 16:28 ` Bruce Ashfield
  2011-11-10 17:25 ` [PATCH 0/1] " Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2011-11-09 16:28 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core, saul.wold

Updating the meta branch SRCREV to pickup a series of BSP
cleanups and add -rt support to the romely.

  ae3e64c meta/romley: Add rt support Add rt support to the meta branch for romley.
  6c78969 meta/fishriver: enable hpet
  bc4452a meta/jasperforest: use power/intel feature
  6e9634e meta/fri2: use power/intel feature
  ec949f5 meta/fishriver: use power/intel feature

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto_3.0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
index 688999f..ed93fbe 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
@@ -18,7 +18,7 @@ SRCREV_machine_qemuppc ?= "16eb6506148ff163cfc4f4516110275726831014"
 SRCREV_machine_qemux86 ?= "fea3842615c13a54180b6600783b222f499002ef"
 SRCREV_machine_qemux86-64 ?= "5f86f8f0a3102e1c7d0164abefcd50d825aa468f"
 SRCREV_machine ?= "a811486d28dd9b0e1af0672a65ad9fa97873b82a"
-SRCREV_meta ?= "4095bb597a7bcd647856aa35b5fb8637ed7ff975"
+SRCREV_meta ?= "ae3e64c077972fe87f09946bd215620df68ca327"
 
 PR = "r2"
 PV = "${LINUX_VERSION}+git${SRCPV}"
-- 
1.7.4.1




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

* Re: [PATCH 0/1] linux-yocto: config cleanups + romely rt support
  2011-11-09 16:28 [PATCH 0/1] linux-yocto: config cleanups + romely rt support Bruce Ashfield
  2011-11-09 16:28 ` [PATCH 1/1] " Bruce Ashfield
@ 2011-11-10 17:25 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-11-10 17:25 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 11/09/2011 08:28 AM, Bruce Ashfield wrote:
> The patch itself has all the details for this one. Just a minor update
> to the meta branch of the 3.0 kernel to pickup the latest BSP config
> updates from Tom and add -rt support from Kishore. These are also
> present in the -dev kernel tree.
>
> Cheers,
>
> Bruce
>
> cc: Tom Zanussi<tom.zanussi@intel.com>
> cc: Kishore Bodke<kishore.k.bodke@intel.com>
>
> The following changes since commit 23d2eaf9d283cae47e52d1151f0d4ad53bbbe8a0:
>
>    python: skip setup.py 'import check' when cross-compiling (2011-11-08 21:48:30 +0000)
>
> are available in the git repository at:
>    git://git.pokylinux.org/poky-contrib zedd/kernel
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
>
> Bruce Ashfield (1):
>    linux-yocto: config cleanups + romely rt support
>
>   meta/recipes-kernel/linux/linux-yocto_3.0.bb |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>

Merged into OE-Core

Thanks
	Sau!




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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-09 16:28 [PATCH 0/1] linux-yocto: config cleanups + romely rt support Bruce Ashfield
2011-11-09 16:28 ` [PATCH 1/1] " Bruce Ashfield
2011-11-10 17:25 ` [PATCH 0/1] " Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox