- Aug 22, 2023
-
-
Use Actuation repo hosted in GitLab instead of Gerrit. Signed-off-by:
Vineeth Raveendran <vineeth.raveendran@arm.com>
-
The current timeout leads to observed failures during test. Signed-off-by:
Ambroise Vincent <ambroise.vincent@arm.com>
-
The value of PROJECT_VERSION is not set, which makes the values of the variables related to the Yocto cache (SSTATE_DIR, DL_DIR, etc) in the source code inconsistent with the values set from the GitLab CI/CD settings UI. Set it to vNext to make it consistent. Also, KAS_REPO_REF_DIR is changed to the setting in templates. Signed-off-by:
Robbie Cao <robbie.cao@arm.com>
-
The new Code Climate header check expects the following header format: SPDX-FileCopyrightText: <text>Copyright YYYY(-YYYY) [Copyright holder] <[Email address]></text>text> SPDX-License-Identifier: <LicenseID> Convert all CI files to the new format. Signed-off-by:
Robbie Cao <robbie.cao@arm.com>
-
In the current CI pipeline, the secret_detection job is in the Test stage, which is after the Build stage. The jobs in the Test stage will download the artifacts of the Build stage by default, and these artifacts are unnecessary for the secret_detection job. So set dependencies as empty to the secret_detection job to avoid downloading artifacts of the Build stage. Also, the secret_detection job doesn't necessarily need to be executed after the Build stage, so set needs to null as well. Signed-off-by:
Robbie Cao <robbie.cao@arm.com>
-
The predefined variable CI_BUILD_REF_SLUG is deprecated, change to use CI_COMMIT_REF_SLUG instead. Signed-off-by:
Robbie Cao <robbie.cao@arm.com>
-
The ${WORKDIR}/pseudo folders are removed in rm_work, so exclude pseudo.log from the paths for artifacts. Signed-off-by:
Robbie Cao <robbie.cao@arm.com>
-
- Aug 18, 2023
-
-
Ambroise Vincent authored
The increase to 4MB was only to accommodate the Safety Island Actuation Demo while it was on Cluster 0. Signed-off-by:
Ambroise Vincent <ambroise.vincent@arm.com>
-
Ambroise Vincent authored
Make the Safety Island Bridge the default feature on Safety Island Cluster 0. Update the IP addresses and bindings to fit the new configuration. Increase the stack size of the system work queue and of the IPC RPMSG work queue in order to fix observed stack overflows with the default values. Signed-off-by:
Ambroise Vincent <ambroise.vincent@arm.com>
-
Ambroise Vincent authored
There are scenarios where setting the address unconditionally is undesirable. Allow to avoid setting those when the Kconfig option is left empty. Signed-off-by:
Ambroise Vincent <ambroise.vincent@arm.com>
-
Ambroise Vincent authored
Some backquotes were incorrectly closed. Signed-off-by:
Ambroise Vincent <ambroise.vincent@arm.com>
-
- Aug 17, 2023
-
-
In the python FVP report script, handle image builds which don't have a FPV_PV value and those which don't have artifacts in the modules. Such builds should be present within the report but with a blank space for the FVP_PV. In order to show such blank lines, when the images are joined with the builds they are merged on FVP_PV with a right join on the images rather than inner (which means that the images with no matching build are still retained). Signed-off-by:
Debbie Martin <Debbie.Martin@arm.com>
-
The current timeout is on the verge of the actual execution time and gets hit sometimes. Signed-off-by:
Ambroise Vincent <ambroise.vincent@arm.com>
-
- Aug 16, 2023
-
-
Peter Hoyes authored
meta-cassini commit e3e886ba enables a Trusted Services-specific Parsec configuration file based on the "cassini" distro only, without regard to the recipe-level PACKAGECONFIG, which may specify a different backend. Until the Kronos Trusted Services backend is ready, pin to the last working SHA. Signed-off-by:
Peter Hoyes <Peter.Hoyes@arm.com>
-
- Aug 10, 2023
-
-
Jiamei Xie authored
The docker container can't start successfully because of the lack of related network drivers. This commit is to fix this issue. While there, sort the packages for baremetal in alphabetical order. Signed-off-by:
Jiamei Xie <jiamei.xie@arm.com> Signed-off-by:
Michael Zhao <michael.zhao@arm.com> Signed-off-by:
Luca Fancellu <luca.fancellu@arm.com>
-
- Aug 09, 2023
-
-
Robbie Cao authored
Signed-off-by:
Robbie Cao <robbie.cao@arm.com>
-
Robbie Cao authored
This reverts commit 461cb206.
-
- Aug 08, 2023
-
-
This commit refactors the following recipes by adding 'actuation-pkgs.inc' file: - actuation-msgs_1.0.0.bb - actuation-player_1.0.0.bb Signed-off-by:
Vineeth Raveendran <vineeth.raveendran@arm.com>
-
This commit is to adjust lines to no more than 80 characters, which are added in commit 619c516a Signed-off-by:
Jiamei Xie <jiamei.xie@arm.com>
-
The optee downstream patch path is not shown as a link. Fix its format. Signed-off-by:
Jiamei Xie <jiamei.xie@arm.com>
-
Add unknown words to dictionary to pass qa tests. Signed-off-by:
Jiamei Xie <jiamei.xie@arm.com>
-
Following the merge of the CycloneDDS PR for Zephyr v3.4.0 support, remove the corresponding downstream patch and target the upstream commit instead. Signed-off-by:
Ambroise Vincent <ambroise.vincent@arm.com>
-
- Aug 07, 2023
-
-
Ziad Elhanafy authored
Signed-off-by:
Ziad Elhanafy <ziad.elhanafy@arm.com>
-
- Aug 04, 2023
-
-
Configure the FVP summary report job to always run, even if no new image has been uploaded to Artifactory. This enables access to the report by querying the latest pipeline. Signed-off-by:
Debbie Martin <Debbie.Martin@arm.com>
-
The pass/fail inference had mistakes in the JSON content which meant it was inferring the wrong result. Signed-off-by:
Debbie Martin <Debbie.Martin@arm.com>
-
- Aug 03, 2023
-
-
This is a temporary commit which disables linux-yocto-rt for virtualization, due to the following intermittent issue: When trying to login into domu2 using "xl console domu2" It returns "domu2 is an invalid domain identifier (rc=-6)" Also using "xl list" returns only domu1, but when checking "/etc/xen/auto" you can find both domu1 and domu2. Analysis indicate that this is caused by the linux-yocto-rt update causing the Xen bus for Dom0 to fail. Signed-off-by:
Peter Hoyes <Peter.Hoyes@arm.com> Signed-off-by:
Ziad Elhanafy <ziad.elhanafy@arm.com>
-
addto_recipe_sysroot is failing with missing python packages in recipe-sysroot-native/installeddeps, hence re-ordering the build steps. Signed-off-by:
Vineeth Raveendran <vineeth.raveendran@arm.com>
-
- Aug 02, 2023
-
-
Fix the indentation issues for multi-line commands in the Kronos build YAML configuration. Signed-off-by:
Debbie Martin <Debbie.Martin@arm.com>
-
Address the comment of missing LCP document in OOB test and correct LCP cpu from M7 to M55 in the related diagram. Signed-off-by:
Xinxu Chen <Xinxu.Chen@arm.com>
-
Xinxu Chen authored
Correct LCP CPU from M7 to M55 in the related diagram.
-
Vineeth Raveendran authored
As part of this commit: - Pair 'Use-Cases' in 'Introduction' to 'Reproduce' steps - Make 'Use-Cases' section more user-friendly - Specify how to exit from a FVP run. Signed-off-by:
Vineeth Raveendran <vineeth.raveendran@arm.com>
-
- Aug 01, 2023
-
-
Vineeth Raveendran authored
To simplify the invocation of the Packet Analyzer, use setuptools entrypoint scripts for the package so that the scripts are automatically installed in /usr/bin in the recipe-sysroot-native. For the dependency on packet-analyzer-native, use do_addto_recipe_sysroot so that it is added to packet-analyzer-native's own recipe-sysroot-native when an image is built. Limiting this dependency to 'baremetal' and 'virtualization', else multiconfig build for 'Virtualization' will create recipe sysroot for dom0 and domu1. In the user guide, use the "oe-run-native" script in OE-core to invoke the start_analyzer script of the packet-analyzer-native's recipe-sysroot-native. Modify the oeqa test case to call start_analyzer directly. Signed-off-by:
Peter Hoyes <Peter.Hoyes@arm.com> Signed-off-by:
Vineeth Raveendran <vineeth.raveendran@arm.com>
-
Debbie Martin authored
Missing line continuation character when collecting the build environment causes an error in the image upload step of the Kronos build pipeline. Signed-off-by:
Debbie Martin <Debbie.Martin@arm.com>
-
Debbie Martin authored
Pin the version of python packages for which minor versions had breaking changes for template rendering. Signed-off-by:
Debbie Martin <Debbie.Martin@arm.com>
-
- Jul 31, 2023
-
-
A new CI job has been added to generate an HTML report of the status of the latest FVP image builds. This HTML report is an artifact of the job so that it can be included in a badge on the project homepage. Signed-off-by:
Debbie Martin <Debbie.Martin@arm.com>
-
Tar the images and licenses from the deploy directory and upload them to Artifactory. This is published with the env as a build in Artifactory. Signed-off-by:
Debbie Martin <Debbie.Martin@arm.com>
-
- Jul 28, 2023
-
-
Jiamei Xie authored
Add OP-TEE in documentation component and also update TF-A component. Signed-off-by:
Jiamei Xie <jiamei.xie@arm.com>
-
Jiamei Xie authored
Add packagegroup-ts-tests-psa to FEATURE_PACKAGES_baremetal. Signed-off-by:
Jiamei Xie <jiamei.xie@arm.com>
-
Jiamei Xie authored
As Xen doesn't support FFA currently, disable the related kernel cfgs and test case. Signed-off-by:
Jiamei Xie <jiamei.xie@arm.com>
-
Jiamei Xie authored
The total RAM size is 2G and 32M of it has been allocated to OP-TEE. The remaining RAM space size is (2048 - 32)M, so BAREMETAL_IMAGE_MEM_SIZE should be updated. Signed-off-by:
Jiamei Xie <jiamei.xie@arm.com>
-