summaryrefslogtreecommitdiffstats
path: root/meta-arago-demos
AgeCommit message (Collapse)Author
2023-10-05meta-arago-demos: matrix-gui-v2-apps: pick platform specific openssl testsJayesh Choudhary
update matrix-gui-v2-apps recipe SRCREV to pick the openssl changes for platform specific test suites and include software performance test suites as well. Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-09-20meta-arago: layer.conf: add compatibility with nanbieldDenys Dmytriyenko
OE-Core is switching layer compatibility to nanbield for the upcoming release. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-07-21meta-arago-demos: matrix-gui-v2-apps: update to pick openssl_perf fixesPraneeth Bajjuri
update matrix-gui-v2-apps recipe SRCREV to pick * openssl_perf: update engine and remove des-cbc This includes OPENSSL 3.0.9 engine name change necessary for crypto demo to be functional This update also includes test suite removal of des-cbc as this algorithm is not supported. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-06-14matrix: remove setenv and expire lighttpd modulesDenys Dmytriyenko
New version of lighttpd no longer packages setenv and expire as separate modules, as those are now built-in[0], remove corresponding references. [0] https://www.lighttpd.net/2023/5/10/1.4.70/ Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-06-12big-data-ipc-demo: Remove M4 toolchain exportAndrew Davis
This is not needed and might have been a copy paste error. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-05-25meta-arago-demos: extract demo applications into own layerDenys Dmytriyenko
Over the years, meta-arago-extras has grown quite a bit and gained lots of dependencies. Besides hosting a set of independent components or modifying and customizing upstream components in support of TI platforms and SDKs, while potentially being useful for end products, many demonstration and evaluation applications were added to showcase specific features. Such demo applications are not used for end products, unnecessarily polluting layer dependencies and making re-use of meta-arago-extras very difficult. Let's move demos into own sub-layer and clean up dependencies for the extras sub-layer. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>