All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] upgrade libc-package.bbclass; add libgcc
@ 2011-01-17  5:23 Dexuan Cui
  2011-01-17  5:23 ` [PATCH v2 1/2] libgcc: use the new recipe (rather than gcc-runtime) to install libgcc_s.so* and crt*.o Dexuan Cui
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dexuan Cui @ 2011-01-17  5:23 UTC (permalink / raw)
  To: poky

The "libgcc: ..." patch is re-made to fix "the crt*.* and libgcc_s*.so* are
not installed into target image" -- previously I didn't define
PREFERRED_PROVIDER and PROVIDES properly. I tested building sato on qemumips,
and I can verify the files are installed into target image now.

The "libc-package.bbclass: ..." patch is the same as the one I sent last time.

Please review the patches and pull.

Thanks!

-- Dexuan

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

Thanks,
    Dexuan Cui <dexuan.cui@intel.com>
---


Dexuan Cui (2):
  libgcc: use the new recipe (rather than gcc-runtime) to install
    libgcc_s.so* and crt*.o
  libc-package.bbclass: should not rm scsi/*.h

 meta/classes/libc-package.bbclass                  |    3 -
 meta/conf/distro/poky.conf                         |    2 +
 .../recipes-devtools/gcc/gcc-configure-runtime.inc |   16 +-------
 meta/recipes-devtools/gcc/gcc-package-runtime.inc  |    8 ----
 meta/recipes-devtools/gcc/gcc-runtime_4.3.3.bb     |    2 +-
 meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb     |    2 +-
 meta/recipes-devtools/gcc/libgcc_4.5.1.bb          |   42 ++++++++++++++++++++
 7 files changed, 47 insertions(+), 28 deletions(-)
 create mode 100644 meta/recipes-devtools/gcc/libgcc_4.5.1.bb

-- 
1.7.2



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

end of thread, other threads:[~2011-01-17 22:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-17  5:23 [PATCH v2 0/2] upgrade libc-package.bbclass; add libgcc Dexuan Cui
2011-01-17  5:23 ` [PATCH v2 1/2] libgcc: use the new recipe (rather than gcc-runtime) to install libgcc_s.so* and crt*.o Dexuan Cui
2011-01-17  5:24 ` [PATCH v2 2/2] libc-package.bbclass: should not rm scsi/*.h Dexuan Cui
2011-01-17 22:05 ` [PATCH v2 0/2] upgrade libc-package.bbclass; add libgcc 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.