On Mon, Feb 24, 2014 at 10:35 AM, Laszlo Papp <lp...@kde.org> wrote:
>> are you setting TEMPLATECONF variable? if so, how?
>
> cat setup.sh
> #!/bin/bash
>
> TEMPLATECONF=meta-foo/conf . oe-init-build-env

hmm. do you get any error message?

meta-foo needs to be a folder in OEROOT (along with 'meta' folder), or
TEMPLATECONF can be an absolute path otherwise, as you can see from
this code snippet (from oe-setup-builddir)

    if ! (test -d "$TEMPLATECONF"); then
    # Allow TEMPLATECONF=meta-xyz/conf as a shortcut
    if [ -d "$OEROOT/$TEMPLATECONF" ]; then
        TEMPLATECONF="$OEROOT/$TEMPLATECONF"
    fi
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to