]> code.ossystems Code Review - openembedded-core.git/commit
scripts: python3 fixes and new tool ksum
authorTom Zanussi <tom.zanussi@linux.intel.com>
Wed, 7 Sep 2016 14:45:15 +0000 (09:45 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Jan 2017 18:01:57 +0000 (18:01 +0000)
commit016b19c2589582d7ec3c8cac9cfa75a1edc716fe
tree9d29d728558903c099b734f3675aa0e9831b0379
parent7e459843e0371953d3d9d3ad05b019947ed7ca04
scripts: python3 fixes and new tool ksum

'ksum.py' generates a combined summary of vmlinux and module sizes for
a built kernel, as a quick tool for comparing the overall effects of
systemic tinification changes.  Execute from the base directory of the
kernel build you want to summarize.  Setting the 'verbose' flag will
display the sizes for each file included in the summary.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/tiny/ksize.py
scripts/tiny/ksum.py [new file with mode: 0755]