All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org,poky@yoctoproject.org
Cc: Scott Rifenbark <scott.m.rifenbark@intel.com>,
	Paul Eggleton <paul.eggleton@linux.intel.com>,
	Liping Ke <liping.ke@intel.com>,
	Dongxiao Xu <dongxiao.xu@intel.com>,
	Bruce Ashfield <bruce.ashfield@windriver.com>
Subject: [PATCH 00/26] Documentation and bug fixes
Date: Wed, 02 Mar 2011 10:00:10 -0800	[thread overview]
Message-ID: <cover.1299088353.git.sgw@linux.intel.com> (raw)

From: Saul Wold <sgw@linux.intel.com>

This is a batch of documentation updates and metadata bug fixes
addressing know bugs in the yoctoproject bugzilla.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: distro/oe-core
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=distro/oe-core

Thanks,
    Saul Wold <sgw@linux.intel.com>
---


Bruce Ashfield (2):
  u-boot: remove do_install from u-boot.inc
  kernel: remove explicit bash call in do_menuconfig

Dongxiao Xu (2):
  attr: Change SRC_URI to a correct location
  ncurses: Change ncurses patch SRC_URI location

Liping Ke (1):
  ADT: Fix several bugs for adt installer

Mark Hatle (1):
  insane.bbclass: Fix ELF bitsize comparison

Nitin A Kamble (1):
  gcc: take out libiberty files from gcc packages

Paul Eggleton (2):
  util-linux: split out uuidgen to a separate package
  zypper: add util-linux-uuidgen to RRECOMMENDS

Scott Garman (1):
  screenshot: change the order of LDADD arguments

Scott Rifenbark (15):
  documentation/poky-ref-manual/ref-images.xml:  Update to Images
    Appendix
  documentation/poky-ref-manual/introduction.xml: [BUGID# 553] - Fixed
    pokylinux.org link in Nightly Build section
  documentation/poky-ref-manual/introduction.xml: [BUGID# 553] - Fixed
    pokylinux URL
  [BUGID# 553] - documentation/poky-ref-manual/introduction.xml: Fixed
    pokylinux.org URL
  [BUGID# 553] - documentation/poky-ref-manual/introduction.xml: fixed
    pokylinux.org URL
  [BUGID# 553] - documentation/poky-ref-manual/development.xml: Fixed
    pokylinux URLs
  [BUGID# 553] - documentation/poky-ref-manual/development.xml: Fixed
    pokylinux.org URL
  [BUGID# 553] - documentation/poky-ref-manual/faq.xml: Fixed
    pokylinux.org reference
  [BUGID# 553] - documentation/poky-ref-manual/resources.xml: Fixed
    pokylinux URL
  documentation/poky-ref-manual/resources.xml: Text addtions in Links
    section in Appendix I
  [BUGID# 553] - documentation/poky-ref-manual/resources.xml:  Fixed
    pokylinux URL
  [BUGID# 553] - documentation/bsp-guide/bsp.xml: Re-write of
    click-through
  [BUGID# 695] - documentation/bsp-guide/figures/bsp-title.png: Updated
    title graphic
  documentation/bsp-guide/bsp-guide.xml: Updated RP email address
  documentation/bsp-guide/bsp-guide.xml: Updated revision history on
    title page.

Yu Ke (1):
  shadow: upgrade to 4.1.4.3 to fix security vulnerability

 documentation/bsp-guide/bsp-guide.xml              |    9 ++-
 documentation/bsp-guide/bsp.xml                    |   59 ++++++++------
 documentation/bsp-guide/figures/bsp-title.png      |  Bin 15226 -> 15029 bytes
 documentation/poky-ref-manual/development.xml      |   12 ++--
 documentation/poky-ref-manual/faq.xml              |    3 +-
 documentation/poky-ref-manual/introduction.xml     |    8 +-
 documentation/poky-ref-manual/ref-images.xml       |   59 ++++++++------
 documentation/poky-ref-manual/resources.xml        |   13 ++--
 meta/classes/insane.bbclass                        |   84 ++++++++++----------
 meta/classes/kernel.bbclass                        |    2 +-
 meta/lib/oe/qa.py                                  |   21 ++++-
 meta/recipes-bsp/uboot/u-boot.inc                  |    5 -
 meta/recipes-bsp/uboot/u-boot_git.bb               |    2 +-
 meta/recipes-core/ncurses/ncurses_5.7.bb           |    7 +-
 meta/recipes-core/util-linux/util-linux.inc        |    3 +-
 meta/recipes-core/util-linux/util-linux_2.17.2.bb  |    2 +-
 .../gcc/gcc-cross-initial_4.5.1.bb                 |    2 +-
 .../gcc/gcc-cross-intermediate.inc                 |    3 +-
 .../gcc/gcc-cross-intermediate_4.5.1.bb            |    2 +-
 meta/recipes-devtools/gcc/gcc-cross_4.5.1.bb       |    2 +-
 .../gcc/gcc-crosssdk-initial_4.5.1.bb              |    2 +-
 .../gcc/gcc-crosssdk-intermediate_4.5.1.bb         |    2 +-
 meta/recipes-devtools/gcc/gcc-crosssdk_4.5.1.bb    |    2 +-
 meta/recipes-devtools/gcc/gcc-package-cross.inc    |    4 +
 meta/recipes-devtools/gcc/gcc-package-target.inc   |    4 +
 meta/recipes-devtools/gcc/gcc_4.5.1.bb             |    2 +-
 .../installer/adt-installer/adt_installer          |    9 +-
 .../installer/adt-installer/adt_installer.conf     |    8 +-
 .../installer/adt-installer/scripts/data_define    |    2 +-
 .../{shadow-4.1.4.2 => files}/login_defs_pam.sed   |    0
 .../shadow/{shadow-4.1.4.2 => files}/pam.d/chfn    |    0
 .../{shadow-4.1.4.2 => files}/pam.d/chpasswd       |    0
 .../shadow/{shadow-4.1.4.2 => files}/pam.d/chsh    |    0
 .../shadow/{shadow-4.1.4.2 => files}/pam.d/login   |    0
 .../{shadow-4.1.4.2 => files}/pam.d/newusers       |    0
 .../shadow/{shadow-4.1.4.2 => files}/pam.d/passwd  |    0
 .../shadow/{shadow-4.1.4.2 => files}/pam.d/su      |    0
 .../shadow/{shadow-4.1.4.2 => files}/securetty     |    0
 .../shadow-4.1.3-dots-in-usernames.patch           |    0
 .../shadow-4.1.4.2-env-reset-keep-locale.patch     |    0
 .../shadow-4.1.4.2-groupmod-pam-check.patch        |    0
 .../shadow-4.1.4.2-su_no_sanitize_env.patch        |    0
 .../shadow.automake-1.11.patch                     |    0
 .../{shadow_4.1.4.2.bb => shadow_4.1.4.3.bb}       |    4 +-
 meta/recipes-extended/zypper/zypper_git.bb         |    4 +-
 .../files/dso_linking_change_build_fix.patch       |   49 -----------
 .../screenshot/files/fix_ldadd_order.patch         |   12 +++
 meta/recipes-sato/screenshot/screenshot_svn.bb     |    6 +-
 meta/recipes-support/attr/attr.inc                 |    2 +-
 meta/recipes-support/attr/attr_2.4.44.bb           |    2 +-
 50 files changed, 212 insertions(+), 200 deletions(-)
 mode change 100755 => 100644 documentation/bsp-guide/figures/bsp-title.png
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/login_defs_pam.sed (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/pam.d/chfn (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/pam.d/chpasswd (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/pam.d/chsh (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/pam.d/login (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/pam.d/newusers (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/pam.d/passwd (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/pam.d/su (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/securetty (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/shadow-4.1.3-dots-in-usernames.patch (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/shadow-4.1.4.2-env-reset-keep-locale.patch (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/shadow-4.1.4.2-groupmod-pam-check.patch (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/shadow-4.1.4.2-su_no_sanitize_env.patch (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/shadow.automake-1.11.patch (100%)
 rename meta/recipes-extended/shadow/{shadow_4.1.4.2.bb => shadow_4.1.4.3.bb} (70%)
 delete mode 100644 meta/recipes-sato/screenshot/files/dso_linking_change_build_fix.patch
 create mode 100644 meta/recipes-sato/screenshot/files/fix_ldadd_order.patch




WARNING: multiple messages have this Message-ID (diff)
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org,poky@yoctoproject.org
Cc: Paul Eggleton <paul.eggleton@linux.intel.com>
Subject: [PATCH 00/26] Documentation and bug fixes
Date: Wed, 02 Mar 2011 10:00:10 -0800	[thread overview]
Message-ID: <cover.1299088353.git.sgw@linux.intel.com> (raw)

From: Saul Wold <sgw@linux.intel.com>

This is a batch of documentation updates and metadata bug fixes
addressing know bugs in the yoctoproject bugzilla.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: distro/oe-core
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=distro/oe-core

Thanks,
    Saul Wold <sgw@linux.intel.com>
---


Bruce Ashfield (2):
  u-boot: remove do_install from u-boot.inc
  kernel: remove explicit bash call in do_menuconfig

Dongxiao Xu (2):
  attr: Change SRC_URI to a correct location
  ncurses: Change ncurses patch SRC_URI location

Liping Ke (1):
  ADT: Fix several bugs for adt installer

Mark Hatle (1):
  insane.bbclass: Fix ELF bitsize comparison

Nitin A Kamble (1):
  gcc: take out libiberty files from gcc packages

Paul Eggleton (2):
  util-linux: split out uuidgen to a separate package
  zypper: add util-linux-uuidgen to RRECOMMENDS

Scott Garman (1):
  screenshot: change the order of LDADD arguments

Scott Rifenbark (15):
  documentation/poky-ref-manual/ref-images.xml:  Update to Images
    Appendix
  documentation/poky-ref-manual/introduction.xml: [BUGID# 553] - Fixed
    pokylinux.org link in Nightly Build section
  documentation/poky-ref-manual/introduction.xml: [BUGID# 553] - Fixed
    pokylinux URL
  [BUGID# 553] - documentation/poky-ref-manual/introduction.xml: Fixed
    pokylinux.org URL
  [BUGID# 553] - documentation/poky-ref-manual/introduction.xml: fixed
    pokylinux.org URL
  [BUGID# 553] - documentation/poky-ref-manual/development.xml: Fixed
    pokylinux URLs
  [BUGID# 553] - documentation/poky-ref-manual/development.xml: Fixed
    pokylinux.org URL
  [BUGID# 553] - documentation/poky-ref-manual/faq.xml: Fixed
    pokylinux.org reference
  [BUGID# 553] - documentation/poky-ref-manual/resources.xml: Fixed
    pokylinux URL
  documentation/poky-ref-manual/resources.xml: Text addtions in Links
    section in Appendix I
  [BUGID# 553] - documentation/poky-ref-manual/resources.xml:  Fixed
    pokylinux URL
  [BUGID# 553] - documentation/bsp-guide/bsp.xml: Re-write of
    click-through
  [BUGID# 695] - documentation/bsp-guide/figures/bsp-title.png: Updated
    title graphic
  documentation/bsp-guide/bsp-guide.xml: Updated RP email address
  documentation/bsp-guide/bsp-guide.xml: Updated revision history on
    title page.

Yu Ke (1):
  shadow: upgrade to 4.1.4.3 to fix security vulnerability

 documentation/bsp-guide/bsp-guide.xml              |    9 ++-
 documentation/bsp-guide/bsp.xml                    |   59 ++++++++------
 documentation/bsp-guide/figures/bsp-title.png      |  Bin 15226 -> 15029 bytes
 documentation/poky-ref-manual/development.xml      |   12 ++--
 documentation/poky-ref-manual/faq.xml              |    3 +-
 documentation/poky-ref-manual/introduction.xml     |    8 +-
 documentation/poky-ref-manual/ref-images.xml       |   59 ++++++++------
 documentation/poky-ref-manual/resources.xml        |   13 ++--
 meta/classes/insane.bbclass                        |   84 ++++++++++----------
 meta/classes/kernel.bbclass                        |    2 +-
 meta/lib/oe/qa.py                                  |   21 ++++-
 meta/recipes-bsp/uboot/u-boot.inc                  |    5 -
 meta/recipes-bsp/uboot/u-boot_git.bb               |    2 +-
 meta/recipes-core/ncurses/ncurses_5.7.bb           |    7 +-
 meta/recipes-core/util-linux/util-linux.inc        |    3 +-
 meta/recipes-core/util-linux/util-linux_2.17.2.bb  |    2 +-
 .../gcc/gcc-cross-initial_4.5.1.bb                 |    2 +-
 .../gcc/gcc-cross-intermediate.inc                 |    3 +-
 .../gcc/gcc-cross-intermediate_4.5.1.bb            |    2 +-
 meta/recipes-devtools/gcc/gcc-cross_4.5.1.bb       |    2 +-
 .../gcc/gcc-crosssdk-initial_4.5.1.bb              |    2 +-
 .../gcc/gcc-crosssdk-intermediate_4.5.1.bb         |    2 +-
 meta/recipes-devtools/gcc/gcc-crosssdk_4.5.1.bb    |    2 +-
 meta/recipes-devtools/gcc/gcc-package-cross.inc    |    4 +
 meta/recipes-devtools/gcc/gcc-package-target.inc   |    4 +
 meta/recipes-devtools/gcc/gcc_4.5.1.bb             |    2 +-
 .../installer/adt-installer/adt_installer          |    9 +-
 .../installer/adt-installer/adt_installer.conf     |    8 +-
 .../installer/adt-installer/scripts/data_define    |    2 +-
 .../{shadow-4.1.4.2 => files}/login_defs_pam.sed   |    0
 .../shadow/{shadow-4.1.4.2 => files}/pam.d/chfn    |    0
 .../{shadow-4.1.4.2 => files}/pam.d/chpasswd       |    0
 .../shadow/{shadow-4.1.4.2 => files}/pam.d/chsh    |    0
 .../shadow/{shadow-4.1.4.2 => files}/pam.d/login   |    0
 .../{shadow-4.1.4.2 => files}/pam.d/newusers       |    0
 .../shadow/{shadow-4.1.4.2 => files}/pam.d/passwd  |    0
 .../shadow/{shadow-4.1.4.2 => files}/pam.d/su      |    0
 .../shadow/{shadow-4.1.4.2 => files}/securetty     |    0
 .../shadow-4.1.3-dots-in-usernames.patch           |    0
 .../shadow-4.1.4.2-env-reset-keep-locale.patch     |    0
 .../shadow-4.1.4.2-groupmod-pam-check.patch        |    0
 .../shadow-4.1.4.2-su_no_sanitize_env.patch        |    0
 .../shadow.automake-1.11.patch                     |    0
 .../{shadow_4.1.4.2.bb => shadow_4.1.4.3.bb}       |    4 +-
 meta/recipes-extended/zypper/zypper_git.bb         |    4 +-
 .../files/dso_linking_change_build_fix.patch       |   49 -----------
 .../screenshot/files/fix_ldadd_order.patch         |   12 +++
 meta/recipes-sato/screenshot/screenshot_svn.bb     |    6 +-
 meta/recipes-support/attr/attr.inc                 |    2 +-
 meta/recipes-support/attr/attr_2.4.44.bb           |    2 +-
 50 files changed, 212 insertions(+), 200 deletions(-)
 mode change 100755 => 100644 documentation/bsp-guide/figures/bsp-title.png
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/login_defs_pam.sed (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/pam.d/chfn (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/pam.d/chpasswd (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/pam.d/chsh (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/pam.d/login (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/pam.d/newusers (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/pam.d/passwd (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/pam.d/su (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/securetty (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/shadow-4.1.3-dots-in-usernames.patch (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/shadow-4.1.4.2-env-reset-keep-locale.patch (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/shadow-4.1.4.2-groupmod-pam-check.patch (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/shadow-4.1.4.2-su_no_sanitize_env.patch (100%)
 rename meta/recipes-extended/shadow/{shadow-4.1.4.2 => files}/shadow.automake-1.11.patch (100%)
 rename meta/recipes-extended/shadow/{shadow_4.1.4.2.bb => shadow_4.1.4.3.bb} (70%)
 delete mode 100644 meta/recipes-sato/screenshot/files/dso_linking_change_build_fix.patch
 create mode 100644 meta/recipes-sato/screenshot/files/fix_ldadd_order.patch



             reply	other threads:[~2011-03-02 18:03 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-02 18:00 Saul Wold [this message]
2011-03-02 18:00 ` [PATCH 00/26] Documentation and bug fixes Saul Wold
2011-03-02 18:00 ` [PATCH 01/26] attr: Change SRC_URI to a correct location Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 02/26] ncurses: Change ncurses patch SRC_URI location Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 03/26] shadow: upgrade to 4.1.4.3 to fix security vulnerability Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 04/26] ADT: Fix several bugs for adt installer Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 05/26] u-boot: remove do_install from u-boot.inc Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 06/26] documentation/poky-ref-manual/ref-images.xml: Update to Images Appendix Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 07/26] documentation/poky-ref-manual/introduction.xml: [BUGID# 553] - Fixed pokylinux.org link in Nightly Build section Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 08/26] documentation/poky-ref-manual/introduction.xml: [BUGID# 553] - Fixed pokylinux URL Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 09/26] [BUGID# 553] - documentation/poky-ref-manual/introduction.xml: Fixed pokylinux.org URL Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 10/26] [BUGID# 553] - documentation/poky-ref-manual/introduction.xml: fixed " Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 11/26] [BUGID# 553] - documentation/poky-ref-manual/development.xml: Fixed pokylinux URLs Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 12/26] [BUGID# 553] - documentation/poky-ref-manual/development.xml: Fixed pokylinux.org URL Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 13/26] [BUGID# 553] - documentation/poky-ref-manual/faq.xml: Fixed pokylinux.org reference Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 14/26] [BUGID# 553] - documentation/poky-ref-manual/resources.xml: Fixed pokylinux URL Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 15/26] documentation/poky-ref-manual/resources.xml: Text addtions in Links section in Appendix I Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 16/26] [BUGID# 553] - documentation/poky-ref-manual/resources.xml: Fixed pokylinux URL Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 17/26] [BUGID# 553] - documentation/bsp-guide/bsp.xml: Re-write of click-through Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 18/26] [BUGID# 695] - documentation/bsp-guide/figures/bsp-title.png: Updated title graphic Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 19/26] documentation/bsp-guide/bsp-guide.xml: Updated RP email address Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 20/26] documentation/bsp-guide/bsp-guide.xml: Updated revision history on title page Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 21/26] util-linux: split out uuidgen to a separate package Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 22/26] zypper: add util-linux-uuidgen to RRECOMMENDS Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 23/26] gcc: take out libiberty files from gcc packages Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 24/26] screenshot: change the order of LDADD arguments Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 25/26] kernel: remove explicit bash call in do_menuconfig Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-02 18:00 ` [PATCH 26/26] insane.bbclass: Fix ELF bitsize comparison Saul Wold
2011-03-02 18:00   ` Saul Wold
2011-03-03 13:12 ` [PATCH 00/26] Documentation and bug fixes Richard Purdie
2011-03-03 13:12   ` [OE-core] " Richard Purdie

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=cover.1299088353.git.sgw@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=bruce.ashfield@windriver.com \
    --cc=dongxiao.xu@intel.com \
    --cc=liping.ke@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=paul.eggleton@linux.intel.com \
    --cc=poky@yoctoproject.org \
    --cc=scott.m.rifenbark@intel.com \
    /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.