From: Denys Dmytriyenko <denis@denix.org>
To: afd@ti.com
Cc: Denys Dmytriyenko <denys@konsulko.com>,
Ryan Eatmon <reatmon@ti.com>,
meta-arago@lists.yoctoproject.org
Subject: Re: [meta-arago][master/scarthgap][PATCH] meta-arago-extras: Add recipe for NNShark
Date: Tue, 11 Mar 2025 12:10:59 -0400 [thread overview]
Message-ID: <20250311161059.GA23729@denix.org> (raw)
In-Reply-To: <20250311143744.102671-1-afd@ti.com>
On Tue, Mar 11, 2025 at 09:37:44AM -0500, Andrew Davis via lists.yoctoproject.org wrote:
> Signed-off-by: Andrew Davis <afd@ti.com>
> ---
> .../recipes-multimedia/nnshark/nnshark_git.bb | 38 +++++++++++++++++++
> 1 file changed, 38 insertions(+)
> create mode 100644 meta-arago-extras/recipes-multimedia/nnshark/nnshark_git.bb
>
> diff --git a/meta-arago-extras/recipes-multimedia/nnshark/nnshark_git.bb b/meta-arago-extras/recipes-multimedia/nnshark/nnshark_git.bb
> new file mode 100644
> index 00000000..1a3d8ad5
> --- /dev/null
> +++ b/meta-arago-extras/recipes-multimedia/nnshark/nnshark_git.bb
> @@ -0,0 +1,38 @@
> +SUMMARY = "A GStreamer NNstreamer pipelines real-time profiling plugin"
> +HOMEPAGE = "https://github.com/nnstreamer/nnshark"
> +
> +LICENSE = "GPL-2.0-only & LGPL-2.1-only"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=e1caa368743492879002ad032445fa97 \
> + file://COPYING.LESSER;md5=66c40c88533cd228b5b85936709801c8"
> +
> +SRC_URI = "git://github.com/nnstreamer/nnshark.git;protocol=https;branch=master;name=nnshark \
> + git://github.com/GStreamer/common.git;protocol=https;branch=master;name=common;subdir=${S}/common \
> +"
> +
> +SRCREV_FORMAT="default"
> +SRCREV_nnshark="bcee91b23a98c981b87051fe1b2ad545991c4aa2"
> +SRCREV_common="b64f03f6090245624608beb5d2fff335e23a01c0"
You might want to fix these ^
https://lists.yoctoproject.org/g/meta-ti/message/18319
> +S = "${WORKDIR}/git"
> +
> +DEPENDS = "\
> + gtk-doc-native \
> + gstreamer1.0 \
> + gstreamer1.0-plugins-base \
> +"
> +
> +inherit pkgconfig autotools-brokensep
> +
> +EXTRA_OECONF = " \
> + --disable-graphviz \
> + --disable-gtk-doc \
> +"
> +
> +do_configure:prepend() {
> + sh autogen.sh --noconfigure
> +}
> +
> +FILES:${PN} += "\
> + ${libdir}/gstreamer-1.0/libgstsharktracers.so \
> + ${libdir}/gstreamer-1.0/libgstsharktracers.la \
> +"
> --
> 2.39.2
prev parent reply other threads:[~2025-03-11 16:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-11 14:37 [meta-arago][master/scarthgap][PATCH] meta-arago-extras: Add recipe for NNShark Andrew Davis
2025-03-11 15:58 ` Chirag Shilwant
2025-03-11 16:26 ` Denys Dmytriyenko
2025-03-11 17:32 ` Andrew Davis
2025-03-11 16:10 ` Denys Dmytriyenko [this message]
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=20250311161059.GA23729@denix.org \
--to=denis@denix.org \
--cc=afd@ti.com \
--cc=denys@konsulko.com \
--cc=meta-arago@lists.yoctoproject.org \
--cc=reatmon@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.