Age | Commit message (Collapse) | Author | Files | Lines |
|
* When you have RPROVIDES_${PN} += "virtual/something"
you should have PROVIDES += "virtual/something" too
It's avoid yocto parsing ERROR.
(like remove pulseaudio from DISTRO FEATURE)
Bug-AGL: SPEC-1601
Change-Id: I50fa95a5dd61e3ca6d32bc68d5e792fd10aa11fe
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
In packagegroup-agl-demo-platform, the package RDEPENDS
on virtual/mixer so mixer should RPROVIDE virtual/mixer
Also adjust revision according to master branch.
Change-Id: I0633687bd684302a3dc2360c3318de19d11c400f
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
Bug-AGL: SPEC-1520
Change-Id: I7e382d0b31dcdabb98a95d90bacf89f2ec03abe9
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
This patch does 2 things:
* pin version eel_5.0.3 when 4A is not enabled
* use AGL_APP_REVISION when 4A is enabled
In the second case, this will pop the following changes
in mixer:
* 62bb1f0 WIP version based on 4a High Level API
* 2aabd6a Add some ignore in .gitignore
* d192c51 Make use of afb-helpers submodule
* e1fe0c6 Add special permission to the mixer
* 21994ea Remove nasty hack to handle HALs
* f35abba make of use of app templates to import right HALs depending on compilation options
* 6bf2ccb make use of alsacore and hal bindings to control audio volume
Change-Id: I5408100aacacb14fe581cf89535bf9b66de0189f
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
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>
|
|
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>
|
|
Revert "Add a bbappend with pinnning for all packages with AUTOREV"
This reverts commit 87ec15b961e9502b7741d51503d5c77563b1c45a.
Change-Id: I35c74ad137217a9e8833baab8de9964de63ac61c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
This pins all packages using AUTOREV to DISTRO_BRANCH_VERSION_TAG
Change-Id: Id8aa34a9115cd6659ce1c154d78197229d3c036f
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
This change converts the application recipes for
hvac, mediaplayer, mixer, settings
to use the aglwgt bbclass.
This simplifies the application workflow and ensures
interoperability with the SDK.
Change-Id: Icaa8ba3f931844be6063c18957c07aa598591f06
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
The mixer app provides a direct interface to PulseAudio mixer
elements for AGL demonstration and development purposes.
The resulting app widget must first be installed via
the application framework. To install, enter the
following on the target console:
# cd /usr/AGL/apps
# afm-util install mixer.wgt
Change-Id: I8fa976f7055909b196a1892e7cf59b0e0ad0dd8e
Signed-off-by: Matt Porter <mporter@konsulko.com>
|