summaryrefslogtreecommitdiffstats
path: root/external/meta-updater/scripts/ci/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-updater/scripts/ci/build.sh')
-rwxr-xr-xexternal/meta-updater/scripts/ci/build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/external/meta-updater/scripts/ci/build.sh b/external/meta-updater/scripts/ci/build.sh
index 62354289..9fbae989 100755
--- a/external/meta-updater/scripts/ci/build.sh
+++ b/external/meta-updater/scripts/ci/build.sh
@@ -12,7 +12,10 @@ IMAGE_NAME=${1:-core-image-minimal}
(
set +euo pipefail
set +x
+METADIR=$(realpath "$TEST_REPO_DIR")
+export METADIR
. "${TEST_REPO_DIR}/meta-updater/scripts/envsetup.sh" "${TEST_MACHINE}" "${TEST_BUILD_DIR}"
+set -x
bitbake "${IMAGE_NAME}"
)