From: Nitin A Kamble <nitin.a.kamble@intel.com>
To: poky@yoctoproject.org
Subject: [PATCH 0/4] [PATCH 0/4] mklibs library optimization for all arches
Date: Tue, 01 Feb 2011 3:57:21 -0800 [thread overview]
Message-ID: <cover.1296560850.git.nitin.a.kamble@intel.com> (raw)
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
next reply other threads:[~2011-02-01 18:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-01 11:57 Nitin A Kamble [this message]
2011-02-01 11:57 ` [PATCH 1/4] distro_tracking: update latest upstream versions 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
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
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.1296560850.git.nitin.a.kamble@intel.com \
--to=nitin.a.kamble@intel.com \
--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 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.