]> code.ossystems Code Review - openembedded-core.git/commit
package: Add INHIBIT_PACKAGE_STRIP_FILES to allow files to remain unstripped
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Feb 2018 14:40:55 +0000 (14:40 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Feb 2018 15:07:30 +0000 (15:07 +0000)
commit92845c65f8801de7dfa34c87b22ca2e66f18557a
tree78ff14fe3587583a0351823ee70ee70966460283
parent99e9b805d2cffcca5e6fc1750e52026a6e4c78a0
package: Add INHIBIT_PACKAGE_STRIP_FILES to allow files to remain unstripped

There are cases where its useful to allow only a select few files
to be excluded from the package stripping mechanism. Currently
this isn't possible so add a variable to allow this.

This is to be used sparingly as in general the core code should be
doing the right thing. This is better than the alternative of leaving the whole
package unstripped.

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