From: Saul Wold <saul.wold@intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Cc: dvhart@linux.intel.com
Subject: Re: [PATCH 2/3] linux-yocto: update 3.2 kernel to v3.2.7
Date: Mon, 27 Feb 2012 15:23:35 -0800 [thread overview]
Message-ID: <4F4C1077.3030106@intel.com> (raw)
In-Reply-To: <a2440ad66968c13a0db6f97f69b04b8670ac9ffd.1330371008.git.bruce.ashfield@windriver.com>
On 02/27/2012 11:34 AM, Bruce Ashfield wrote:
> Updating the 3.2 kernel recipe to the latest -stable release.
>
> Signed-off-by: Bruce Ashfield<bruce.ashfield@windriver.com>
> ---
> meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb | 9 +++++----
> meta/recipes-kernel/linux/linux-yocto_3.2.bb | 19 ++++++++++---------
> 2 files changed, 15 insertions(+), 13 deletions(-)
>
I noticed that there are 3 Packaging WARNINGS in this build, we are
trying to improve the overall Quality by reducing the warnings. These
are probably general to all linux-yocto recipes.
Can you address these:
WARNING: For recipe linux-yocto, the following files/directories were
installed but not shipped in any package:
WARNING: /lib/modules/3.2.2-yocto-standard+/build
WARNING: /lib/modules/3.2.2-yocto-standard+/source
WARNING: /etc/modprobe.d
Thanks
Sau!
> diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
> index 329527f..3370729 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
> @@ -11,12 +11,13 @@ KMACHINE_qemumips = "mti-malta32-be"
> KBRANCH = "standard/preempt-rt/base"
> KBRANCH_qemuppc = "standard/preempt-rt/qemu-ppc32"
>
> -LINUX_VERSION ?= "3.2.2"
> +LINUX_VERSION ?= "3.2.7"
> LINUX_KERNEL_TYPE = "preempt-rt"
>
> -SRCREV_machine ?= "415af017cf163c63d7b1e6e929e4a9c9baf5ba6d"
> -SRCREV_machine_qemuppc ?= "38345c1e41b15c49308a9adbdde95167eeaa05fa"
> -SRCREV_meta ?= "138bf5b502607fe40315c0d76822318d77d97e01"
> +SRCREV_machine ?= "2043e8b786dfd06a41a66780141f731d2d788696"
> +SRCREV_machine_qemuppc ?= "ec400326633f011c3b7d390beb765ad955145a29"
> +SRCREV_meta ?= "5db8963f9aefc70b4483ca4ccce8f2ef6964e2c3"
> +
>
> PR = "r0"
> PV = "${LINUX_VERSION}+git${SRCPV}"
> diff --git a/meta/recipes-kernel/linux/linux-yocto_3.2.bb b/meta/recipes-kernel/linux/linux-yocto_3.2.bb
> index a80924d..9be1bd9 100644
> --- a/meta/recipes-kernel/linux/linux-yocto_3.2.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto_3.2.bb
> @@ -15,15 +15,16 @@ KBRANCH_qemuppc = "standard/default/qemu-ppc32"
> KBRANCH_qemumips = "standard/default/mti-malta32-be"
> KBRANCH_qemuarm = "standard/default/arm-versatile-926ejs"
>
> -LINUX_VERSION ?= "3.2.2"
> -
> -SRCREV_machine_qemuarm ?= "8d79190c307c7d41580beb77f83526ae3defcacc"
> -SRCREV_machine_qemumips ?= "c88f8c4f3be717be33a8ad89a14731eb94932336"
> -SRCREV_machine_qemuppc ?= "b8228f337002ad88f1e152d0c0c46c6035cd0428"
> -SRCREV_machine_qemux86 ?= "417fc778a86e81303bab5883b919ee422ec51c04"
> -SRCREV_machine_qemux86-64 ?= "417fc778a86e81303bab5883b919ee422ec51c04"
> -SRCREV_machine ?= "417fc778a86e81303bab5883b919ee422ec51c04"
> -SRCREV_meta ?= "138bf5b502607fe40315c0d76822318d77d97e01"
> +LINUX_VERSION ?= "3.2.7"
> +
> +
> +SRCREV_machine_qemuarm ?= "c2028a144fe035719af7c5e9989fedc62ccf3c2c"
> +SRCREV_machine_qemumips ?= "7dfffd937d4755cba0fcf3f2b9b69a1c62262084"
> +SRCREV_machine_qemuppc ?= "8fc0489fffe4c626f9a8053ad86014e75073a3d0"
> +SRCREV_machine_qemux86 ?= "0fae9c2722039df3e93398d314ee10e3f4330b86"
> +SRCREV_machine_qemux86-64 ?= "0fae9c2722039df3e93398d314ee10e3f4330b86"
> +SRCREV_machine ?= "0fae9c2722039df3e93398d314ee10e3f4330b86"
> +SRCREV_meta ?= "5db8963f9aefc70b4483ca4ccce8f2ef6964e2c3"
>
> PR = "r0"
> PV = "${LINUX_VERSION}+git${SRCPV}"
next prev parent reply other threads:[~2012-02-27 23:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-27 19:34 [PATCH 0/3] linux-yocto: consolidated pull request Bruce Ashfield
2012-02-27 19:34 ` [PATCH 1/3] linux-yocto: update 3.0 kernel to v3.0.22 Bruce Ashfield
2012-02-27 19:34 ` [PATCH 2/3] linux-yocto: update 3.2 kernel to v3.2.7 Bruce Ashfield
2012-02-27 23:23 ` Saul Wold [this message]
2012-02-28 0:02 ` Darren Hart
2012-02-27 19:34 ` [PATCH 3/3] linux-yocto: allow non-branched repositories to check out Bruce Ashfield
2012-02-28 18:41 ` [PATCH 0/3] linux-yocto: consolidated pull request Saul Wold
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=4F4C1077.3030106@intel.com \
--to=saul.wold@intel.com \
--cc=dvhart@linux.intel.com \
--cc=openembedded-core@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox