diff options
author | Gary Thomas <gary@mlbassoc.com> | 2014-08-11 14:50:35 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 18:19:55 +0100 |
commit | 25711dfe31ae600bfad9680e901ff5dec76093a1 (patch) | |
tree | 13cc7f50981805111235e1e56b7a965be81b6300 /meta/classes/qemu.bbclass | |
parent | 9287029656b498b1cb23ed22ae8e78e652615383 (diff) | |
download | openembedded-core-25711dfe31ae600bfad9680e901ff5dec76093a1.tar.gz openembedded-core-25711dfe31ae600bfad9680e901ff5dec76093a1.tar.bz2 openembedded-core-25711dfe31ae600bfad9680e901ff5dec76093a1.zip |
toolchain-shar-template.sh: Limit xargs command line
It's possible to generate a command line in the relocate_sdk.sh script
which is too long (long paths, many files). This change limits the
xargs command line by breaking it up into smaller pieces.
One necessary side effect is that the -0 option is no longer used as it
doesn't seem to work properly with -n, so the file name arguments are
now quoted explicitly rather than \0 terminated.
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/qemu.bbclass')
0 files changed, 0 insertions, 0 deletions