]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Allow INHIBIT_PACKAGE_STRIP_FILES to skip .ko and static libs
authorMark Hatle <mark.hatle@kernel.crashing.org>
Fri, 7 Feb 2020 20:20:07 +0000 (14:20 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Feb 2020 13:19:56 +0000 (13:19 +0000)
commitc50fcd54ffe60b63d042d05e6cf538a593dc410f
tree553d2679e1b17dff4aa2fba11e510fe48c64e034
parentfa356b23c2f4599681693bba50d36659b07a8125
package.bbclass: Allow INHIBIT_PACKAGE_STRIP_FILES to skip .ko and static libs

Change the order of the skip processing to happen before any .ko and static
library processing.  This will allow these types of files to be individually
skipped if necessary.

Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass