Age | Commit message (Collapse) | Author | Files | Lines |
|
Dependency error potentially possessed by the Phone application became obvious
by fab778caff2041794814df54b51893965381aa66.
After that change, qtmultimedia was not installed in agl-demo-platform.
This problem has been reported by SPEC-1596, but has not been fixed so far.
This patch enables the phone application to work again.
BUG-AGL: SPEC-1596
Change-Id: I1ac4eda4e5e31c51a1ab97ba8e748b56265a8c30
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
|
|
Add runtime dependencies on the bluetooth and bluetooth-pbap service
bindings.
Bug-AGL: SPEC-1513
Change-Id: If9b3e4fb99935e37cc3255ccf57b627a3a0aa51b
Signed-off-by: Matt Porter <mporter@konsulko.com>
|
|
Add virtual/libhomescreen and qlibwindowmanager as DEPENDS in
the recipes of apps that have been updated to use the new HMI
framework.
Change-Id: Ic5bcceaa4273612d0eaa7d1762177b4a1077ddfb
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Moving ringtone logic out of the phone app's QML adds a direct
configure dependency on qtmultimedia due to an update in app.pro.
Add that dependency.
Bug-AGL: SPEC-1081
Change-Id: I8189c69850d7481fbf344ac0ecd88f487fc759c9
Signed-off-by: Matt Porter <mporter@konsulko.com>
|
|
The AGL phone app now depends on libqtappfw. Add the
dependency.
Bug-AGL: SPEC-1079
Change-Id: I9cd65638cceb371f08933ed5a81a5805f33a8e48
Signed-off-by: Matt Porter <mporter@konsulko.com>
|
|
This change simplifies the SRCREV handling by using
- AGL_APP_REVISION and AGL_DEFAULT_REVISION
in recipes.
Also the AGL_BRANCH can be used to switch to release branches.
Finally git checkouts should use https by default.
Bug-AGL: SPEC-864
Change-Id: I2fdacda8fa7373f309a47db72ad40106ade53434
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Homescreen is required for building tests in phone
therefore it has been added as a dependency to
avoid build errors such as:
Project ERROR: homescreen development package not found
AGL-Bug: SPEC-653
Change-Id: I644169526133418b86906c3c02438508034a3ee2
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|
Add recipes for the split out controls, dashboard, phone, and radio app
repositories, remove the related packaging of same from the CES2017-demo
recipe, and add the split out apps to IMAGE_AGL_APPS in the agl-demo-platform
image definition.
Bug-AGL: SPEC-400, SPEC-401, SPEC-402, SPEC-403, SPEC-404
Change-Id: Ic3c7d134c90dd3fe989cb1ef7a510b1c5bf1fee8
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|