[OE-core] [oe-core][PATCH] lib.oe.path: "copyhardlinktree" should be able to copy folder containng hidden files only

2020-01-31 Thread Ivan Efimov via Openembedded-core
en } addtask deploy * ... and try to build it Error like next will occur: Exception: subprocess.CalledProcessError: Command 'cp -afl --preserve=xattr ./.??* ./* /path/to/deploy/images/machine' returned non-zero exit status 1. Subprocess output: cp: cannot stat './*': No such file o

[OE-core] [morty][PATCH v3] perl, do_install_ptest_base: add "--" into "tar" command line

2019-03-03 Thread Ivan Efimov
ts from minus (-) sign and Yocto tries to run: tar -.d and "tar" parse "-.d" as a option instead of file Signed-off-by: Ivan Efimov --- meta/recipes-devtools/perl/perl-ptest.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-de

Re: [OE-core] [morty][PATCH v2] perl, do_install_ptest_base: add "--" into "tar" command line

2019-03-03 Thread Ivan Efimov
vent success compilation, so i'm not sure, that my patch will be accepted. Best regards, Ivan - Original Message - From: "Alexander Kanavin" To: "Ivan Efimov" Cc: "OE-core" Sent: Sunday, March 3, 2019 10:40:43 PM Subject: Re: [OE-core] [morty][PATCH v2] pe

[OE-core] [morty][PATCH v2] perl, do_install_ptest_base: add "--" into "tar" command line

2019-03-03 Thread Ivan Efimov
ts from minus (-) sign and Yocto tries to run: tar -.d and "tar" parse "-.d" as a option instead of file Upstream-Status: Pending Signed-off-by: Ivan Efimov --- meta/recipes-devtools/perl/perl-ptest.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OE-core] [PATCH v2] btrfs-tools, Makefile: remove duplicated '-o $@' option from CC cmdline for libbtrfsutil/ folder

2019-03-03 Thread Ivan Efimov
Command line for target "libbtrfsutil/%.o" contained double usage of '-o $@' option and causes compilation error: cc1: error: too many filenames given Upsteam-Status: Pending Signed-off-by: Ivan Efimov --- ...01-Makefile-fix-double-o-compiler-option-using.

Re: [OE-core] [PATCH] btrfs-tools Makefile: remove duplicated '-o $@' option from CC cmdline for libbtrfsutil/ subfolder

2019-02-25 Thread Ivan Efimov
Thank you for info about https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded I mistakenly followed guide https://wiki.yoctoproject.org/wiki/Poky_Contributions. Best regards, Ivan - Original Message - From: "Ross Burton" To: "Ivan Efimov"

[OE-core] [PATCH] btrfs-tools Makefile: remove duplicated '-o $@' option from CC cmdline for libbtrfsutil/ subfolder

2019-02-22 Thread Ivan Efimov
Command line for target "libbtrfsutil/%.o" contained double usage of '-o $@' option and causes compilation error: cc1: error: too many filenames given Signed-off-by: Ivan Efimov --- ...01-Makefile-fix-double-o-compiler-option-using.patch | 17 + meta/recipes-devt

[OE-core] [PATCH][morty] perl, do_install_ptest_base: add "--" into "tar" command line

2019-02-22 Thread Ivan Efimov
s from minus (-) sign and Yocto tries to run: tar -.d and "tar" parse "-.d" as a option instead of file Signed-off-by: Ivan Efimov --- meta/recipes-devtools/perl/perl-ptest.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/p