From d099bdadd0ff49889d9973e75a92d9b2f70af1a8 Mon Sep 17 00:00:00 2001 From: Rich Persaud Date: Fri, 24 Jan 2020 18:29:11 -0500 Subject: [PATCH] do_build.sh: initialize variables 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 --- do_build.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/do_build.sh b/do_build.sh index fd8036c1d..1c02fc9cd 100755 --- a/do_build.sh +++ b/do_build.sh @@ -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