]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
devtool: deploy-target: Fix preserving attributes when using --strip
authorFlorian Amstutz <florian.amstutz@scs.ch>
Wed, 30 Jun 2021 12:00:12 +0000 (05:00 -0700)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 13 Jul 2021 05:48:58 +0000 (13:48 +0800)
commit421a199ad31f7cd7fb50e3abf9cdd41fed5532dd
tree454d5f02bc8ccd8e775997312d59e845ab5473b1
parent3bea0da687d28c80f0b63e2ad81573a3601bb482
devtool: deploy-target: Fix preserving attributes when using --strip

Commit a2db4fa127a3347fc6df31f895fb0b552669119e added ${WORKDIR}/deploy-* to
PSEUDO_IGNORE_PATHS. This breaks the --strip mode since ${D} is copied to
deploy-target-stripped. Use the directory devtool-deploy-target-stripped
instead.

[YOCTO #14451]

Signed-off-by: Florian Amstutz <florian.amstutz@scs.ch>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 02661f20faf11d0fa2f1874bd423f5d9fa7a31c9)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
scripts/lib/devtool/deploy.py