]> code.ossystems Code Review - openembedded-core.git/commit
scripts: Add ksize.py and dirsize.py
authorDarren Hart <dvhart@linux.intel.com>
Mon, 28 Oct 2013 14:32:40 +0000 (14:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Oct 2013 10:40:32 +0000 (10:40 +0000)
commit26099eb8ac855aa08e5e1a307affe42fe5f43859
treec85c48af264c6ac6e0dd28f58e22fda6d55ea4f9
parent67a562d236735d1bb08e7c2f5ea01409f59741d3
scripts: Add ksize.py and dirsize.py

Fixes [YOCTO #5388]

These scripts can be useful when working to reduce the size of the Linux
kernel and the root filesystem.

ksize.py displays the kernel build size by the built-in.o files.

dirsize.py displays the various sizes of the components of the root
directory.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/tiny/dirsize.py [new file with mode: 0755]
scripts/tiny/ksize.py [new file with mode: 0755]