All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] [PATCH 0/4] mklibs library optimization for all arches
@ 2011-02-01 11:57 Nitin A Kamble
  2011-02-01 11:57 ` [PATCH 1/4] distro_tracking: update latest upstream versions Nitin A Kamble
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Nitin A Kamble @ 2011-02-01 11:57 UTC (permalink / raw)
  To: poky

From: Nitin A Kamble <nitin.a.kamble@intel.com>

  I tested this with poky-image-minimal and I see some disk space savings by
using the mklibs library optimizations. (76MB rootfs became 75MB)

  The minimal poky image had 106 dynamically linked executables. And the
footprint savings will go up as number of dynamically linked executables in
an image decrease.

  I did not see any improvement on mips and ppc, but could see the footprint
improvement on x86, arm & x86-64.

  Also checked that the executables were not broken after the mklibs 
optimization.

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

Thanks,
    Nitin A Kamble <nitin.a.kamble@intel.com>
---


Nitin A Kamble (4):
  distro_tracking: update latest upstream versions
  elfutils: add a missing depedancy
  mklibs-native: new recipe for optimizing size of library files
  image-mklibs.bbclass: add the library optimization functionality

 meta/classes/image-mklibs.bbclass                  |   57 ++++++++++++++++++++
 .../conf/distro/include/distro_tracking_fields.inc |   43 ++++++++-------
 meta/conf/local.conf.sample                        |    2 +
 meta/recipes-devtools/elfutils/elfutils_0.148.bb   |    3 +-
 .../mklibs/files/ac_init_fix.patch                 |   17 ++++++
 .../mklibs/mklibs-native_0.1.31.bb                 |   23 ++++++++
 6 files changed, 124 insertions(+), 21 deletions(-)
 create mode 100644 meta/classes/image-mklibs.bbclass
 create mode 100644 meta/recipes-devtools/mklibs/files/ac_init_fix.patch
 create mode 100644 meta/recipes-devtools/mklibs/mklibs-native_0.1.31.bb

-- 
1.7.2.2



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

end of thread, other threads:[~2011-02-02  0:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-01 11:57 [PATCH 0/4] [PATCH 0/4] mklibs library optimization for all arches Nitin A Kamble
2011-02-01 11:57 ` [PATCH 1/4] distro_tracking: update latest upstream versions Nitin A Kamble
2011-02-01 11:57 ` [PATCH 3/4] mklibs-native: new recipe for optimizing size of library files Nitin A Kamble
2011-02-01 11:57 ` [PATCH 4/4] image-mklibs.bbclass: add the library optimization functionality Nitin A Kamble
2011-02-01 11:57 ` [PATCH 2/4] elfutils: add a missing depedancy Nitin A Kamble
2011-02-01 22:00   ` Richard Purdie
2011-02-02  0:33     ` Kamble, Nitin A

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.