From: "Denys Dmytriyenko" <denis@denix.org>
To: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
Cc: meta-arm@lists.yoctoproject.org, Lakshmi.Kailasanathan@arm.com,
Ross.Burton@arm.com, nd@arm.com
Subject: Re: [meta-arm] [PATCH] arm-bsp/corstone700-test-app: adding test recipe for systems comms
Date: Wed, 21 Oct 2020 13:23:40 -0400 [thread overview]
Message-ID: <20201021172340.GF19155@denix.org> (raw)
In-Reply-To: <20201021171033.21198-1-abdellatif.elkhlifi@arm.com>
On Wed, Oct 21, 2020 at 06:10:33PM +0100, Abdellatif El Khlifi wrote:
> 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}"
OpenEmbedded convention is to use "+git..."
> +
> +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
>
>
>
>
next prev parent reply other threads:[~2020-10-21 17:23 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Denys Dmytriyenko [this message]
2020-10-21 18:39 ` [meta-arm] " 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201021172340.GF19155@denix.org \
--to=denis@denix.org \
--cc=Lakshmi.Kailasanathan@arm.com \
--cc=Ross.Burton@arm.com \
--cc=abdellatif.elkhlifi@arm.com \
--cc=meta-arm@lists.yoctoproject.org \
--cc=nd@arm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.