All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Bug #528 fixing
@ 2010-12-01  3:31 Lianhao Lu
  2010-12-01  2:13 ` [PATCH 1/1] cross-canadian: pkg name includes target arch Lianhao Lu
  2010-12-10 16:25 ` [PATCH 0/1] Bug #528 fixing Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Lianhao Lu @ 2010-12-01  3:31 UTC (permalink / raw)
  To: yocto

Since this my very first time trying to contribute to distro, so let me 
put some fixing details here and warmly welcome the reivew/comment.

The purpose of this fixing is to add target name in the package name of
gcc(gdb/binutils)-cross-canadian so multiple cross-canadian toolchains 
can be installed into the same SDK sysroot.

We choose the PN instead of the PACKAGE(or PKG_pn) to change the package 
name because the -locale package is named by the PN. By changing PN, we 
have different -locale and -doc packages for different target.

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

Thanks,
    Lianhao Lu <lianhao.lu@intel.com>
---


Lianhao Lu (1):
  cross-canadian: pkg name includes target arch

 meta/recipes-core/meta/meta-toolchain.bb           |    2 +-
 meta/recipes-core/tasks/task-cross-canadian.bb     |   15 +++++++++++++++
 meta/recipes-core/tasks/task-sdk-host.bb           |    5 +----
 .../binutils/binutils-cross-canadian.inc           |    6 ++++++
 .../binutils/binutils-cross-canadian_2.20.1.bb     |    2 +-
 meta/recipes-devtools/gcc/gcc-cross-canadian.inc   |    4 ++++
 .../gcc/gcc-cross-canadian_4.3.3.bb                |    2 +-
 .../gcc/gcc-cross-canadian_4.5.1.bb                |    2 +-
 meta/recipes-devtools/gdb/gdb-cross-canadian.inc   |    7 +++++++
 .../recipes-devtools/gdb/gdb-cross-canadian_7.2.bb |    7 ++-----
 10 files changed, 39 insertions(+), 13 deletions(-)
 create mode 100644 meta/recipes-core/tasks/task-cross-canadian.bb
 create mode 100644 meta/recipes-devtools/gdb/gdb-cross-canadian.inc



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-12-10 16:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-01  3:31 [PATCH 0/1] Bug #528 fixing Lianhao Lu
2010-12-01  2:13 ` [PATCH 1/1] cross-canadian: pkg name includes target arch Lianhao Lu
2010-12-10 16:25 ` [PATCH 0/1] Bug #528 fixing Richard Purdie

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.