All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Darren Hart <dvhart@linux.intel.com>
Cc: Yocto Project <yocto@yoctoproject.org>
Subject: Re: [PATCH 3/7] n450: Update to linux-yocto 3.2
Date: Wed, 2 May 2012 08:55:25 -0400	[thread overview]
Message-ID: <4FA12EBD.5010306@windriver.com> (raw)
In-Reply-To: <d70b8e0f1ec6eade123a18194283b15e8aaa2bef.1335909082.git.dvhart@linux.intel.com>

On 12-05-01 06:12 PM, Darren Hart wrote:
> Update the PREFERRED_VERSION to 3.2.
> Drop cfg/smp.scc as this is now included in common-pc.

Just having a look at the series now. Can you confirm for me if there
are 3 or 7 patches for n450 ? I see the other syslinux series has 7
patches, but only 3 here. Just a number issue on the send ? Or did
I manage to lose 4 changes ?

Cheers,

Bruce

>
> Signed-off-by: Darren Hart<dvhart@linux.intel.com>
> ---
>   meta-n450/conf/machine/n450.conf                   |    3 +++
>   .../linux/linux-yocto-rt_3.2.bbappend              |   10 ++++++++++
>   .../recipes-kernel/linux/linux-yocto_3.2.bbappend  |    7 +++++++
>   3 files changed, 20 insertions(+), 0 deletions(-)
>   create mode 100644 meta-n450/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
>   create mode 100644 meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend
>
> diff --git a/meta-n450/conf/machine/n450.conf b/meta-n450/conf/machine/n450.conf
> index dac63ed..7ce4cc7 100644
> --- a/meta-n450/conf/machine/n450.conf
> +++ b/meta-n450/conf/machine/n450.conf
> @@ -3,6 +3,9 @@
>
>   #@DESCRIPTION: Machine configuration for Intel 1-N450 based systems
>
> +PREFERRED_PROVIDER-virtual/kernel ?= "linux-yocto"
> +PREFERRED_VERSION_linux-yocto ?= "3.2%"
> +
>   require conf/machine/include/tune-atom.inc
>   require conf/machine/include/ia32-base.inc
>
> diff --git a/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
> new file mode 100644
> index 0000000..1c7fef9
> --- /dev/null
> +++ b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
> @@ -0,0 +1,10 @@
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> +COMPATIBLE_MACHINE_n450 = "n450"
> +KMACHINE_n450 = "atom-pc"
> +
> +KERNEL_FEATURES_append_n450 += " cfg/smp.scc"
> +
> +# Update the following to use a different BSP branch or meta SRCREV
> +#KBRANCH_n450 = "yocto/standard/preempt-rt/base"
> +#SRCREV_machine_pn-linux-yocto-rt_n450 ?= XXXX
> +#SRCREV_meta_pn-linux-yocto-rt_n450 ?= XXXX
> diff --git a/meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend
> new file mode 100644
> index 0000000..f02c475
> --- /dev/null
> +++ b/meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend
> @@ -0,0 +1,7 @@
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> +COMPATIBLE_MACHINE_n450 = "n450"
> +KMACHINE_n450  = "atom-pc"
> +KBRANCH_n450 = "standard/default/common-pc/base"
> +
> +#SRCREV_machine_pn-linux-yocto_n450 = XXXX
> +#SRCREV_meta_pn-linux-yocto_n450 ?= XXXX



  reply	other threads:[~2012-05-02 12:55 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-01 22:12 [PATCH 0/7][meta-intel][RFC] Update n450, fri2, and sys940x to 3.2 Darren Hart
2012-05-01 22:12 ` [PATCH 1/7] fri2: Prefer linux-yocto 3.2 Darren Hart
2012-05-01 22:12 ` [PATCH 2/7] linux-firmware: Move fri2 linux-firmware append to common Darren Hart
2012-05-02  1:17   ` Tom Zanussi
2012-05-01 22:12 ` [PATCH 3/7] n450: Update to linux-yocto 3.2 Darren Hart
2012-05-02 12:55   ` Bruce Ashfield [this message]
2012-05-02 14:02     ` Darren Hart
2012-05-02 14:09       ` Bruce Ashfield
2012-05-01 22:12 ` [PATCH 4/7] sys940x: prefer xf86-input-evdev 2.6.0 Darren Hart
2012-05-01 22:12 ` [PATCH 5/7] sys940x: Add product URL to README Darren Hart
2012-05-01 22:12 ` [PATCH 6/7] ia32-base.inc: Use a weak default assignment for kernel provider and version Darren Hart
2012-05-02  1:17   ` Tom Zanussi
2012-05-01 22:12 ` [PATCH 7/7] sys940x: Update to linux-yocto 3.2 Darren Hart
2012-05-02  0:57 ` [PATCH 8/7] sys940x: Drop PREFERRED_VERSION for emgd driver Darren Hart

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=4FA12EBD.5010306@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=dvhart@linux.intel.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.