mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-12 03:10:15 +00:00
CI: add spaces to TS_ENV
Seeing the warning: lack of whitespace around the assignment: 'TS_ENV="sp"' Add the spaces to address the issue Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -21,7 +21,7 @@ local_conf_header:
|
||||
IMAGE_INSTALL:append = " packagegroup-ts-tests-psa"
|
||||
CORE_IMAGE_EXTRA_INSTALL += "optee-test"
|
||||
# Set the TS environment
|
||||
TS_ENV="sp"
|
||||
TS_ENV = "sp"
|
||||
# Enable and configure semihosting
|
||||
FVP_CONFIG[cluster0.cpu0.semihosting-cwd] = "${DEPLOY_DIR_IMAGE}"
|
||||
FVP_CONFIG[cluster0.cpu1.semihosting-cwd] = "${DEPLOY_DIR_IMAGE}"
|
||||
|
||||
Reference in New Issue
Block a user