Re: [OE-core] -c menuconfig stopped working in master

2016-09-22 Thread Renato Caldas
2016-06-09 20:58 GMT+01:00 Leonardo Sandoval : > Yes, this is related to the python3 change. I have a patch, I will send it > asap. Hi, any news on this? > On 06/09/2016 01:43 PM, Trevor Woerner wrote: >> >> It appears "bitbake virtual/kernel -c menuconfig" has stopped working in >> master (pytho

Re: [OE-core] -c menuconfig stopped working in master

2016-09-30 Thread Renato Caldas
Hi Leonardo, Sorry for yet another ping, but do you have the patch at hand? 2016-09-22 17:50 GMT+01:00 Renato Caldas : > 2016-06-09 20:58 GMT+01:00 Leonardo Sandoval > : >> Yes, this is related to the python3 change. I have a patch, I will send it >> asap. > > Hi, any new

Re: [OE-core] -c menuconfig stopped working in master

2016-09-30 Thread Renato Caldas
Nevermind, the bug I'm experiencing is different, but also related to python 3. I'll submit a patch. 2016-09-30 20:47 GMT+01:00 Renato Caldas : > Hi Leonardo, > > Sorry for yet another ping, but do you have the patch at hand? > > 2016-09-22 17:50 GMT+01:00 Renato Caldas

[OE-core] [PATCH] perl: reorder tar arguments in do_install_ptest()

2016-05-28 Thread Renato Caldas
On some distributions tar requires the FILE argument to be the last, and the existing order was causing the subsequent --exclude options to be dropped. Fixes [YOCTO #9673]. Signed-off-by: Renato Caldas --- meta/recipes-devtools/perl/perl-ptest.inc | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [OE-core] [PATCH] perl: reorder tar arguments in do_install_ptest()

2016-05-30 Thread Renato Caldas
Limón : > Hi Renato, > > I tested the patch and works very well. > Could you sent another patch with [krogoth] prefix to be backported? > > Thanks a lot, > alimon > > > On 05/28/2016 06:53 AM, Renato Caldas wrote: >> On some distributions tar requires the

Re: [OE-core] [PATCH] perl: reorder tar arguments in do_install_ptest()

2016-05-30 Thread Renato Caldas
2016-05-30 22:17 GMT+01:00 Aníbal Limón : > > > On 05/30/2016 04:06 PM, Aníbal Limón wrote: >> >> >> On 05/30/2016 03:39 PM, Renato Caldas wrote: >>> Hi Aníbal, >>> >>> Sorry but I'm still a bit unfamiliar with the yocto workflow, shoul

[OE-core] [master][PATCH] perl: reorder tar arguments in do_install_ptest()

2016-05-30 Thread Renato Caldas
On some distributions tar requires the FILE argument to be the last, and the existing order was causing the subsequent --exclude options to be dropped. Fixes [YOCTO #9673]. Signed-off-by: Renato Caldas --- meta/recipes-devtools/perl/perl-ptest.inc | 4 ++-- 1 file changed, 2 insertions(+), 2

[OE-core] [krogoth][PATCH] perl: reorder tar arguments in do_install_ptest()

2016-05-30 Thread Renato Caldas
On some distributions tar requires the FILE argument to be the last, and the existing order was causing the subsequent --exclude options to be dropped. Fixes [YOCTO #9673]. Signed-off-by: Renato Caldas --- meta/recipes-devtools/perl/perl-ptest.inc | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [OE-core] [master][PATCH] perl: reorder tar arguments in do_install_ptest()

2016-05-30 Thread Renato Caldas
2016-05-30 22:49 GMT+01:00 Aníbal Limón : > Thanks for sending the patch, only a little comment the [master] prefix > isn't required. I know, I meant to type "krogoth".. noticed the error shortly after sending it :) > > alimon > > On 05/30/2016 04:45 PM

[OE-core] [jethro][PATCH] perl: reorder tar arguments in do_install_ptest()

2016-05-31 Thread Renato Caldas
On some distributions tar requires the FILE argument to be the last, and the existing order was causing the subsequent --exclude options to be dropped. Fixes [YOCTO #9673]. Signed-off-by: Renato Caldas --- meta/recipes-devtools/perl/perl-ptest.inc | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [OE-core] [jethro][PATCH] perl: reorder tar arguments in do_install_ptest()

2016-05-31 Thread Renato Caldas
Hi, I just received a request to submit this patch to jethro, as some people are still dependent on that version of yocto. Cheers, Renato 2016-05-31 11:50 GMT+01:00 Renato Caldas : > On some distributions tar requires the FILE argument to be the last, and > the existing order was causi

Re: [OE-core] [PATCH] perl-ptest.inc: fix tar call to prevent objcopy failure

2016-05-31 Thread Renato Caldas
Hi Enrico, Sorry for the late reply, I missed this e-mail... Your suggestions are very valid, although not strictly needed to fix this particular bug. My suggestion is that you submit a new patch with those improvements on top of the quick fix I made. I suggest you also add quotes to the --exclud

Re: [OE-core] [PATCH] perl-ptest.inc: fix tar call to prevent objcopy failure

2016-06-06 Thread Renato Caldas
Hi Enrico, 2016-06-03 7:50 GMT+01:00 Enrico Joerns : > Hi Renato, > > thanks for the comments on my changes. > > On 05/31/2016 01:35 PM, Renato Caldas wrote: >> >> My suggestion is that you submit a new patch with those improvements >> on top of the quick fix I ma