Age | Commit message (Collapse) | Author | Files | Lines |
|
Update DEPENDS for switch to using qtaglextras library.
Change-Id: Iefbde24c1d6c55a7cc541e2a810f19fe13049b3c
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Define QT_NO_DEBUG_OUTPUT when not building with agl-devel enabled
to quiet the debug logging on volume changes.
Change-Id: I4c4422ee0232530bba1e655887829a8ccc661a23
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
This introduces the changes:
* d32d36b Reworked the way qml create sliders
* f8da591 Fix indent using tab instead of spaces
* 1b8ad36 Handle the volume_changed event
* 09f1cb7 Fix json format changed since v3
* 1406acd Modify graphic role
* dc32441 Merge "delete application_name check in tap_shortcut event"
|\
| * f2d1e14 delete application_name check in tap_shortcut event
* 23736fb Migrate app-templates to CMake module
Change-Id: I4238178d06cf7657d8bdfabd5cad56e4fd8082ce
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
Change libhomescreen-2017 to libhomescreen.
Change-Id: Ia436650481637fc4b64329b2bc8ec296ac37c9d0
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
|
|
Bug-AGL: SPEC-1653
Change-Id: I56de64336f30fa70a3c20650e61b16f31135bfe6
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
4a-mixer has no dependency on pulseaudio.
Bug-AGL: SPEC-1234
Bug-AGL: SPEC-1601
Change-Id: Iaeb0450a00281c95c6c146fb330c219887559a30
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
* When you have RPROVIDES_${PN} += "virtual/something"
you should have PROVIDES += "virtual/something" too
It's ovoid yocto parsing ERROR.
(like remove pulseaudio from DISTRO FEATURE)
Bug-AGL: SPEC-1601
Change-Id: Ia242f8f62b795ca98e933a8241be36a68ae1f30c
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
The rule is to have apps/* repositories to use AGL_APP_REVISION
(tested in CI as apps builds in SDK) and to have src/* use pinned
revisions (tested in CI as image builds).
This commit fixes the recipes in 4a layer that were not following
the rule.
Bug-AGL: SPEC-1600
Change-Id: I81dd77a653a23adf45bdb0c6d969a3ad9ab849a9
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
The nogfx build variant fails with 4a enabled ( https://gerrit.automotivelinux.org/gerrit/#/c/15051/ )
This is documented in SPEC-1588.
To fix this we apply a conditional inclusion in meta-audio-4a-framework to only pull-in the mixer if
we are including meta-agl-demo. Can be more fine-grained (profile-graphical-qt5 maybe) later.
Bug-AGL: SPEC-1588
Fast inclusion requested as it is a blocker for RC2 due to enabling 4a in CI.
Change-Id: I59b82748ba8e1736358318373d29f8f9fed2a5c5
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|