On Tue, Sep 22, 2015 at 12:44 PM, Marcus Müller <marcus.muel...@ettus.com>
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 @@ fi
>  OEROOT=`readlink -f "$OEROOT"`
>  export OEROOT
>  . $OEROOT/scripts/oe-buildenv-internal && \
> -     $OEROOT/scripts/oe-setup-builddir && \
> +     TEMPLATECONF="$TEMPLATECONF" $OEROOT/scripts/oe-setup-builddir && \
>       [ -n "$BUILDDIR" ] && cd "$BUILDDIR"
>  unset OEROOT
>  unset BBPATH
>
>
I think this patch is a good candidate for back-porting to the fido branch.
If I understand correctly it allows a user prepared $TEMPLATECONF directory
to be used by oe-setup-builddir.
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to