From: Andrew Davis <afd@ti.com>
To: <a-christidis@ti.com>, <rs@ti.com>, <reatmon@ti.com>,
<meta-arago@lists.yoctoproject.org>
Subject: Re: [meta-arago][master/scarthgap][1/2] meta-arago-test: recipes-graphics: Add lightweight off-screen demo
Date: Fri, 11 Jul 2025 10:31:30 -0500 [thread overview]
Message-ID: <6e514a86-4f33-4463-bfad-ef999540a90c@ti.com> (raw)
In-Reply-To: <20250711142611.3567574-2-a-christidis@ti.com>
On 7/11/25 9:26 AM, Antonios Christidis via lists.yoctoproject.org wrote:
> From: Antonios Christidis <a-christidis@ti.com>
>
> Add recipe for lightweight off-screen rendering demo.
>
> Signed-off-by: Antonios Christidis <a-christidis@ti.com>
> ---
> .../offscreen-demo/offscreendemo_0.0.1.bb | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
> create mode 100644 meta-arago-test/recipes-graphics/offscreen-demo/offscreendemo_0.0.1.bb
>
> diff --git a/meta-arago-test/recipes-graphics/offscreen-demo/offscreendemo_0.0.1.bb b/meta-arago-test/recipes-graphics/offscreen-demo/offscreendemo_0.0.1.bb
> new file mode 100644
> index 00000000..f0b6a1fd
> --- /dev/null
> +++ b/meta-arago-test/recipes-graphics/offscreen-demo/offscreendemo_0.0.1.bb
> @@ -0,0 +1,16 @@
> +SUMMARY = "Lightweight Render Example"
> +DESCRIPTION = "Lightweight Render Example. Heavily inspired by Eduardo Lima's gpu-playground, this attempts to act as the smallest demo of offscreen rendering."
> +
> +HOMEPAGE = "https://github.com/StaticRocket/lightweight-offscreen"
> +
> +SRC_URI = "git://github.com/StaticRocket/lightweight-offscreen.git;protocol=https;branch=master"
> +SRCREV = "eac40e0073cb5f81688aee890e0a67f99678a290"
> +
> +LICENSE = "CC0-1.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=65d3616852dbf7b1a6d4b53b00626032"
> +
> +S = "${WORKDIR}/git"
> +
> +DEPENDS += "virtual/egl virtual/libgles2 mesa-pvr"
You shouldn't depend directly on "mesa-pvr", that is just one provider
of virtual/libgles2, which you already have as a dependency.
Andrew
> +
> +inherit pkgconfig meson
next prev parent reply other threads:[~2025-07-11 15:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-11 14:26 [meta-arago][master/scarthgap][0/2] Addition of off-screen render demo a-christidis
2025-07-11 14:26 ` [meta-arago][master/scarthgap][1/2] meta-arago-test: recipes-graphics: Add lightweight off-screen demo a-christidis
2025-07-11 15:31 ` Andrew Davis [this message]
2025-07-11 15:32 ` Denys Dmytriyenko
2025-07-11 14:26 ` [meta-arago][master/scarthgap][2/2] meta-arago-test: packagegroups: Add off-screen demo to ti-test packagegroup a-christidis
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=6e514a86-4f33-4463-bfad-ef999540a90c@ti.com \
--to=afd@ti.com \
--cc=a-christidis@ti.com \
--cc=meta-arago@lists.yoctoproject.org \
--cc=reatmon@ti.com \
--cc=rs@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.