All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm-bsp/corstone700-test-app: adding test recipe for systems comms
@ 2020-10-21 17:10 Abdellatif El Khlifi
  2020-10-21 17:23 ` [meta-arm] " Denys Dmytriyenko
  2020-10-25 15:01 ` Jon Mason
  0 siblings, 2 replies; 10+ messages in thread
From: Abdellatif El Khlifi @ 2020-10-21 17:10 UTC (permalink / raw)
  To: meta-arm, Lakshmi.Kailasanathan, Ross.Burton; +Cc: nd, Abdellatif El Khlifi

From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>

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>
---
 .../corstone700-test-app_1.0.bb               | 21 +++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 meta-arm-bsp/recipes-test/corstone700-test-app/corstone700-test-app_1.0.bb

diff --git a/meta-arm-bsp/recipes-test/corstone700-test-app/corstone700-test-app_1.0.bb b/meta-arm-bsp/recipes-test/corstone700-test-app/corstone700-test-app_1.0.bb
new file mode 100644
index 0000000..d2bfb19
--- /dev/null
+++ b/meta-arm-bsp/recipes-test/corstone700-test-app/corstone700-test-app_1.0.bb
@@ -0,0 +1,21 @@
+SUMMARY = "CORSTONE700 systems communications tests"
+DESCRIPTION = "This is a Linux userspace tool to test the communication between Corstone700 cores"
+HOMEPAGE = "https://git.linaro.org/landing-teams/working/arm/test-apps.git"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://license.md;md5=e44b2531cd6ffe9dece394dbe988d9a0"
+
+SRC_URI = "git://git.linaro.org/landing-teams/working/arm/test-apps.git;protocol=https"
+SRCREV = "ecd93a275d11cf08f670a97783110bd698250963"
+PV .= "~git${SRCPV}"
+
+COMPATIBLE_MACHINE = "(corstone700)"
+
+S = "${WORKDIR}/git"
+
+do_compile() {
+    ${CC} ${S}/test-app.c ${CFLAGS} ${LDFLAGS} -o ${S}/test-app
+}
+
+do_install() {
+    install -D -p -m 0755 ${S}/test-app ${D}${bindir}/test-app
+}
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-10-26 11:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-21 17:10 [PATCH] arm-bsp/corstone700-test-app: adding test recipe for systems comms Abdellatif El Khlifi
2020-10-21 17:23 ` [meta-arm] " Denys Dmytriyenko
2020-10-21 18:39   ` Ross Burton
2020-10-21 18:58     ` Denys Dmytriyenko
2020-10-22 10:12       ` Abdellatif El Khlifi
2020-10-22 14:03       ` Ross Burton
2020-10-22 21:45         ` Denys Dmytriyenko
2020-10-23  8:25           ` Ross Burton
2020-10-25 15:01 ` Jon Mason
2020-10-26 11:17   ` Abdellatif El Khlifi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.