From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH 0/5] Misc fixes related to gcc 4.6.0
Date: Mon, 09 May 2011 21:55:13 -0700 [thread overview]
Message-ID: <4DC8C531.6040802@linux.intel.com> (raw)
In-Reply-To: <cover.1304977276.git.nitin.a.kamble@intel.com>
On 05/09/2011 02:43 PM, Nitin A Kamble wrote:
> From: Nitin A Kamble<nitin.a.kamble@intel.com>
>
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: nitin/misc
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc
>
> Thanks,
> Nitin A Kamble<nitin.a.kamble@intel.com>
> ---
>
>
> Khem Raj (1):
> gcc-4.6.0: Apply linaro patches
>
> Nitin A Kamble (4):
> mdadm: compilation fix for gcc 4.6.0
> pax: fix for compiling with gcc 4.6.0
> systemtap: fix for compilation with gcc 4.6.0
> kexec-tools: fix compiler errors with gcc 4.6.0
>
Nitin,
I noticed that you are using "=" instead of ": for the Upstream-status,
it should be ":" just like "Signed-off-by:", also please use
"Uptream-status" capitalization. If you used "=" before, my apologies
for not catching it last time.
Sau!
> meta/recipes-devtools/gcc/gcc-4.6.0.inc | 4 +
> .../gcc-4.6.0/linaro/gcc-4.6-linaro-r106720.patch | 51 ++
> .../gcc-4.6.0/linaro/gcc-4.6-linaro-r106723.patch | 63 ++
> .../gcc-4.6.0/linaro/gcc-4.6-linaro-r106729.patch | 32 +
> .../gcc-4.6.0/linaro/gcc-4.6-linaro-r106731.patch | 28 +
> .../gcc-4.6.0/linaro/gcc-4.6-linaro-r106733.patch | 653 ++++++++++++++++++++
> .../gcc-4.6.0/linaro/gcc-4.6-linaro-r106737.patch | 126 ++++
> .../gcc-4.6.0/linaro/gcc-4.6-linaro-r106738.patch | 177 ++++++
> .../gcc/gcc-4_6-branch-linaro-backports.inc | 9 +
> .../mdadm/fix_for_compilation_with_gcc-4.6.0.patch | 174 ++++++
> meta/recipes-extended/mdadm/mdadm_3.2.1.bb | 5 +-
> .../pax/pax/fix_for_compile_with_gcc-4.6.0.patch | 25 +
> meta/recipes-extended/pax/pax_3.4.bb | 5 +-
> .../fix_for_compiling_with_gcc-4.6.0.patch | 40 ++
> meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb | 3 +-
> .../fix_for_compilation_with_gcc-4.6.0.patch | 119 ++++
> meta/recipes-kernel/systemtap/systemtap_git.bb | 3 +-
> 17 files changed, 1511 insertions(+), 6 deletions(-)
> create mode 100644 meta/recipes-devtools/gcc/gcc-4.6.0/linaro/gcc-4.6-linaro-r106720.patch
> create mode 100644 meta/recipes-devtools/gcc/gcc-4.6.0/linaro/gcc-4.6-linaro-r106723.patch
> create mode 100644 meta/recipes-devtools/gcc/gcc-4.6.0/linaro/gcc-4.6-linaro-r106729.patch
> create mode 100644 meta/recipes-devtools/gcc/gcc-4.6.0/linaro/gcc-4.6-linaro-r106731.patch
> create mode 100644 meta/recipes-devtools/gcc/gcc-4.6.0/linaro/gcc-4.6-linaro-r106733.patch
> create mode 100644 meta/recipes-devtools/gcc/gcc-4.6.0/linaro/gcc-4.6-linaro-r106737.patch
> create mode 100644 meta/recipes-devtools/gcc/gcc-4.6.0/linaro/gcc-4.6-linaro-r106738.patch
> create mode 100644 meta/recipes-devtools/gcc/gcc-4_6-branch-linaro-backports.inc
> create mode 100644 meta/recipes-extended/mdadm/mdadm/fix_for_compilation_with_gcc-4.6.0.patch
> create mode 100644 meta/recipes-extended/pax/pax/fix_for_compile_with_gcc-4.6.0.patch
> create mode 100644 meta/recipes-kernel/kexec/kexec-tools/fix_for_compiling_with_gcc-4.6.0.patch
> create mode 100644 meta/recipes-kernel/systemtap/systemtap/fix_for_compilation_with_gcc-4.6.0.patch
>
prev parent reply other threads:[~2011-05-10 4:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-09 21:43 [PATCH 0/5] Misc fixes related to gcc 4.6.0 Nitin A Kamble
2011-05-09 21:43 ` [PATCH 2/5] mdadm: compilation fix for " Nitin A Kamble
2011-05-09 21:43 ` [PATCH 1/5] gcc-4.6.0: Apply linaro patches Nitin A Kamble
2011-05-09 21:43 ` [PATCH 4/5] systemtap: fix for compilation with gcc 4.6.0 Nitin A Kamble
2011-05-09 21:43 ` [PATCH 5/5] kexec-tools: fix compiler errors " Nitin A Kamble
2011-05-09 21:43 ` [PATCH 3/5] pax: fix for compiling " Nitin A Kamble
2011-05-10 4:55 ` Saul Wold [this message]
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=4DC8C531.6040802@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=poky@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox