All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Zanussi <tom.zanussi@intel.com>
To: Marc Ferland <marc.ferland@gmail.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>,
	Marc Ferland <ferlandm@sonatest.com>
Subject: Re: [PATCH] Add SMP support to crownbay.
Date: Thu, 19 May 2011 14:09:27 -0500	[thread overview]
Message-ID: <1305832167.2638.56.camel@elmorro> (raw)
In-Reply-To: <1305828031-10355-1-git-send-email-ferlandm@sonatest.com>

Hi Marc,

Thanks for the patch - it looks good.  Could I get you to reply with
your Signed-off-by: though? e.g. something like:

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>

but with your info.

Thanks,

Tom

On Thu, 2011-05-19 at 11:00 -0700, Marc Ferland wrote:
> This patch fixes Yocto BUG #1015. It adds support for SMP on the crownbay 
> architecture from the meta-intel branch.
> ---
>  .../linux/linux-yocto-stable_git.bbappend          |    2 ++
>  .../recipes-kernel/linux/linux-yocto_git.bbappend  |    2 ++
>  2 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-stable_git.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-stable_git.bbappend
> index 8309478..44f892f 100644
> --- a/meta-crownbay/recipes-kernel/linux/linux-yocto-stable_git.bbappend
> +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-stable_git.bbappend
> @@ -2,6 +2,8 @@ FILESEXTRAPATHS := "${FILESEXTRAPATHS}:${THISDIR}/${PN}"
>  
>  COMPATIBLE_MACHINE_crownbay = "crownbay"
>  KMACHINE_crownbay  = "crownbay"
> +KERNEL_FEATURES_append_crownbay += " cfg/smp.scc"
>  
>  COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
>  KMACHINE_crownbay-noemgd  = "crownbay"
> +KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc"
> diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_git.bbappend
> index 176acd3..387c207 100644
> --- a/meta-crownbay/recipes-kernel/linux/linux-yocto_git.bbappend
> +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_git.bbappend
> @@ -2,6 +2,8 @@ FILESEXTRAPATHS := "${FILESEXTRAPATHS}:${THISDIR}/${PN}"
>  
>  COMPATIBLE_MACHINE_crownbay = "crownbay"
>  KMACHINE_crownbay  = "yocto/standard/crownbay"
> +KERNEL_FEATURES_append_crownbay += " cfg/smp.scc"
>  
>  COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
>  KMACHINE_crownbay-noemgd  = "yocto/standard/crownbay"
> +KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc"




  reply	other threads:[~2011-05-19 19:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-19 18:00 [PATCH] Add SMP support to crownbay Marc Ferland
2011-05-19 19:09 ` Tom Zanussi [this message]
2011-05-19 20:03   ` Marc Ferland
2011-05-20  1:20     ` Tom Zanussi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1305832167.2638.56.camel@elmorro \
    --to=tom.zanussi@intel.com \
    --cc=ferlandm@sonatest.com \
    --cc=marc.ferland@gmail.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.