All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: <tom.zanussi@intel.com>
Cc: yocto@yoctoproject.org, dvhart@linux.intel.com, saul.wold@intel.com
Subject: Re: [PATCH 1/9] meta-crownbay: switch to linux-yocto 3.0 kernel
Date: Sat, 20 Aug 2011 23:26:59 -0400	[thread overview]
Message-ID: <4E507B03.7090004@windriver.com> (raw)
In-Reply-To: <cee71456f21be0ce11ce74fc677a6d8d27647481.1313853536.git.tom.zanussi@intel.com>

On 11-08-20 11:26 AM, tom.zanussi@intel.com wrote:
> From: Tom Zanussi<tom.zanussi@intel.com>
>
> Switch crownbay and crownbay-noemgd to the 3.0 kernel, lock it down,
> and update kernel SRCREVs.
>
> Signed-off-by: Tom Zanussi<tom.zanussi@intel.com>
> ---
>   meta-crownbay/conf/machine/crownbay-noemgd.conf    |    2 ++
>   meta-crownbay/conf/machine/crownbay.conf           |    2 ++
>   .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |   15 +++++++++++++++
>   3 files changed, 19 insertions(+), 0 deletions(-)
>   create mode 100644 meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend
>
> diff --git a/meta-crownbay/conf/machine/crownbay-noemgd.conf b/meta-crownbay/conf/machine/crownbay-noemgd.conf
> index 0219bd1..0a82b54 100644
> --- a/meta-crownbay/conf/machine/crownbay-noemgd.conf
> +++ b/meta-crownbay/conf/machine/crownbay-noemgd.conf
> @@ -12,6 +12,8 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
>   KERNEL_IMAGETYPE = "bzImage"
>
>   PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
> +PREFERRED_VERSION_linux-yocto = "3.0+git%"

Did you want to make all these:

PREFERRED_VERSION_linux-yocto = "3.0%"

Since that will match 3.0.1, 3.0.2 ... etc. That's what I changed
the other machines to, and was the outcome of the version number
discussion on the oe-core list.

Cheers,

Bruce

> +
>   PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
>   PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim"
>   PREFERRED_PROVIDER_virtual/libgl  ?= "mesa-dri"
> diff --git a/meta-crownbay/conf/machine/crownbay.conf b/meta-crownbay/conf/machine/crownbay.conf
> index 323c8c1..b4ea4b4 100644
> --- a/meta-crownbay/conf/machine/crownbay.conf
> +++ b/meta-crownbay/conf/machine/crownbay.conf
> @@ -12,6 +12,8 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
>   KERNEL_IMAGETYPE = "bzImage"
>
>   PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
> +PREFERRED_VERSION_linux-yocto = "3.0+git%"
> +
>   PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
>   PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim"
>   PREFERRED_PROVIDER_virtual/libgl  ?= "mesa-dri"
> diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend
> new file mode 100644
> index 0000000..c9aef72
> --- /dev/null
> +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend
> @@ -0,0 +1,15 @@
> +FILESEXTRAPATHS_prepend := "${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"
> +
> +SRCREV_machine_pn-linux-yocto_crownbay ?= "9a259cf4f6d404db2820642df755a295bbfb7fe7"
> +SRCREV_meta_pn-linux-yocto_crownbay ?= "fe8eac15e144a35a716cd32c9d2b296ecd5202ac"
> +
> +SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "9a259cf4f6d404db2820642df755a295bbfb7fe7"
> +SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "fe8eac15e144a35a716cd32c9d2b296ecd5202ac"



  reply	other threads:[~2011-08-21  3:27 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-20 15:26 [PATCH 0/9] meta-intel: EMGD 1.8 and 3.0 kernel upgrade, v3 tom.zanussi
2011-08-20 15:26 ` [PATCH 1/9] meta-crownbay: switch to linux-yocto 3.0 kernel tom.zanussi
2011-08-21  3:26   ` Bruce Ashfield [this message]
2011-08-21 15:25     ` Tom Zanussi
2011-08-20 15:26 ` [PATCH 2/9] meta-crownbay: new recipe for emgd 1.8 driver binaries tom.zanussi
2011-08-20 17:45   ` Saul Wold
2011-08-20 18:11     ` Tom Zanussi
2011-08-20 15:26 ` [PATCH 3/9] meta-crownbay: select emgd 1.8 tom.zanussi
2011-08-20 15:26 ` [PATCH 4/9] meta-crownbay: xorg.conf changes tom.zanussi
2011-08-20 15:26 ` [PATCH 5/9] meta-crownbay: update README tom.zanussi
2011-08-20 15:26 ` [PATCH 6/9] meta-fri2: add EMGD 1.8 capabilities to fri2 tom.zanussi
2011-08-20 15:26 ` [PATCH 7/9] meta-intel: move emgd-driver-bin_1.8 to common tom.zanussi
2011-08-20 15:26 ` [PATCH 8/9] meta-fri2: add common/recipes-graphics to BBFILES tom.zanussi
2011-08-20 15:26 ` [PATCH 9/9] meta-fri2: update README 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=4E507B03.7090004@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=dvhart@linux.intel.com \
    --cc=saul.wold@intel.com \
    --cc=tom.zanussi@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.