]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Ensure kernel modules get stripped
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Apr 2012 12:17:57 +0000 (13:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Apr 2012 14:57:38 +0000 (15:57 +0100)
commit9c039dc1c3cddae4abd4905335deb093eb93b6ba
tree17026cc7fef02d5d97cb82acde499212526f7ebf
parent5f4b95e9bcd7dd0df3a1007919b6c8c1e4383478
package.bbclass: Ensure kernel modules get stripped

Kernel modules are not marked as executable but we do expect to strip them.
This patch adds in missing code to ensure we do this. Without this images
are getting sigificantly bloated in size.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass