]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
lib/oe/package: Refactor to make strip_execs callable without d
authorAdrian Freihofer <adrian.freihofer@gmail.com>
Sun, 10 Sep 2023 15:52:33 +0000 (17:52 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Sep 2023 11:43:56 +0000 (12:43 +0100)
commit3bde26d64a0c8c3ef8ffbcb398f2a268759321af
tree066d7ea2835df1c5b2072ab2f7c30b03a4eeca39
parentaf8ee73cdef90b83556a7ac5e139a08108706486
lib/oe/package: Refactor to make strip_execs callable without d

This allows to call strip_execs function from devtool without going
via tinfoil and a bitbake server process.

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/classes-global/staging.bbclass
meta/lib/oe/package.py