From 4904012b7748fd096681dda66f53ec5b06438495 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 21 Jan 2016 23:04:13 +0100 Subject: Add wandboard as target board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch adds the wandboard as i.mx6 target. Change-Id: Iae25b991d475ce321b4192cbac130ad389021c72 Signed-off-by: Jan-Simon Möller --- scripts/envsetup.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'scripts') 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 -- cgit 1.2.3-korg