summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/autogen
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2017-03-14 01:45:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-17 16:53:05 +0000
commit08dfb8930158a2b34d530ea188f757a4a81b55c1 (patch)
tree4678b2d9752b8864de32415e9f60b1541ac16e02 /meta/recipes-devtools/autogen
parent8c1ac497da2a5f2567a1317de975cb5b98160be3 (diff)
downloadpoky-08dfb8930158a2b34d530ea188f757a4a81b55c1.tar.gz
oe/path.py: fix for "Argument list too long"
Issue: LIN9-1648 Fixed when len(TMPDIR) = 410: $ bitbake core-image-sato-sdk [snip] Subprocess output: /bin/sh: /bin/cp: Argument list too long ERROR: core-image-sato-sdk-1.0-r0 do_rootfs: Function failed: do_rootfs [snip] This is because "copyhardlinktree(src, dst)" does "cp -afl src/* dst", while src/* is expanded to "src/file1 src/file2, src/file3..." which causes the "Argument list too long", use ./* as src and change cwd in subprocess.check_output() to fix the problem. (From OE-Core rev: a3dc93eb25fba32109edd1db6e8766074fb52e4b) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/autogen')
0 files changed, 0 insertions, 0 deletions