aboutsummaryrefslogtreecommitdiffstats
path: root/meta-arm-bsp/recipes-test
AgeCommit message (Collapse)Author
2023-08-29Remove explicit SRCPVRoss Burton
As of oe-core a8e7b0f, PV doesn't need to contain SRCPV explicitly as base.bbclass will append it to PKGV if there is a + in the version. So, remove the redundant assignments. Also change the boot-wrapper-aarch64 PV to 0+git as it's possible that some point they'll tag a release and we want to be able to upgrade to it. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
2022-10-03arm-bsp/test: Changing the test app repositoryEmekcan
Migrating the test repo to a new namespace under arm reference solution. Signed-off-by: Emekcan Aras <emekcan.aras@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
2022-09-26arm-bsp/test: Adding a test app for external systemEmekcan
Adds a linux userspace test application and a recipe to build it to test external system in corstone1000 platform. Signed-off-by: Emekcan Aras <emekcan.aras@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
2022-01-24arm-bsp: remove Corstone 700Ross Burton
Corstone 700 is end-of-life, so remove it from meta-arm master. It will remain in the stable branches for existing users, but new users are encouraged to use Corstone 1000 instead. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-11-03Update git: SRC_URIsRoss Burton
GitHub has deprecated the unauthorised git protocol[1], so all GitHub URLs need to specify protocol=https. Also the git fetcher is making the branch parameter mandatory, so add it where it is currently implicit. [1] https://github.blog/2021-09-01-improving-git-protocol-security-github/ Signed-off-by: Ross Burton <ross.burton@arm.com>
2020-10-25arm-bsp/corstone700-test-app: adding test recipe for systems commsAbdellatif El Khlifi
This commit provides a recipe that generates a Linux userspace application used for testing the communication between Corstone700 cores. Change-Id: I7c00653b0fcd6d9074510bbb70a838762aed0150 Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>