[PATCH 3/3] CI: add spaces to TS_ENV
Jon Mason <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
Seeing the warning: lack of whitespace around the assignment: 'TS_ENV="sp"' Add the spaces to address the issue Signed-off-by: Jon Mason <[email protected]> --- ci/fvp-base-ts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/fvp-base-ts.yml b/ci/fvp-base-ts.yml index ae74334edfe3..9f13bac7f045 100644 --- a/ci/fvp-base-ts.yml +++ b/ci/fvp-base-ts.yml @@ -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}" -- 2.39.5 (Apple Git-154)