summaryrefslogtreecommitdiffstats
path: root/scripts/ci/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci/build.sh')
-rwxr-xr-xscripts/ci/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ci/build.sh b/scripts/ci/build.sh
index 6235428..436a00d 100755
--- a/scripts/ci/build.sh
+++ b/scripts/ci/build.sh
@@ -12,6 +12,7 @@ IMAGE_NAME=${1:-core-image-minimal}
12( 12(
13set +euo pipefail 13set +euo pipefail
14set +x 14set +x
15export METADIR=$(realpath $TEST_REPO_DIR)
15. "${TEST_REPO_DIR}/meta-updater/scripts/envsetup.sh" "${TEST_MACHINE}" "${TEST_BUILD_DIR}" 16. "${TEST_REPO_DIR}/meta-updater/scripts/envsetup.sh" "${TEST_MACHINE}" "${TEST_BUILD_DIR}"
16 17
17bitbake "${IMAGE_NAME}" 18bitbake "${IMAGE_NAME}"