Message ID | 20250714184201.1119178-2-a-christidis@ti.com |
---|---|
State | Superseded |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | Addition of off-screen render demo | expand |
On Mon Jul 14, 2025 at 1:42 PM CDT, a-christidis 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> > --- > > v3: > - Changed SRC_URI > > v2: > - Removed mesa-pvr as a dependency > > .../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..0cdfaf9a > --- /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" Both of these should point to https://github.com/TexasInstruments/graphics-tests as I've been requested to move all custom tests under that repository. > +SRCREV = "eac40e0073cb5f81688aee890e0a67f99678a290" > + > +LICENSE = "CC0-1.0" > +LIC_FILES_CHKSUM = "file://LICENSE;md5=65d3616852dbf7b1a6d4b53b00626032" > + > +S = "${WORKDIR}/git" > + > +DEPENDS += "virtual/egl virtual/libgles2" > + > +inherit pkgconfig meson
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..0cdfaf9a --- /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" + +inherit pkgconfig meson