aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2021-08-26 16:25:30 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2021-08-30 08:17:56 +0300
commitec31517f0bdf8dbf89a43ca630841a985ffc182d (patch)
treea1129c486b5f98b7ef761d6dddff49b682f09c8d /coin
parent1b92427f2c57b5b827d5e50619a160e60f8323a3 (diff)
Coin: use same build directory for all machines
Default build dir would add ${MACHINE} postfix, which can then show up in the deployed files. Use same path for each machine as not to confuse people when wrong machine name appears in the toolchain files (when they are actually shared with all machines). Pick-to: 6.2 Change-Id: Id5624f286bcf67fa6e741cf377b0fb5feee4fd86 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/module_config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 3ca4bf04..9d11b120 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -78,7 +78,7 @@ build_instructions:
${SOURCE_DIR}/b2qt-init-build-env init --device ${MACHINE} --reference /mnt/yocto-cache/mirror --internal
- source ./setup-environment.sh
+ source ./setup-environment.sh build
export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE SSTATE_DIR DL_DIR"
export SSTATE_DIR=/mnt/yocto-cache/sstate-caches/$(sed -n -e "s/DISTRO_CODENAME.*\"\(.*\)\"/\1/p" ../sources/poky/meta-*/conf/distro/poky.conf)
bitbake meta-b2qt-embedded-qbsp