8.3. setup-environment
¶
https://github.com/lipro-yocto/lpn-central → scripts
The setup-environment script provides many basic options that setup a build environment with the correct User Configuration. Here is a short synopsis:
DISTRO="cedi" \
MACHINE="helium" \
SDKMACHINE="x86_64-mingw32" \
BUILD_DIR="build-cedi-helium" \
source setup-environment
The setup-environment calls the oe-init-build-env script implicitly from the correct place in the Poky Source Directory.
To get a detailed online help use:
source setup-environment --help