X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl.git;a=blobdiff_plain;f=scripts%2Fenvsetup.sh;h=4925ef7e9c02aa55fed717214243422c65e882cf;hp=79d2a25d8dec5b00010267141130342d890bad6d;hb=4904012b7748fd096681dda66f53ec5b06438495;hpb=f05bcdadc5422b0d7fa9b094aec256c3e86791c2 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