]> code.ossystems Code Review - openembedded-core.git/commit
devtool: deploy-target: Don't use find -exec
authorDaniel Lublin <daniel@lublin.se>
Wed, 31 May 2017 06:02:20 +0000 (08:02 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 3 Jun 2017 22:43:27 +0000 (23:43 +0100)
commit404e8e3661469175e1ea087ebfaf3a7867bf4df2
tree0c48c35ee2142081e7fd29173bb5b0db49d00459
parentb49a4a47783609fe9161fbc11cc7c7ff3ff4b6bb
devtool: deploy-target: Don't use find -exec

find may be provided by busybox, which might be compiled without support
for -exec.

Signed-off-by: Daniel Lublin <daniel@lublin.se>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/devtool/deploy.py