* Package reduction(package minimisation) for minimal rootfs
@ 2015-04-10 7:04 Dilip Basavaraju
2015-04-10 15:10 ` Trevor Woerner
0 siblings, 1 reply; 2+ messages in thread
From: Dilip Basavaraju @ 2015-04-10 7:04 UTC (permalink / raw)
To: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1295 bytes --]
Dear All,
I have task to minimize the root file system, by removing busy box and adding additional packages in place of busybox like core-utils, binutils, tiny-login etc.
I have tried some of the approach of trimming rootfs and poky tiny version.
Additional packages greatly increased my rootfs size.
Please clarify my doubts,
1. Is it possible to remove un-necessary files/executebls/libraries from the package, if so kindly guide me in minimization.
2. Can I change the do_config in recipe of the package to customize the contents of the package?
3. Is there any possibility I can control which all files to added to the rootfs from do_rootfs or any other configuration.
4. For this kind requirement is own custom distribution a good approach?
Please guide me in this.
Thanks a lot in advance.
Thanks and regards
DILIP KUMAR B
L&T Technology Services Ltd
www.LntTechservices.com<http://www.lnttechservices.com/>
This Email may contain confidential or privileged information for the intended recipient (s). If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.
[-- Attachment #2: Type: text/html, Size: 8755 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Package reduction(package minimisation) for minimal rootfs
2015-04-10 7:04 Package reduction(package minimisation) for minimal rootfs Dilip Basavaraju
@ 2015-04-10 15:10 ` Trevor Woerner
0 siblings, 0 replies; 2+ messages in thread
From: Trevor Woerner @ 2015-04-10 15:10 UTC (permalink / raw)
To: Dilip Basavaraju, yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 820 bytes --]
On 15-04-10 03:04 AM, Dilip Basavaraju wrote:
> I have task to minimize the root file system, by
> removing busy box and adding additional packages in place of busybox
> like core-utils, binutils, tiny-login etc.
The following quotes are taken from http://busybox.net/about.html:
"BusyBox combines tiny versions of many common UNIX utilities into a
single small executable. It provides replacements for most of the
utilities you usually find in GNU fileutils, shellutils, etc."
"BusyBox has been written with size-optimization and limited
resources in mind."
In general, if you are trying to make a small system you would remote
things like core-utils and replace them with busybox, not the other way
around.
Maybe having a look at poky-tiny might help?
[-- Attachment #2: Type: text/html, Size: 6043 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-04-10 15:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-10 7:04 Package reduction(package minimisation) for minimal rootfs Dilip Basavaraju
2015-04-10 15:10 ` Trevor Woerner
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.