From cef5482c79b82d7a8fa058c5919c76cc87bf5789 Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Tue, 24 May 2016 16:11:11 +0200 Subject: Remove obsolete init script enea-init-build-env Signed-off-by: Martin Borg Signed-off-by: Adrian Dudau --- enea-init-build-env | 261 ---------------------------------------------------- 1 file changed, 261 deletions(-) delete mode 100755 enea-init-build-env diff --git a/enea-init-build-env b/enea-init-build-env deleted file mode 100755 index f05f25a..0000000 --- a/enea-init-build-env +++ /dev/null @@ -1,261 +0,0 @@ -#!/bin/bash -if [ "$_" = "$0" ]; then - echo "Error: This script needs to be sourced." - echo "Please run as 'source $0'." - exit -fi - -# always unset these in case something goes wrong in the previous run -unset BBLAYERS_CONF_EXISTS -unset BUILD_PATH -unset CUSTOM_SCRIPTS -unset DISTRO -unset DOWNLOAD_DLDIR -unset SOURCE_MIRROR_URL -unset ENEAROOT -unset EXITME -unset LOCAL_CONF_EXISTS -unset MACHINE -unset METALAYERS -unset NUM_CORES -unset SSTATE_DIR -unset SSTATE_MIRRORS -unset TESTING_ADDITIONS -unset -f usage -unset OPTERR -unset OPTIND -unset OPTION - -NUM_CORES=$(grep -c processor /proc/cpuinfo || echo 2) -BUILD_PATH="build" -METALAYERS="meta-enea-base" - -function usage() { -cat < - Build dir - default: build - - -c