[yocto] How env.sh sets up the build environment path

Burton, Ross ross.burton at intel.com
Wed Sep 25 03:42:25 PDT 2013


On 25 September 2013 11:36, Amit Tomer <amittomer25 at 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



More information about the yocto mailing list