diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/envsetup.sh | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/scripts/envsetup.sh b/scripts/envsetup.sh index 79d2a25d8..4925ef7e9 100644 --- a/scripts/envsetup.sh +++ b/scripts/envsetup.sh @@ -36,6 +36,8 @@ case "$MACHINE" in ;; "qemux86-64") ;; + "wandboard") + ;; *) # nothing to do here echo "WARN: '$MACHINE' is not tested by AGL Distro" @@ -60,11 +62,6 @@ else BUILD_DIR=build fi -echo "envsetup: Setup build environment for poky/oe." -echo -e - -source poky/oe-init-build-env $BUILD_DIR - if [ -n "$DL_DIR" ]; then BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE DL_DIR" fi @@ -75,4 +72,9 @@ fi export BB_ENV_EXTRAWHITE +echo "envsetup: Setup build environment for poky/oe." +echo -e + +source poky/oe-init-build-env $BUILD_DIR + unset TEMPLATECONF |