1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-08 17:19:39 +00:00

CI: remove last traces of TOOLCHAIN_DIR

When the binary toolchain support was removed[1] we no longer used this
variable, but a few instances of it was left behind.

[1] meta-arm 03af0c72f1 ("arm-toolchain: remove external-arm-toolchain")

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2026-03-13 13:20:59 +00:00
committed by Jon Mason
parent 6182cec88c
commit 2f6824ddca
2 changed files with 1 additions and 4 deletions
+1 -3
View File
@@ -37,12 +37,10 @@ stages:
SSTATE_DIR: $CACHE_DIR/sstate SSTATE_DIR: $CACHE_DIR/sstate
DL_DIR: $CACHE_DIR/downloads DL_DIR: $CACHE_DIR/downloads
BB_LOGCONFIG: $CI_PROJECT_DIR/ci/logging.yml BB_LOGCONFIG: $CI_PROJECT_DIR/ci/logging.yml
TOOLCHAIN_DIR: $CACHE_DIR/toolchains
IMAGE_DIR: $KAS_BUILD_DIR/tmp/deploy/images IMAGE_DIR: $KAS_BUILD_DIR/tmp/deploy/images
TOOLCHAIN_LINK_DIR: $KAS_BUILD_DIR/toolchains
before_script: before_script:
- rm -rf $KAS_WORK_DIR - rm -rf $KAS_WORK_DIR
- mkdir --verbose --parents $KAS_WORK_DIR $KAS_REPO_REF_DIR $SSTATE_DIR $DL_DIR $TOOLCHAIN_DIR $TOOLCHAIN_LINK_DIR - mkdir --verbose --parents $KAS_WORK_DIR $KAS_REPO_REF_DIR $SSTATE_DIR $DL_DIR
# Generalised fragment to do a Kas build # Generalised fragment to do a Kas build
.build: .build:
-1
View File
@@ -33,7 +33,6 @@ repos:
env: env:
BB_LOGCONFIG: "" BB_LOGCONFIG: ""
TOOLCHAIN_DIR: ""
local_conf_header: local_conf_header:
base: | base: |