From: Denys Dmytriyenko <denys@ti.com>
To: David Huang <d-huang@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [thud][PATCH v2] videnc-test-app: Add the videnc-test-app recipe
Date: Fri, 13 Sep 2019 16:59:28 -0400 [thread overview]
Message-ID: <20190913205928.GA13929@beryl> (raw)
In-Reply-To: <1568408292-13189-1-git-send-email-d-huang@ti.com>
On Fri, Sep 13, 2019 at 03:58:12PM -0500, David Huang wrote:
> The videnc-test-app provides the video encoder test app
> (tienc_encode) for j7-evm.
>
> Signed-off-by: David Huang <d-huang@ti.com>
> ---
v2 changes here?
> .../ti-img-encode-decode/videnc-test-app_1.0.0.bb | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
> create mode 100644 recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb
>
> diff --git a/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb b/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb
> new file mode 100644
> index 000000000000..1725da7eb6d9
> --- /dev/null
> +++ b/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb
> @@ -0,0 +1,18 @@
> +SUMMARY = "Test applications for TI DEC (v4l2 decoder for IMG D5520)"
Encoder instead of decoder?
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://main.c;beginline=1;endline=14;md5=3545dd5bdf513840937d38c10b866605"
> +
> +DEPENDS = "libdrm"
> +
> +inherit autotools pkgconfig
> +
> +PR = "r0"
> +SRCREV = "a5e7d820bea1be24f25a8369d4d4521c784f869a"
> +
> +EXTRA_OEMAKE = "CC="${CC}""
> +TARGET_CC_ARCH += "${LDFLAGS}"
> +
> +BRANCH = "master"
> +SRC_URI = "git://git.ti.com/jacinto7_multimedia/videnc-test-app.git;protocol=git;branch=${BRANCH}"
> +
> +S = "${WORKDIR}/git"
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
prev parent reply other threads:[~2019-09-13 20:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-13 20:58 [thud][PATCH v2] videnc-test-app: Add the videnc-test-app recipe David Huang
2019-09-13 20:59 ` 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=20190913205928.GA13929@beryl \
--to=denys@ti.com \
--cc=d-huang@ti.com \
--cc=meta-ti@yoctoproject.org \
/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.