diff options
author | Vyacheslav Yurkov <Vyacheslav.Yurkov@wika.com> | 2023-11-02 11:47:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-05 11:28:35 +0000 |
commit | 914a921c338e4f3f820929dfd78203d5bc6d884b (patch) | |
tree | cdfdfefb3a6ff3315f3cf9d7cccdc9c6d8d0873f /meta/classes | |
parent | 91359fd407365287d2b16ea94cceda91f023ba65 (diff) | |
download | poky-914a921c338e4f3f820929dfd78203d5bc6d884b.tar.gz |
lib/oe/path: Deploy files can start only with a dot
There might be only hidden files deployed. In that case we don't need a
generic wildcard present in copy command, otherwise it fails with:
Exception: subprocess.CalledProcessError: Command 'cp -afl --preserve=xattr ./.??* ./* <BUILDDIR>/tmp/deploy/images/qemux86-64' returned non-zero exit status 1.
Subprocess output:
cp: cannot stat './*': No such file or directory
(From OE-Core rev: f92c751281609ea6bd6b838307de4bc70bf26ab9)
Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@wika.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
0 files changed, 0 insertions, 0 deletions