Skip to content

Commit

Permalink
do_build.sh: initialize variables
Browse files Browse the repository at this point in the history
Initialize some undefined variables identified by set -u.  Future
work: document original feature purpose, current relevance and whether
to remove or test/fix.

OXT-1736

Signed-off-by: Rich Persaud <[email protected]>
  • Loading branch information
Rich Persaud committed Jan 27, 2020
1 parent dfea5eb commit d099bda
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions do_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ BRANCH=master
BUILD_UID=`id -u`
export BUILD_UID

DEBUG=""
CONFIG=""
XC_TOOLS_BUILD=""
ARGNAME=""
OE_BUILD_CACHE_DL=""
OE_TARBALL_MIRROR=""
NETBOOT_HTTP_URL=""
FREEZE_URIS=""

CONF_LOCAL="conf/local.conf"

# TODO: move some of the above definitions into common-config
Expand Down

0 comments on commit d099bda

Please sign in to comment.