summaryrefslogtreecommitdiffstats
path: root/scripts/envsetup.sh
diff options
context:
space:
mode:
authorlbonn <lbonn@users.noreply.github.com>2019-07-17 09:58:39 +0200
committerGitHub <noreply@github.com>2019-07-17 09:58:39 +0200
commitb11e4ab227bed2e368646cb348e41a4603ed55e0 (patch)
tree8f5430210f314fc3ef7aead29beecf99047b8894 /scripts/envsetup.sh
parentf68e1d59f0a0ed4341dad3b16d4979b1b63336d7 (diff)
parent5463396b1d47a122f5aef9a619244fd1777c0b56 (diff)
downloadmeta-updater-b11e4ab227bed2e368646cb348e41a4603ed55e0.tar.gz
Merge pull request #537 from advancedtelematic/ci/oe-selftest
Ci/oe selftest
Diffstat (limited to 'scripts/envsetup.sh')
-rwxr-xr-xscripts/envsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/envsetup.sh b/scripts/envsetup.sh
index 6103cf6..5827bc2 100755
--- a/scripts/envsetup.sh
+++ b/scripts/envsetup.sh
@@ -21,7 +21,7 @@ if [[ $SOURCED -ne 1 ]]; then
21 exit 1 21 exit 1
22fi 22fi
23 23
24METADIR="${SOURCEDIR}/../.." 24METADIR=${METADIR:-${SOURCEDIR}/../..}
25 25
26if [[ ! -f "${BUILDDIR}/conf/local.conf" ]]; then 26if [[ ! -f "${BUILDDIR}/conf/local.conf" ]]; then
27 source "$METADIR/poky/oe-init-build-env" "$BUILDDIR" 27 source "$METADIR/poky/oe-init-build-env" "$BUILDDIR"