Re: [OE-core] [PATCH] hand the TEMPLATECONF local over to setup-builddir

2015-12-16 Thread Philip Balister
Ping. Marcus works with me and he is nagging me about this. On 09/22/2015 01:44 PM, Marcus Müller wrote: > --- > oe-init-build-env | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/oe-init-build-env b/oe-init-build-env > index 6fee5f7..b7e2918 100755 > --- a/oe-init-build-

Re: [OE-core] [PATCH] hand the TEMPLATECONF local over to setup-builddir

2015-12-07 Thread Marcus Müller
Ping! Attaching a version of the patch that works with current master; without the fix, oe-init-build-env simply doesn't work with zsh. It really isn't a big patch, so if you need me to correct anything, please don't hesitate to point me to it; I'm totally new to openembedded, so if my contributio

Re: [OE-core] [PATCH] hand the TEMPLATECONF local over to setup-builddir

2015-09-23 Thread Marcus Müller
Hello Lee, wow, thanks for clearing testing this; actually, to trigger my personal need for a patch, variant # A was used. Cheers, Marcus On 22.09.2015 22:25, Lee Nipper wrote: > On Tue, Sep 22, 2015 at 1:45 PM, Marcus Müller > mailto:marcus.muel...@ettus.com>> wrote: > > Hello, > > If I

Re: [OE-core] [PATCH] hand the TEMPLATECONF local over to setup-builddir

2015-09-22 Thread Gary Thomas
On 2015-09-22 14:25, Lee Nipper wrote: On Tue, Sep 22, 2015 at 1:45 PM, Marcus Müller mailto:marcus.muel...@ettus.com>> wrote: Hello, > If I understand correctly it allows a user prepared $TEMPLATECONF > directory > to be used by oe-setup-builddir. Indeed; the point is that o

Re: [OE-core] [PATCH] hand the TEMPLATECONF local over to setup-builddir

2015-09-22 Thread Lee Nipper
On Tue, Sep 22, 2015 at 1:45 PM, Marcus Müller wrote: > Hello, > > If I understand correctly it allows a user prepared $TEMPLATECONF > > directory > > to be used by oe-setup-builddir. > Indeed; the point is that oe-setup-builddir was definitely meant to be > used with a TEMPLATECONF set by the us

Re: [OE-core] [PATCH] hand the TEMPLATECONF local over to setup-builddir

2015-09-22 Thread Marcus Müller
Hello, > If I understand correctly it allows a user prepared $TEMPLATECONF > directory > to be used by oe-setup-builddir. Indeed; the point is that oe-setup-builddir was definitely meant to be used with a TEMPLATECONF set by the user; in bash, the TEMPLATECONF local variable is automatically passed

Re: [OE-core] [PATCH] hand the TEMPLATECONF local over to setup-builddir

2015-09-22 Thread Lee Nipper
On Tue, Sep 22, 2015 at 12:44 PM, Marcus Müller wrote: > --- > oe-init-build-env | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/oe-init-build-env b/oe-init-build-env > index 6fee5f7..b7e2918 100755 > --- a/oe-init-build-env > +++ b/oe-init-build-env > @@ -45,7 +45,7 @@

[OE-core] [PATCH] hand the TEMPLATECONF local over to setup-builddir

2015-09-22 Thread Marcus Müller
--- oe-init-build-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oe-init-build-env b/oe-init-build-env index 6fee5f7..b7e2918 100755 --- a/oe-init-build-env +++ b/oe-init-build-env @@ -45,7 +45,7 @@ fi OEROOT=`readlink -f "$OEROOT"` export OEROOT . $OEROOT/scripts/oe-bu