All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1][KERNEL] meta/crownbay: use new yocto/emgd-1.10 feature branch
@ 2012-01-02 19:31 tom.zanussi
  2012-01-02 19:31 ` [PATCH 1/1][KERNEL] crownbay: use emgd-1.10 tom.zanussi
  2012-01-27 21:19 ` [PATCH 0/1][KERNEL] meta/crownbay: use new yocto/emgd-1.10 feature branch Bruce Ashfield
  0 siblings, 2 replies; 3+ messages in thread
From: tom.zanussi @ 2012-01-02 19:31 UTC (permalink / raw)
  To: yocto, bruce.ashfield

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

This patchset makes crownbay use the new yocto/emgd-1.10 feature branch.

Bruce, please don't merge this yet though - it depends on the new emgd-1.10
recipe, which in turn depends on some new LICENSE_FLAGS functionality being
merged.  Will let you know when all that's taken care of and it's safe to
pull this in.

Thanks,

Tom

The following changes since commit c979f1365b1eb74e882b2cbbc8407ec536ab6eb8:
  Bruce Ashfield (1):
        meta/routstationpro: refresh for 3.0 + rt support

are available in the git repository at:

  git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git tzanussi/linux-yocto-3.0-meta/emgd-1.10.v0
  http://git.yoctoproject.org/cgit.cgi//log/?h=tzanussi/linux-yocto-3.0-meta/emgd-1.10.v0

Tom Zanussi (1):
  crownbay: use emgd-1.10

 meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



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

* [PATCH 1/1][KERNEL] crownbay: use emgd-1.10
  2012-01-02 19:31 [PATCH 0/1][KERNEL] meta/crownbay: use new yocto/emgd-1.10 feature branch tom.zanussi
@ 2012-01-02 19:31 ` tom.zanussi
  2012-01-27 21:19 ` [PATCH 0/1][KERNEL] meta/crownbay: use new yocto/emgd-1.10 feature branch Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: tom.zanussi @ 2012-01-02 19:31 UTC (permalink / raw)
  To: yocto, bruce.ashfield

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

Use the yocto/emgd-1.10 branch in place of yocto/emgd.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc
index fb761a0..60a3755 100644
--- a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc
+++ b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc
@@ -1,6 +1,6 @@
 kconf hardware crownbay.cfg
 
-git merge yocto/emgd
+git merge yocto/emgd-1.10
 
 include features/eg20t/eg20t.scc
 include features/intel-e1xxxx/intel-e100.scc
-- 
1.7.0.4



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

* Re: [PATCH 0/1][KERNEL] meta/crownbay: use new yocto/emgd-1.10 feature branch
  2012-01-02 19:31 [PATCH 0/1][KERNEL] meta/crownbay: use new yocto/emgd-1.10 feature branch tom.zanussi
  2012-01-02 19:31 ` [PATCH 1/1][KERNEL] crownbay: use emgd-1.10 tom.zanussi
@ 2012-01-27 21:19 ` Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2012-01-27 21:19 UTC (permalink / raw)
  To: tom.zanussi; +Cc: yocto

On 12-01-02 02:31 PM, tom.zanussi@intel.com wrote:
> From: Tom Zanussi<tom.zanussi@intel.com>
>
> This patchset makes crownbay use the new yocto/emgd-1.10 feature branch.
>
> Bruce, please don't merge this yet though - it depends on the new emgd-1.10
> recipe, which in turn depends on some new LICENSE_FLAGS functionality being
> merged.  Will let you know when all that's taken care of and it's safe to
> pull this in.

merged with the emgd changes. Build testing now.

Bruce

>
> Thanks,
>
> Tom
>
> The following changes since commit c979f1365b1eb74e882b2cbbc8407ec536ab6eb8:
>    Bruce Ashfield (1):
>          meta/routstationpro: refresh for 3.0 + rt support
>
> are available in the git repository at:
>
>    git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git tzanussi/linux-yocto-3.0-meta/emgd-1.10.v0
>    http://git.yoctoproject.org/cgit.cgi//log/?h=tzanussi/linux-yocto-3.0-meta/emgd-1.10.v0
>
> Tom Zanussi (1):
>    crownbay: use emgd-1.10
>
>   meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>



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

end of thread, other threads:[~2012-01-27 21:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-02 19:31 [PATCH 0/1][KERNEL] meta/crownbay: use new yocto/emgd-1.10 feature branch tom.zanussi
2012-01-02 19:31 ` [PATCH 1/1][KERNEL] crownbay: use emgd-1.10 tom.zanussi
2012-01-27 21:19 ` [PATCH 0/1][KERNEL] meta/crownbay: use new yocto/emgd-1.10 feature branch 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.