On 25 September 2013 11:36, Amit Tomer <amittome...@gmail.com> wrote:
> Now when I do ./env.sh build-xyz-abd

You need to use ". ./env.sh build xyz-abd".  Not the leading fullstop.
 If you're using bash, you can use the "source" alias: "source
./env.sh xyz-abd".  You need to do this as otherwise the script can't
set variables in your environment.

Ross
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to