diff options
author | lbonn <lbonn@users.noreply.github.com> | 2019-07-17 09:58:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-17 09:58:39 +0200 |
commit | b11e4ab227bed2e368646cb348e41a4603ed55e0 (patch) | |
tree | 8f5430210f314fc3ef7aead29beecf99047b8894 /scripts/envsetup.sh | |
parent | f68e1d59f0a0ed4341dad3b16d4979b1b63336d7 (diff) | |
parent | 5463396b1d47a122f5aef9a619244fd1777c0b56 (diff) | |
download | meta-updater-b11e4ab227bed2e368646cb348e41a4603ed55e0.tar.gz |
Merge pull request #537 from advancedtelematic/ci/oe-selftest
Ci/oe selftest
Diffstat (limited to 'scripts/envsetup.sh')
-rwxr-xr-x | scripts/envsetup.sh | 2 |
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 |
22 | fi | 22 | fi |
23 | 23 | ||
24 | METADIR="${SOURCEDIR}/../.." | 24 | METADIR=${METADIR:-${SOURCEDIR}/../..} |
25 | 25 | ||
26 | if [[ ! -f "${BUILDDIR}/conf/local.conf" ]]; then | 26 | if [[ ! -f "${BUILDDIR}/conf/local.conf" ]]; then |
27 | source "$METADIR/poky/oe-init-build-env" "$BUILDDIR" | 27 | source "$METADIR/poky/oe-init-build-env" "$BUILDDIR" |