Re: [OE-core] [PATCH] devshell: start in ${B} not ${S}

2015-03-12 Thread Otavio Salvador
On Tue, Mar 10, 2015 at 3:57 PM, Andre McCurdy wrote: > On Tue, Mar 10, 2015 at 10:50 AM, Ross Burton wrote: >> When S=B this is a no-op, but when B!=S this means you can run make and so on >> without having to change directory first. > > Just my opinion, but I'd vote against this change. Running

Re: [OE-core] [PATCH] devshell: start in ${B} not ${S}

2015-03-10 Thread Burton, Ross
On 10 March 2015 at 19:53, Otavio Salvador wrote: > > Just my opinion, but I'd vote against this change. Running > > "../temp/run.do_compile" works from either directory but editing > > sources and running "quilt refresh" etc only works from ${S}. > > +1 Clearly I'm the only person who mainly d

Re: [OE-core] [PATCH] devshell: start in ${B} not ${S}

2015-03-10 Thread Andre McCurdy
On Tue, Mar 10, 2015 at 10:50 AM, Ross Burton wrote: > When S=B this is a no-op, but when B!=S this means you can run make and so on > without having to change directory first. Just my opinion, but I'd vote against this change. Running "../temp/run.do_compile" works from either directory but edit

[OE-core] [PATCH] devshell: start in ${B} not ${S}

2015-03-10 Thread Ross Burton
When S=B this is a no-op, but when B!=S this means you can run make and so on without having to change directory first. Signed-off-by: Ross Burton --- meta/classes/devshell.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/devshell.bbclass b/meta/classes