summaryrefslogtreecommitdiffstats
path: root/recipes-test/pyagl/pyagl_git.bb
AgeCommit message (Collapse)AuthorFilesLines
2021-08-20Convert to new override syntaxScott Murray1-2/+2
This is the result of running a slightly customized version of the convert-overrides.py script from poky with additional overrides added. The intent of these changes is to minimize the effort to keep the "next" branch that builds against poky master up to date and tested in preparation for the switch to the next Yocto LTS release in early 2022. Bug-AGL: SPEC-4052 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I6eeadd2c985c008b04f8f9815bf0f6fb064bedac
2021-05-05Update pyagl SRCREV to add audiomixer updateJan-Simon Möller1-1/+1
This adds: Update audiomixer binding default control Bug-AGL: SPEC-3907 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I2deb21b40e279634818b3241230d28971b53ddc2
2021-01-13pyagl: update SRCREVJan-Simon Möller1-1/+1
Update SRCREV in pyagl recipe to pick up: 5a7414c Support specifying CAN interface for tests Bug-AGL: SPEC-3756 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: Ib4ad93474fa07d9dbe6cba59bcd5d99eda7fd374
2021-01-12pyagl: update SRCREVScott Murray1-1/+1
Update SRCREV in pyagl recipe to pick up: 003ccc0 Mark CAN J1939 tests as xfail for now Bug-AGL: SPEC-3765 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I71903b781ebe43e3c2a55c87b745de33d817d4e6
2020-12-17SPEC-3723: restructure meta-agl-demoJan-Simon Moeller1-0/+33
All demo related components should be in here now. We keep the packagegroups on purpose for now to stay backward-compatible. v2: layer does pass yocto-check-layer, dependencies adapted v3: remove the dynamic-layer setup, use all-in-one approach v4: Fixed comments from Paul Barker. Tnx! v5: Removed wayland/weston/agl-compositor additions, except for demo specific weston-init bbappend Follow-up changes required later: - massaging packagegroups - scrub of recipes Bug-AGL: SPEC-3723 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I47cefd8c23d46b2cdd063470e3f7d97d5ad952d8