commit | 927ded2fe2a63bf639d00522ce67fe2d2be5e862 | [log] [tgz] |
---|---|---|
author | Hariharan Rangasamy <hariharanr@ami.com> | Mon Sep 29 15:25:12 2025 +0530 |
committer | Hariharan Rangasamy <hariharanr@ami.com> | Mon Sep 29 15:56:39 2025 +0530 |
tree | 6a18f63bde86781224bc01801cd0127f86e4ad12 | |
parent | c5f92c9f46cc6906a935ff67bc92093d6aa6be3d [diff] |
build-setup.sh: fix bitbake warnings Resolved the warning messages encountered during the docker build WARNING: local.conf:263 has a lack of whitespace around the assignment: 'DL_DIR="/data0/jenkins/bitbake_downloads"' WARNING: local.conf:264 has a lack of whitespace around the assignment: 'SSTATE_DIR="/data0/jenkins/bitbake_sharedstatecache"' WARNING: local.conf:267 has a lack of whitespace around the assignment: 'TMPDIR="/data0/jenkins/workspace/latest-master/ label/docker-builder/target/bletchley/build"' Change-Id: I1596bc0251f3d5b06c24069377313320c973eb7b Signed-off-by: Hariharan Rangasamy <hariharanr@ami.com>
Build script for CI jobs in Jenkins.
Formatting linters sometimes change stylistic output across releases. Separately, some linters are not version-pinned in the CI container, as pinning would drive either frequent maintenance with upgrades or stagnation of the code-base against older versions.
The combination may result in inconsistent formatting opinions across CI worker nodes[^1].
If you see such behaviour consider changing the thing to force a container refresh.
[^1]: The collection of container builds across all worker nodes may not hold a consistent set of tool versions despite being built from the same specification: The inconsistencies emerge from the cadence of upstream tool package updates beating against the cadence of container rebuilds on the worker nodes.