summaryrefslogtreecommitdiffstats
path: root/scripts/envsetup.sh
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-07-18 15:28:04 +0200
committerGitHub <noreply@github.com>2019-07-18 15:28:04 +0200
commit58dcdcf5cccafcb62891973cabdbaaddcf97a02c (patch)
treec8773e354af13d1b092a9c4a365c651fa9827d73 /scripts/envsetup.sh
parent567ed002259985b5a2afea2f90e5bf2df08f7147 (diff)
parentec083b3e3995431b8e51d574613a5986744a9df9 (diff)
downloadmeta-updater-58dcdcf5cccafcb62891973cabdbaaddcf97a02c.tar.gz
Merge pull request #535 from advancedtelematic/ci/rocko
CI on rocko
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 ff78681..e912824 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"