From: Denys Dmytriyenko <denis@denix.org>
To: a-limaye@ti.com
Cc: meta-arago@lists.yoctoproject.org, reatmon@ti.com, u-kumar1@ti.com
Subject: Re: [meta-arago][master][PATCH] ti-test: Add mcrc64 test application
Date: Fri, 31 Jan 2025 10:38:13 -0500 [thread overview]
Message-ID: <20250131153813.GL21836@denix.org> (raw)
In-Reply-To: <20250130100105.507586-1-a-limaye@ti.com>
On Thu, Jan 30, 2025 at 03:30:48PM +0530, Aniket Limaye via lists.yoctoproject.org wrote:
> From: Udit Kumar <u-kumar1@ti.com>
>
> Add mcrc64 test application recipe.
> This application is documented at[0].
>
> [0]: https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-j722s/10_01_00_04/exports/docs/linux/Foundational_Components/Kernel/Kernel_Drivers/MCRC64.html
>
> Signed-off-by: Aniket Limaye <a-limaye@ti.com>
> Signed-off-by: Udit Kumar <u-kumar1@ti.com>
> ---
> .../recipes-core/packagegroups/ti-test.bb | 1 +
> .../recipes-kernel/mcrc64/files/mcrc64.c | 114 ++++++++++++++++++
> .../recipes-kernel/mcrc64/mcrc64.bb | 19 +++
> 3 files changed, 134 insertions(+)
> create mode 100644 meta-arago-test/recipes-kernel/mcrc64/files/mcrc64.c
> create mode 100644 meta-arago-test/recipes-kernel/mcrc64/mcrc64.bb
...
> diff --git a/meta-arago-test/recipes-kernel/mcrc64/mcrc64.bb b/meta-arago-test/recipes-kernel/mcrc64/mcrc64.bb
> new file mode 100644
> index 00000000..b0352585
> --- /dev/null
> +++ b/meta-arago-test/recipes-kernel/mcrc64/mcrc64.bb
> @@ -0,0 +1,19 @@
> +DESCRIPTION = "Application to test MCRC64 driver"
SUMMARY
> +
> +LICENSE = "BSD-3-Clause"
> +LIC_FILES_CHKSUM = "file://mcrc64.c;beginline=1;endline=33;md5=070547e79367134fcfdf7fdb5e3ef7e3"
> +
> +SRC_URI = "file://mcrc64.c"
> +
> +S = "${WORKDIR}/sources"
> +UNPACKDIR = "${S}"
> +
> +do_compile() {
> + ${CC} ${CFLAGS} ${LDFLAGS} ${UNPACKDIR}/mcrc64.c -o mcrc64
> +}
> +
> +
> +do_install() {
> + install -d ${D}${bindir}
> + install -m 0755 mcrc64 ${D}${bindir}
> +}
> --
> 2.48.1
next prev parent reply other threads:[~2025-01-31 15:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-30 10:00 [meta-arago][master][PATCH] ti-test: Add mcrc64 test application Aniket Limaye
2025-01-31 15:38 ` Denys Dmytriyenko [this message]
2025-02-03 6:45 ` Limaye, Aniket
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=20250131153813.GL21836@denix.org \
--to=denis@denix.org \
--cc=a-limaye@ti.com \
--cc=meta-arago@lists.yoctoproject.org \
--cc=reatmon@ti.com \
--cc=u-kumar1@ti.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.