]> code.ossystems Code Review - openembedded-core.git/commit
kmod: new PACKAGECONFIG debug and logging to help reduce binary size.
authorGustavo Sverzut Barbieri <gustavo.barbieri@intel.com>
Wed, 21 Jan 2015 20:00:57 +0000 (18:00 -0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Jan 2015 21:22:22 +0000 (21:22 +0000)
commit907514c1b2d07231eb6ec63d21ad5dc25e731b29
treedcfe992a1bcbae4c6be71ef7ebb9777026f2fb45
parent620b100f54c379661a8c48a1eb78ed94cd3b7a49
kmod: new PACKAGECONFIG debug and logging to help reduce binary size.

debug and logging will make kmod and its library bigger than expected
due many strings in the resulting binaries. While these are useful for
development, they are of no use for deployment.

With them enabled kmod is 154Kb, libkmod is 99Kb. Disabling reduces to
kmod 139Kb (10%) and libkmod 83Kb (19%) on i586 stripped.

Signed-off-by: Bruno Bottazzini <bruno.bottazzini@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/kmod/kmod.inc