George Kiagiadakis [Fri, 12 Jul 2019 16:48:04 +0000 (19:48 +0300)]
wireplumber: add basic policy support based on role priorities
* Every client now has a priority based on its role
* For playback, we allow only a single client to play at a time
* For capture, we allow all clients to capture simultaneously
* Every time the "selected" device changes (either because devices
are discovered/removed or because the user changed the selection),
the clients are re-linked to the new "selected" device.
* When a playback client quits and there are others waiting unlinked,
the highest priority one is linked automatically.
* This also properly fixes re-linking the correct client(s) to the
correct device(s) when wireplumber exits and restarts.
George Kiagiadakis (7):
m-client-permissions: ref-count the client data and re-work code for safety
policy: take into account the role of the client when linking it
Merge branch 'doc-fix' into 'master'
Merge branch 'delay-unhandled-clients' into 'master'
config: allow nested blocks, in case a property has a dictionary value
policy: implement a basic policy based on role priorities
simple-policy: remove the idle callback when the object finalizes
Julian Bouzas (3):
Fix doc warnings
audio-client-module: added new module to load clients after softdsp endpoints are created
simple-policy: delay unhandled enpoints if target is not found
Bug-AGL: SPEC-2473
Change-Id: Ia37f236a8cac8b5f1f0d5e7409c50d4e7cb8a2da
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
George Kiagiadakis [Thu, 11 Jul 2019 14:32:30 +0000 (17:32 +0300)]
pipewire: add and enable native gstreamer audio source & sink elements for pipewire
Bug-AGL: SPEC-2634
Change-Id: I10301e0c244fad60b31a4dfa6dc0dc61512a4867
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
George Kiagiadakis [Wed, 10 Jul 2019 15:41:27 +0000 (18:41 +0300)]
wireplumber: update to latest version
George Kiagiadakis (18):
Merge branch 'unregister-fix' into 'master'
config: skip empty lines and comments (starting with #)
config: implement reading properties for modules from the config file
config: allow module property blocks to span multiple lines
config: ensure that both ABI and MODULE are specified before the properties
simple-policy: allow configuring the default audio devices via module arguments
config: enhance the configuration file with comments
Merge branch 'async-endpoint-links' into 'master'
Merge branch 'link-fix' into 'master'
softdsp-endpoint: actually register the streams
softdsp-endpoint: dont't add the stream-id field on the description of the master controls
softdsp-endpoint: move the selected control in the endpoint and simplify the id encoding
alsa-udev/softdsp-endpoint: make the stream names & count configurable
softdsp-endpoint/dsp: actually notify controls on the endpoint, not the dsp object
simple-policy: match the requested role to a stream in find_endpoint
mixer: implement listing controls of multiple streams
Merge branch 'multistream-softdsp-ep'
Merge branch 'stop-client' into 'master'
Julian Bouzas (21):
core: handle global references in a simpler way
endpoint: remove unneeded ref/unref
modules: unregister endpoints on global_removed instead of proxy destroyed
modules: disconnect the signals when the endpoints are destroyed
proxy: remove unneeded destroy signal
endpoint-link: make contruction async
factory: remove unneeded sync construction API
simple-endpoint: handle both input and output directions
simple-policy: handle both input and output clients
simple-endpoint-link: dont link already linked ports
softdsp-endpoint: add multiple streams support
softdsp-endpoint: change the control value properly
dsp: add support for convert mode
module-pipewire: always include the node Id in the endpoint name
proxy-link: add new API
endpoint: allow derived classes of endpoint-link to finish async construction
simple-endpoint-link: store the created links in a list
endpoint: destroy the link before removing them from the lists
endpoint: add wp_endpoint_unlink API
simple-policy: unlink the target endpoint if it is already linked
proxy: allow derived classes to finish its creation
Bug-AGL: SPEC-2473
Bug-AGL: SPEC-2572
Change-Id: I1f9ca82ef907ce7f04c977692b3707fe3ef283d2
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
George Kiagiadakis [Wed, 10 Jul 2019 15:07:13 +0000 (18:07 +0300)]
pipewire: update patches
0004 adds a useful cli utility
0006 aids debugging
0007 fixes audio in qemu (SPEC-2570)
0008 & 0009 add functionality necessary for implementing multiple
streams per device
The rest is the same as before
Bug-AGL: SPEC-2570
Change-Id: If6736f0fc87491edce6981c0be44094239ddaa89
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
Jacobo Aragunde Pérez [Wed, 10 Jul 2019 21:11:24 +0000 (23:11 +0200)]
chromium: fix launcher for halibut
Bumps revision and points to newly created halibut branch.
Included changes:
*
7dabb46 Do not set the user-data-dir.
*
f0821a3 Add the new display permission to config.xml.in.
AGL-Bug: SPEC-2612
Change-Id: Ie0bdc7dfc840523e262f34b53c2a6945743345dd
Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
Antia Puentes [Thu, 4 Jul 2019 11:32:19 +0000 (13:32 +0200)]
chromium68: do not set mksnapshot path env vars
Bug-AGL: SPEC-2602
Change-Id: I7b8756d8be3384ccaff18ecbaf11bb163e2a3c3e
Signed-off-by: Antia Puentes <apuentes@igalia.com>
Jacobo Aragunde Pérez [Sat, 29 Jun 2019 11:49:30 +0000 (13:49 +0200)]
chromium68: fix aarch64 link issue
Backport upstream patch:
https://chromium-review.googlesource.com/c/chromium/third_party/ffmpeg/+/
1390286
Fix this error when linking libcbe.so:
obj/third_party/ffmpeg/ffmpeg_internal/
autorename_libavcodec_aarch64_h264idct_neon.o:
relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol
`ff_h264_idct8_add_neon' which may bind externally can not be used
when making a shared object; recompile with -fPIC
Also remove the mksnapshot path override for aarch64, it is not
necessary now we run mksnapshot with qemu. This fixes the install
step.
Bug-AGL: SPEC-2506
Change-Id: Idb90c8c20910ec48ed01f1b02528f14781edc4a3
Signed-off-by: Nick Yamane <nickdiego@igalia.com>
Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
George Kiagiadakis [Wed, 26 Jun 2019 15:01:30 +0000 (18:01 +0300)]
pipewire: install environment variable files
DISABLE_RTKIT saves us from nasty error messages about not being able
to connect to dbus. This doesn't make sense anyway, real-time mode
should not be enabled on embedded.
PIPEWIRE_DEBUG/G_MESSAGES_DEBUG are put there in comments so that
people can easily uncomment to figure out what is wrong with their
pipewire setup.
Bug-AGL: SPEC-2473
Change-Id: Id07d3d21f472885434158c300a227d53020c2189
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
George Kiagiadakis [Wed, 26 Jun 2019 13:21:26 +0000 (16:21 +0300)]
meta-pipewire: add patch to security-manager for pipewire
This grants permission to all applications to be able to communicate
with pipewire. This is a temporary measure that we need to rethink
in the future.
This commit also changes the priority of the meta-pipewire layer
because the security-manager patch needs to be applied after the
patch to the same file from meta-app-framework, which has priority 70.
Bug-AGL: SPEC-2554
Change-Id: I9df47ea1a40e1fa97900bb5dbc21bc11765eb7ab
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
George Kiagiadakis [Wed, 26 Jun 2019 12:00:32 +0000 (15:00 +0300)]
wireplumber: uprev
* adds support for managing client permissions (required for SPEC-2554)
* properly defaults to the first non-loopback device available on the system
* add support for linking all the stream channels instead of just one
George Kiagiadakis (7):
Merge branch 'registry' into 'master'
remote-pipewire: emit global-added for all proxy types
modules: add new module to manage client permissions
Merge branch 'async-endpoints' into 'master'
softdsp-endpoint: give a proper name to the endpoint based on alsa properties
simple-policy: select by default the first non-loopback device
softdsp-endpoint: fix compiler warnings
Julian Bouzas (8):
proxy: add wp_proxy_sync API and DONE signal
proxy: don't remove the listener on destruction as it is not needed
remote-pipewire: add registry listener
modules: use the registry from WpRemotePipewire
factory: add async support
endpoint: add async initable interface boilerplate
modules: make endpoint creation async
modules: add support for multiple channels linking
Bug-AGL: SPEC-2554
Change-Id: Ie1f42e096834c2cfbd2bade714e0546066f8fb7c
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
George Kiagiadakis [Wed, 26 Jun 2019 11:48:29 +0000 (14:48 +0300)]
pipewire: run with the System::Pipewire smack label
Pipewire shares memory with its clients using open file
descriptors (memfd or shared memory file) which are created within
pipewire and therefore they have the same smack label as the
pipewire process. Clients must be able to read and write to this
memory, therefore they need rw acess to that smack label.
Since all AGL apps have only write access to the System label,
we need to use a different smack label which can be granted rw
access from the applications that need to use audio.
"System::Pipewire" is chosen here to follow the "System::Sub"
pattern that is described in the documentation.
Bug-AGL: SPEC-2554
Change-Id: I81cbf82adfde3ef4f67872bd91293370339b18d7
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
Jacobo Aragunde Pérez [Wed, 26 Jun 2019 12:05:47 +0000 (14:05 +0200)]
wam: revision bump, fix linker issues
Included changes:
*
574c65b [agl] Explictly link WAM binary with WAMCore lib
*
9244327 [agl] Explicitly link WAM binary with ilmCommon library
Bug-AGL: SPEC-2532
Change-Id: I8ea9ed51d404b902d954f3e90a05daced7119361
Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
Jacobo Aragunde Pérez [Mon, 17 Jun 2019 08:43:41 +0000 (10:43 +0200)]
wam: Remove any Qt dependencies and port to CMake
Recipe changed to use CMake instead of QMake.
After Qt usage removal from WAM implementation, boost is now
used for some functionalities previously provided by Qt (e.g:
File system). Additionally, add glib-2.0 missing dependency.
Finally, bump to latest WAM. Included changes:
3e9ce0d [agl][qtless] Port to CMake
971df2a [agl][qtless] Use unordered_map instead of std::map
aaa56e3 [agl][qtless] Get rid of Qt usage in webos/DeviceInfoImpl
20a1ec2 [agl][qtless] Remove Qt dependency from qmake files
2615c15 [agl][qtless] Use const char arrays instead of macros for WindowTypes
42770ee [agl][qtless] Trim timestamp string in NetworkStatus
0c7d257 [agl][qtless] Replace QLocale by Boost.Locale
45108f9 [agl][qtless] Remove QVariant leftovers
00f7a1f [agl][qtless] Add Url parsing code
9f74ec6 [agl][qtless] QString-less WAM: Remove leftovers
a5ebdc5 [agl][qtless] Migrate PalmSystem away from QString
41ecf4c [agl][qtless] Do not use QString in WebAppManagerConfig
815191c [agl][qtless] Do not use QString in NetworkStatus
47bd88b [agl][qtless] Do not use QString in WebPage
ba7ece0 [agl][qtless] Migrate WebAppWayland away from QVariant
903e2fa [agl][qtless] QString-less WebApp: Remove leftovers
502b9f6 [agl][qtless] QString-less WebApp/WebPage: appId
20f57de [agl][qtless] QString-less WebAppManager: SystemLanguage and DeviceInfo
e055f56 [agl][qtless] Do not use QString WebAppManager in JS strings building
8949895 [agl][qtless] Migrate WebAppManager away from QString
75aaf56 [agl][qtless] Get rid of QString usage in WebProcessManager
700e456 [agl][qtless] Migrate ApplicationDescription away from QString
ba798eb [agl][qtless] Replace Qt data container types by their STL counterpars
159cef4 [agl][qtless] Fix error handling when converting strings to numbers
9c875f1 [agl][qtless] Add StringUtils initial implementation
Bug-AGL: SPEC-1871
Change-Id: I7e7725e6a5e9790fd4660f104e4142084f100b62
Signed-off-by: Nick Diego Yamane <nickdiego@igalia.com>
Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
(cherry picked from commit
fcfbd7497c73413bd35d1a641686f2c095626daa)
George Kiagiadakis [Mon, 24 Jun 2019 10:53:43 +0000 (13:53 +0300)]
agl-service-audiomixer: switch to gerrit
Bug-AGL: SPEC-2544
Change-Id: Ic9e2861518614425c394ab6b1dd050b221c0dc5a
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
George Kiagiadakis [Mon, 24 Jun 2019 09:23:00 +0000 (12:23 +0300)]
pipewire: build with -mno-unaligned-access on arm
Bug-AGL: SPEC-2393
Change-Id: I2e4feef547642c2b3d34403f7a1a45999cd4db11
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
George Kiagiadakis [Mon, 24 Jun 2019 08:16:29 +0000 (11:16 +0300)]
wireplumber: uprev to fix a few leaks and warnings
George Kiagiadakis (9):
softdsp-endpoint: workaround pipewire bug
Merge branch 'proxy-global-id' into 'master'
core: destroy globals in _dispose() so that the global-removed signal is dispatched
m-mixer: downgrade warnings about no backend to debug messages
m-simple-policy: find_endpoint: ref the endpoint only if it's not NULL
modules: do not leak references to the endpoints at their construction time
meson: add option to disable gobject introspection
proxy: avoid crashing when the WpProxy is unrefed in the "destroyed" signal handler
remote-pipewire: do not leak the GSource
Julian Bouzas (2):
proxy: add global_id property
audio-softdsp-endpoint: set module instead of core in the module data
Change-Id: I1e08ad7245f09110d599163775ecb382298b111b
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
George Kiagiadakis [Fri, 21 Jun 2019 17:02:53 +0000 (20:02 +0300)]
pipewire: switch system-wide template systemd service & socket files
This allows granting pipewire additional permissions, most notably
the permission to access the alsa devices (SupplementaryGroups=audio)
and therefore fixes pipewire for the "running as non-root" setup
Bug-AGL: SPEC-2554
Change-Id: Ie9192a7f42f4929f70114ddc39a23d94f9ba84fc
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
Scott Murray [Thu, 20 Jun 2019 16:14:36 +0000 (12:14 -0400)]
pipewire: Enable Bluetooth support
Add DISTRO_FEATURES based enabling of bluez5 support to pipewire recipe
so the Bluetooth plugin is enabled for experimentation.
Bug-AGL: SPEC-2473
Change-Id: Ic63df580c4005e924a2172d2d513dbdca94457f4
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Jacobo Aragunde Pérez [Mon, 17 Jun 2019 11:12:00 +0000 (13:12 +0200)]
chromium68: custom toolchain, target v8 snapshot
Modify the chromium68 recipe to make it more like the one available in
meta-browser: https://github.com/OSSystems/meta-browser
Instead of passing Yocto's build flags to the cros (=ChromeOS)
toolchain, generate a toolchain definition file specifically for this
build.
For the generation of the V8 memory snapshot, build the required files
for the target architecture, then use qemu-native to run them.
Upstream chromium addresses this problem by downloading a specific
native toolchain for every target platform, which we cannot do in this
context.
The toolchain changes trigger an issue with ARMv7 builds; backported
one patch to address that specific issue.
This changes also triggered a problem with 32 bit targets, the
generated binaries were too big. Forced the DEBUG_ARGS to use -g1 (or
-g0 otherwise).
Bug-AGL: SPEC-2514
Change-Id: Ib18431b628415c58a3c29595bfff10057e355a4b
Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
George Kiagiadakis [Tue, 18 Jun 2019 17:02:38 +0000 (20:02 +0300)]
pipewire: uprev wireplumber
George Kiagiadakis (19):
lib: add new WpPolicy class and basic policy management functionality
modules: re-implement the simple policy module using WpPolicy
m-pipewire: temporarily add the sync_core_with_cb hack
WpPolicy: add a way of signaling policy changes
Merge branch 'proxy-api' into 'master'
lib: add a new WpRemote base class and move the pw_remote glue into a new WpRemotePipewire
Merge branch 'use-proxy-api' into 'master'
endpoint: maintain a weak ref to the core since construction time
modules: fix some ref counting and memory {de-,}allocation issues
proxy: maintain a weak ref to the core
lib: add some debug statements to debug the destruction sequence
Merge branch 'refcount-fix' into 'master'
Merge branch 'unregister-endpoint' into 'master'
policy: consume floating reference of GVariant in _find_endpoint()
endpoint: add some useful API for querying info about streams & controls
core: remove_global: remove object from the list before triggering the notification
remote-endpoint: disconnect the control-value change callback when the proxy is destroyed
modules: move the "selected" endpoint logic to the simple-policy module and improve it
module-mixer: implement the "Mixer/Audio" endpoint provider
Julian Bouzas (9):
proxy: add API
modules: use the new proxy API
audio-softdsp-endpoint: fix proxy port property description
alsa-udev: fix minor bug
module-pipewire and simple-endpoint: use the new Proxy API
modules: fix proxy ref-count
proxy: add destroyed signal
modules: unregister the endpoints when their proxy is destroyed
proxy: remove unneeded core reference
Bug-AGL: SPEC-2518
Change-Id: Ia4c68ea5aa173add542a96b76f34bce68dcf103d
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
Scott Murray [Wed, 12 Jun 2019 23:45:22 +0000 (19:45 -0400)]
pipewire: Add user session socket activation
Add a bbappend to the pipewire recipe to create the required symlink
in /etc/systemd/user/sockets.target.wants to enable per-user socket
activation. A bbappend is used as this change is likely to be AGL
specific (for now?).
Bug-AGL: SPEC-2521
Change-Id: I4b349ab8151eabfb933f2dcfcf9d293fcb3ea321
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
George Kiagiadakis [Tue, 11 Jun 2019 12:29:37 +0000 (15:29 +0300)]
pipewire: uprev wireplumber
George Kiagiadakis (16):
remote-endpoint: fix de-serialization of control id (Int instead of Id)
remote-endpoint: print error string in set_param implementation
m-pipewire/simple-endpoint: implement volume & mute controls
daemon: quit when the pipewire remote disconnects or signals an error
Merge branch 'endpoint-linking' into 'master'
Cleanup trailing whitespaces
softdsp-endpoint: restructure some code, fix some coding style issues
softdsp-endpoint: improve destruction sequence
softdsp-endpoint: copy format using standard struct assignment
softdsp-endpoint: destroy the DSP->node link when the DSP becomes idle
softdsp-endpoint: add master volume & mute controls
softdsp-endpoint: add the "selected" control
endpoint: ref the endpoint while unregistering
remote-endpoint: do not require a stream id on controls
softdsp-endpoint: automatically deselect other endpoints when one is selected
simple-policy: link client to the "selected" endpoint
Julian Bouzas (3):
endpoint: set core to null after unregistering endpoint and not before
modules: add softdsp-endpoit and endpoint linking implementations
simple-policy: add new module
Bug-AGL: SPEC-2473
Change-Id: Idace93865cf62016fac5b7ad9b45a888153e0d97
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
Jan-Simon Möller [Tue, 11 Jun 2019 23:12:45 +0000 (01:12 +0200)]
Fix the LIC_FILES_CHKSUM of the pipewire-conf-agl package
We were missing the
LIC_FILES_CHKSUM = "file:///${COMMON_LICENSE_DIR}/MIT;md5=
0835ade698e0bcf8506ecda2f7b4f302"
Bug-AGL: SPEC-2473
Change-Id: Ic7751ceb08fef1f19426e66c850740abf653fef7
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Jan-Simon Möller [Tue, 11 Jun 2019 22:57:17 +0000 (00:57 +0200)]
Fix PREFERRED_RPROVIDER for pipewire-config
Fix a typo.
Bug-AGL: SPEC-2473
Change-Id: I37d4698d9e750833fc94491f2c5c5225d7d9adbc
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Harunobu Kurokawa [Mon, 10 Jun 2019 11:09:26 +0000 (20:09 +0900)]
weston: change wl_output of virtual display.
Bug-AGL : SPEC-2420
Currently, if remoting is enabled, the remote output
location is (0, 0) and the real DRM output is located
to the right of the remote output because the remote
output is registered before the real DRM output.
This patch is swapping both outputs as a short term
hack[1].
Now, this issue is being discussed about output layout
configuration in wayland community[2]
[reference]
[1] https://gitlab.freedesktop.org/wayland/weston/issues/246
[2] https://gitlab.freedesktop.org/wayland/weston/issues/165
Change-Id: Ia1265b6c2767f32754a2fd6507d1b6ebcb773464
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Harunobu Kurokawa [Mon, 10 Jun 2019 07:23:24 +0000 (16:23 +0900)]
gst-record: switch to remote plugin from old style gst-record
weston 6.0.0 has already merged remoting plugin feature.
This commit enable to add remoting plugin library.
To activate remoting output and transfer it, user should add
"remote-output" configuration in weston.ini.
Bug-AGL : SPEC-2420
Change-Id: Ieeb3760ece5c6a1d19f9a08ee7f0ed973cc433ec
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
build.automotivelinux.org [Tue, 11 Jun 2019 13:41:33 +0000 (15:41 +0200)]
Use the AGL-specific package of the pipewire config file
We have our own configuration of the pipewire.conf file that we ship in a
dedicated package.
Change-Id: Ifb79ceaf19970d81eb526309eeed3e3a7c420da4
Bug-AGL: SPEC-2473
Signed-off-by: build.automotivelinux.org <jenkins@automotivelinux.org>
George Kiagiadakis [Mon, 10 Jun 2019 11:38:22 +0000 (14:38 +0300)]
meta-pipewire: add agl-service-audiomixer
Bug-AGL: SPEC-2473
Change-Id: I406e11a59223f1ded486eb9235604e1e35af84e1
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
Jan-Simon Möller [Sun, 9 Jun 2019 21:11:58 +0000 (23:11 +0200)]
Supporting commits for the switch to pipewire
We move all components around meta-audio-soundmanager-framework to that layer (still kept on request).
We deprecate the meta-audio-4a-framework layer for Happy Halibut.
Bug-AGL: SPEC-2473
Change-Id: I2a7c9d815801a3f8ea80943165ea6fd1422533ea
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Jan-Simon Möller [Fri, 7 Jun 2019 11:35:14 +0000 (13:35 +0200)]
pipewire recipe plumbing
This does enhance the recipes for pipewire and wireplumber in 2 ways:
a) we add a separate package for the configuration and make it replaceable
w/o recompiling pipewire or wireplumber itself
b) this in turn makes the recipes not AGL specific and upstreamable as-is.
v2: enhanced config recipes
v3 & v4: fix typo
Bug-AGL: SPEC-2473
Change-Id: I1f6f32d7cc64d9424706ca6bc87550f5e2c6d359
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Jan-Simon Möller [Wed, 5 Jun 2019 14:07:47 +0000 (16:07 +0200)]
Changes to support the repo clone rework
To be merged together with:
https://gerrit.automotivelinux.org/gerrit/#/c/AGL/AGL-repo/+/21389/
Change-Id: I4979b699bd7441bf527f48c4316382ad05eca1ab
Bug-AGL: SPEC-2450
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Scott Rifenbark [Thu, 30 May 2019 22:09:43 +0000 (15:09 -0700)]
AGL Layers: Updated "meta-agl-devel" (master)
I fixed the formatting on a note to match how it should be.
Change-Id: Iae939ce8e111bbd13952165a55681d8bf968e8be
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Jan-Simon Möller [Thu, 23 May 2019 12:26:10 +0000 (14:26 +0200)]
Cleanup of meta-agl-devel for HH
Part of the layer cleanup.
Bug-AGL: SPEC-2450
Change-Id: I3316e816c630ee47a5643f3efef72b01e67090a5
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
George Kiagiadakis [Wed, 29 May 2019 09:49:22 +0000 (12:49 +0300)]
meta-pipewire: add pipewire packagegroup
Bug-AGL: SPEC-2473
Change-Id: Ib03d2592a9b20a84643ebaf8a1b3b6a37fc33bf8
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
George Kiagiadakis [Wed, 29 May 2019 09:03:40 +0000 (12:03 +0300)]
meta-pipewire: initial wireplumber recipe
Bug-AGL: SPEC-2473
Change-Id: I309ff8cb335a78965dde122e8ff78142d2af6fdd
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
George Kiagiadakis [Tue, 28 May 2019 12:34:45 +0000 (15:34 +0300)]
meta-pipewire: initial pipewire recipe
Bug-AGL: SPEC-2473
Change-Id: Ide95be79adb69437564e94071d0315ae5cfd9ae2
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
George Kiagiadakis [Tue, 28 May 2019 12:30:35 +0000 (15:30 +0300)]
meta-pipewire: initial yocto layer for pipewire
Bug-AGL: SPEC-2473
Change-Id: I1027dbfa7bfeba2bfa67f6247a819d9e04f3700c
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
Jonathan Aillet [Fri, 19 Apr 2019 16:49:07 +0000 (18:49 +0200)]
4a-hal-generic: bump to latest revision
Included change:
*
0c4921b Updates for latest alsacore changes
BUG-AGL: SPEC-2434
Change-Id: I7748492ee841d2bf8da0bed13f3e39666702e04e
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Jonathan Aillet [Fri, 19 Apr 2019 16:47:36 +0000 (18:47 +0200)]
4a-alsa-core: bump to latest revision
Also add a new dependency to 'libafb-helpers' from
the included changes.
Included changes:
*
9b71be0 Improve tests for 4a-alsa-core
*
b8af262 Rework ALSA card get info function
*
4eb02cc Rework ALSA control set/get function
*
b04cb5e Improve prints when setting values of control
*
056aa12 Send back cardid only if request is valid
*
0219aa9 Improve ALSA control creation
*
980a8f0 Fix dbScale generation when adding custom control
BUG-AGL: SPEC-2435
Change-Id: I4e9a7f91be98ad157899ed864ae47f2c383514dd
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Jan-Simon Möller [Tue, 21 May 2019 15:52:02 +0000 (17:52 +0200)]
Also add the packages to the crosssdk image
The wam packagegroup should also be added to the crosssdk image.
Explicitely do that here as well.
Change-Id: If4d3b93dc6c1d258265fbafd53e91fbfe16ac475
Bug-AGL: SPEC-2407
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Jan-Simon Möller [Mon, 20 May 2019 12:20:28 +0000 (14:20 +0200)]
Remove legacy 'p' prefix in gerrit url
Bug-AGL: SPEC-2423
.
Change-Id: I271e11365c1fcd71ad6b3dca875e44fd8bb47357
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
José Bollo [Tue, 14 May 2019 12:03:28 +0000 (14:03 +0200)]
libwindowmanager: bump revision
Included changes:
*
003cdfb Remove redundant unref
Bug-AGL : SPEC-2310
Cherry-picked from
21b51284a5a84a1258e27a8d27a29c17d0ee790f
of Jacobo Aragunde Pérez <jaragunde@igalia.com>
Change-Id: Idaf0e216022d1254c14c21bc97a4359e17b03bd1
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Frederic Marec [Tue, 14 May 2019 13:20:19 +0000 (15:20 +0200)]
4a-hal-unicens: Library dependency
As the "controller" and "helper" aren't any more submodules
but in libraries, it is required to add the dependency
in the recipe.
Bug-AGL: SPEC-2139
Change-Id: Ibd6d2e3693780f8e8f571679009e65c55a19906e
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Scott Rifenbark [Mon, 6 May 2019 22:10:27 +0000 (15:10 -0700)]
meta-agl-devel: Fixed broken link to init env.
The link to the "Initializing Your Build Environment" in
the "Getting Started" area was broken. Fixed it.
Change-Id: I59f1390c10e524d6ef21ee2181aa49dfb5978fbd
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
José Bollo [Tue, 30 Apr 2019 14:13:59 +0000 (16:13 +0200)]
agl-service-windowmanager: Permission use display
Add the permission required to access the display
through the wayland socket.
Bug-AGL: SPEC-2357
Change-Id: Ibe29ee508fef90eb3973d904a7595faade4a5dbb
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Antia Puentes [Thu, 25 Apr 2019 16:50:08 +0000 (18:50 +0200)]
chromium68, wam: bump revision
Bug-AGL: SPEC-2353
Change-Id: I2a62e76422a35b5a9c95fa310677199b8ca79146
Signed-off-by: Antia Puentes <apuentes@igalia.com>
(cherry picked from commit
0bfe1a36c4bcc9c4d309f9005b2d8da23ca0eed8)
José Bollo [Thu, 2 May 2019 07:11:13 +0000 (09:11 +0200)]
agl-service-audio-4a: Dependency to appcontroller
As the "controller" isn't any more in a submodules
but in a library, it is required to add the dependency
int he recipe.
Bug-AGL: SPEC-2139
Change-Id: Ia629faf627310ee8ae9de363fd1fbc30f4c55f31
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Lorenzo Tilve [Wed, 24 Apr 2019 13:28:17 +0000 (15:28 +0200)]
chromium68: Add explicitly bison-native dependency
After the update from Guppy it seems that Chromium build recipe
don't have the bison dependency satisfied, so it is explicitly
included now.
Change-Id: I184c506b4820e7c3434708594c6d81cd47ce5681
Bug-AGL: SPEC-2342
Signed-off-by: Lorenzo Tilve <ltilve@igalia.com>
Kazumasa Mitsunari [Fri, 19 Apr 2019 11:14:22 +0000 (20:14 +0900)]
Bump revision: agl-service-windowmanger and libwindowmanager
* agl-service-windowmanager
73e37e8 doc/ApplicationGuide: fix broken link in site
3526229 Fix redefine layer id
* libwindowmanager
1fc523e Merge "Introduce changeAreaSize and getAreaList"
c837139 Merge "Fix window manager doesn't respond to deactivateWindow"
bcc943d Fix window manager doesn't respond to deactivateWindow
Change-Id: I5b0bdd41c101189986c1dfffbd755309bd865201
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Thierry Bultel [Wed, 24 Apr 2019 13:30:50 +0000 (15:30 +0200)]
meta-speech-framework: add RDEPEND for agl-service-high-capabilities
agl-service-high-capabilities is needed by the speech framework.
Change-Id: I79935a1ff45d85e641215ad3cedf495f07eee606
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Scott Rifenbark [Wed, 17 Apr 2019 21:49:27 +0000 (14:49 -0700)]
meta-agl-devel: Updated devguides-book to use new content
Fixes for the master branch.
Change-Id: I1f2f42c5ff4f897135fe682a2e930e69efd6103a
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Scott Murray [Mon, 25 Mar 2019 15:23:29 +0000 (11:23 -0400)]
launcher: Update LIC_FILES_CHKSUM
Update LICENSE file location and checksum to match changes in the
repository. The checksum change is due to a switch from a version
with whitespace removed to the stock Apache 2.0 LICENSE file.
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
(cherry picked from commit
cc40e7636b8806c4f0139aa1048cb86de2faf2f6)
Change-Id: Ia000bc1938208f2ab1549ecd4a45940c8af7ed64
Mark Farrugia [Mon, 8 Apr 2019 02:16:59 +0000 (12:16 +1000)]
Update avirt kernel module and libavirt userspace library
Update the avirt core kernel module and the accompanying libavirt
userspace library to the latest releases. The key new feature is a
completed and finalized audio path routing system, enabling audio
routing at the kernel level.
Change-Id: I69eaa578390f4ba67ad71506c359276bee252b19
Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
Scott Murray [Fri, 8 Feb 2019 15:53:36 +0000 (10:53 -0500)]
Upgrade to thud
Changes include:
- Add LAYERSERIES_COMPAT definitions to layer.conf files
- Disable pulseaudio-module-4a-client for now as it does not compile
against PulseAudio 12.x
- Remove meta-audio-4a-framework/recipes-devtools/python/python3-websockets_4.0.1.bb
as it is superseded by upstream
- Add OECMAKE_GENERATOR = "Unix Makefiles" to 4a-alsa-core, 4a-hal-generic,
4a-hal-unicens, and 4a-softmixer recipes for now to work around CMake+ninja
issue
- Remove alsa 1.1.6 recipes from meta-audio-4a-framework/recipes-multimedia/alsa
as they are superseded by upstream. Local changes to the alsa-plugins
recipe have been implemented in a bbappend.
Known issues:
- pulseaudio-module-4a-client has been disabled
- CMake+ninja issue in cmake-apps-module has been worked around with
OECMAKE_GENERATOR
Bug-AGL: SPEC-1837
Change-Id: I5355e9f74e2385a093ca21cda5bd52a80e1a6e67
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Kazumasa Mitsunari [Mon, 18 Mar 2019 13:50:54 +0000 (22:50 +0900)]
Bump agl-service-windowmanager
This commit include followings
3570009 Fix invalid markdown
464f20c Fix xdg-runcher doesn't show up
d4b18f9 Update ApplicationGuide.md
d917c56 Fix typo of documentation
4b05fbd autobuild: add autobuild scripts
b36dd41 Show [Current] and [To be] in WMLayer log
3a090e4 Change active/inactive state spec
ef03209 Output debug message corerctly
ceb1049 Introduce changeAreaSize and getAreaList
Change-Id: Icd7dbfb0fa2ca29162800176fbe39081985e6866
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
raquel medina [Thu, 28 Mar 2019 14:10:09 +0000 (16:10 +0200)]
meta-audio-4a-framework: meta-agl-demo: recipes-multimedia: 4a-mixer: add new dependency on afb-helpers-qt
4a-mixer recipe needs to be updated before 4a-mixer
source tree to avoid breaking the build.
Bug-AGL: SPEC-2164
Change-Id: I2dfb350f5f46d53b44f56127bdae6dcfc92c8153
Signed-off-by: raquel medina <raquel.medina@konsulko.com>
Stephane Desneux [Thu, 28 Mar 2019 08:38:54 +0000 (08:38 +0000)]
Revert "launcher: Update LIC_FILES_CHKSUM"
In apps/launcher, the two commits modify the LICENSE back to the previous one.
*
5462c15 Revert "Start app and get runnables list by homescreen"
*
a33e4f6 Revert "Sort application display order"
So commit #20799 must be reverted too until we go forward again.
This reverts commit
cc40e7636b8806c4f0139aa1048cb86de2faf2f6.
Change-Id: I661cfb6799dce14db207ac0c95561159fe21ce0f
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Thierry Bultel [Fri, 8 Mar 2019 16:01:05 +0000 (17:01 +0100)]
agl-service-voice-high-capabilities: added recipe
This adds a recipe for agl-service-voice-high-capabilities
Change-Id: Ie45f71d4a2c0faf943328230ca3b3c24fe76fe6f
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Scott Murray [Mon, 25 Mar 2019 15:23:29 +0000 (11:23 -0400)]
launcher: Update LIC_FILES_CHKSUM
Update LICENSE file location and checksum to match changes in the
repository. The checksum change is due to a switch from a version
with whitespace removed to the stock Apache 2.0 LICENSE file.
Change-Id: I5e87e0b0a5953a9c7e5f18a54a9fbaf6b77a3f95
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Thierry Bultel [Fri, 8 Mar 2019 15:58:58 +0000 (16:58 +0100)]
agl-service-voice-high: bump to latest version
This brings the following commits:
*
9eb3a90 Refactored VSHL into vshl-core and vshl-capabilities.
*
143363b Initial .gitreview
*
4082dd6 Code Base Linking based authentication implementation for Al..
*
3c87e5c Added the Alexa VoiceAgent dependency in the VSHL widget con..
*
bba1c5e config.cmake: Remove superfluous dependencies
*
d828cc4 Use latest AGL Framework code for javascript
*
c9e18e6 Also provide HTML user app for testing
Change-Id: Id4a04515df0c4ec5ba0f1467d8e3f17f1b9924e9
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Scott Rifenbark [Fri, 8 Mar 2019 18:01:21 +0000 (10:01 -0800)]
meta-agl-devel: Added overview file for layer
I added the "meta-agl-devel.md" file to a new branch named
"sandbox/scottrif29/scottdocs". This file replaces the original
README.md file.
Change-Id: Icb5714b2c940626a9b53d2c8b42fb4516af9abec
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Stephane Desneux [Wed, 13 Mar 2019 10:38:59 +0000 (10:38 +0000)]
4a-softmixer: fix HOMEPAGE url
4a-softmixer migrated from github.com/iotbzh to gerrit but
HOMEPAGE url was not reflecting the change.
Change-Id: Idf0e6c0079c82af7444f7040526a4d80ba7c1c88
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Thierry Bultel [Wed, 20 Feb 2019 08:06:49 +0000 (09:06 +0100)]
4a-hal-configs: bump to latest version
this brings these commits:
*
fdf0e3c intel-upsquared: fixed the bluetooth SCO with an optional mic
*
816e97e intel-minnow: fixes the bluetooth SCO with a optional mic
*
005877c 4a-hal-configs: update unicens configs
Change-Id: I4f6ebbed11b29e491068b708c1aaf3a155dcc9d5
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Thierry Bultel [Tue, 19 Feb 2019 13:21:34 +0000 (14:21 +0100)]
4a-softmixer: bump to latest version
Adds new dependencies in the recipe, and
brings all these commits:
*
943f34b loops/avirt: forget saved loops after creation
*
d31ba24 Revert "avirt: restore the avirt submodule"
*
7e3e4db avirt: restore the avirt submodule
*
419c8f3 plug route: added a calculation for the number of physical channels
*
a9408d3 streams: improved log output
*
396da16 core-pcm: fixed channels setting issues
*
c9fb698 core pcm: use the same model for writing and reading audio
*
297aa83 pcm plugs: rework the alsa config cleanup
*
c0c670a alsa-api-pcm: added an 'optional' parameter
*
edeccfc alsa-transaction: simplify the cleanup
*
0e9718e alsa-api-pcm: added support of quirks
*
e3209c8 Merge "alsa-utils-dump: added missing ending null char"
|\
| *
1c0ae80 alsa-utils-dump: added missing ending null char
* |
d5ac697 Add support for AVIRT
|/
*
d5cc09d Git submodule migration to separated libraries
Change-Id: Ia3766b85534f958b59df0ab6cc1369d131cdf4e5
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Thierry Bultel [Tue, 19 Feb 2019 13:17:25 +0000 (14:17 +0100)]
4a-hal-generic: bump to latest version
This brings the following commits:
*
974f211 .gitignore: added wildcard for build directory
*
487b3e3 bluealsa plugin: do not do anything when the HAL is not ready
*
6c55f92 bluealsa plugin: get the sampling rate from the transport
*
24391a4 hal-bluealsa: fixes the abort due to sync call in io event
Change-Id: Iac12b1059c82a1812d665491b20c213fa7e72230
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Kazumasa Mitsunari [Wed, 13 Feb 2019 03:44:12 +0000 (12:44 +0900)]
Bump the revision of agl-service-windowmanager
This commit bump revision of agl-service-windowmanager,
and includes the followings
a33cbe3 Add configuration file over-ride mechanism
1d09662 Fix misinterpreted return value
05b4c23 Make it easier to see journal log for debug
ed7ed1f docs: add yaml book
Change-Id: I8668e4d700f4f4e1a7e057df3ba5af38a0f74a64
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Scott Murray [Mon, 18 Feb 2019 16:12:43 +0000 (11:12 -0500)]
4a-mixer: Fix build
Update DEPENDS for switch to using qtaglextras library.
Change-Id: Iefbde24c1d6c55a7cc541e2a810f19fe13049b3c
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Thierry Bultel [Tue, 12 Feb 2019 12:10:31 +0000 (13:10 +0100)]
bluez-alsa: added a patch of bug fix in the ioplug
This adds an early patch for fixing the "stuck poll"
issue when using the PCM ioplug.
This patch has already been discussed with the bluez-alsa maintainer,
and submitted as a pull request:
https://github.com/Arkq/bluez-alsa/pull/184
Change-Id: I3cec6625b501025286878d9da2c782014b224d41
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Scott Murray [Fri, 18 Jan 2019 00:14:37 +0000 (19:14 -0500)]
agl-service-windowmanager: add weston-ready systemd dependency
Add installation of systemd over-ride configuration that adds a
dependency on weston-ready to ensure that the windowmanager and
its dependencies start after weston is actually initialized.
In testing, this seems to resolve the issue of homescreen and
launcher failing to start in situations such as when using MOST
audio and/or the gst-record feature in Weston.
Bug-AGL: SPEC-2115
Change-Id: Id15045357f30d3f447037026d0ab960ae2569d69
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
(cherry picked from commit
7650fff17bd502e80feb28dc9bf5927bc5ecf52c)
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Mark Farrugia [Wed, 30 Jan 2019 01:46:39 +0000 (12:46 +1100)]
Add recipe for libavirt
The libavirt library is used to interface with the ALSA Virtual
sound driver (AVIRT) from user-space. Users can dynamically
create audio streams and PCMs from user-space using this
utility.
Change-Id: Ib294911722c8fd1a064022bafd2c1123c0869b92
Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
wang_zhiqiang [Mon, 21 Jan 2019 08:33:15 +0000 (16:33 +0800)]
qlibhomescreen:update SRCREV
Change-Id: Iafb6e704f3da0271d68821f863f18b372687b3c2
Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
Stephane Desneux [Tue, 5 Feb 2019 17:53:45 +0000 (18:53 +0100)]
libwindowmanager: bump revision
Included changes:
*
e88fb85 Improve integration of callsync
Bug-AGL: SPEC-2130
Change-Id: Ib6f93a728dafe2dbaca6324ade3e69f9cd33b339
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Tue, 5 Feb 2019 17:29:33 +0000 (18:29 +0100)]
4a-hal-generic: bump to latest revision
Included changes:
*
fbad8c2 bluealsa plugin: monitor the state of service via dbus
*
2b558bb Migrate to newer application framework calls
*
20a22fa Migrate app-controller from submodule to library
*
9f6a13d Migrate afb-helpers from submodule to library
*
756f8d0 Move from controller functions to afb functions
*
524ad81 Create 'halmap' ALSA controls events earlier
*
9ea8f82 Add event to indicate hal stream changes
*
5f5c1a6 Improve stream creation/deletion functions
*
e3f74a9 Use linked-list to handle hal stream list
*
4f44ee8 Turn '4a-hal-utilities' into an internal library
*
a93c356 Use latest version of app-controller submodule.
Bug-AGL: SPEC-2126
Change-Id: Ifa67610bc908d3fbdd9862f2d0b6466260271d56
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Wed, 6 Feb 2019 09:25:21 +0000 (09:25 +0000)]
4a-hal-generic: add missing dependency to afb-helpers and libappcontroller
This new dependency is needed because 4a-hal-generic doesn't
use submodules anymore for helpers and controller.
Change-Id: I25125416d765cf1d4adc0a3e33d13accc21701ee
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Thierry Bultel [Fri, 1 Feb 2019 14:08:02 +0000 (15:08 +0100)]
4a-softmixer: bump to latest version
This brings the following commits:
67299f9: bluetooth sco: fixed the softvol open error
e28d321: Prevents setting of ALSA controls out-of-range
739ff0e: Correct sent back stream volume
Change-Id: I5d22f3b76693810c0327e404dc7898e23bebe7b9
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Thierry Bultel [Wed, 23 Jan 2019 15:19:22 +0000 (16:19 +0100)]
bluez-alsa: updated patches due to latest bump
This updates the needed patches for 4a.
The latest bump (version of 2019-01-17) has
make one of the previous patch obsolete (SIGSEGV
when closing the PCM), thus the patch has simply been
removed.
Also add a patch for having bluez-alsa request a name
on dbus.
BUG-AGL: SPEC-2126
Change-Id: I351b55e0d440f8f271ccb14a0d51111570659026
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Stephane Desneux [Thu, 24 Jan 2019 09:47:21 +0000 (10:47 +0100)]
4a-hal-device-config: bump to latest revision
The following changes are added:
*
23bc19d hal-4a-intel-minnow: fix incorrect master volume control
Bug-AGL: SPEC-2138
Change-Id: I7fa31913413e482bb6a428fa006f7ee74188345b
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Kazumasa Mitsunari [Wed, 19 Dec 2018 23:58:01 +0000 (08:58 +0900)]
Bump the revision of agl-service-windowmanager
This patch includes the followings
fb861c2 Emit events to application not subscriber
7ca956b Fix app surface is set to position (0, 0)
a96fae7 Fix timing issue of surface creation
2b1bf85 Merge "Migrates bindings v3"
d118874 Merge "doc: fix invalid image reference"
d9dc8ef Migrates bindings v3
c5b6772 Remove unnecessary function
56cefbb doc: fix invalid image reference
671b366 Clean: Remove conversion table from old role
d6ead3b Rename the image file name
9b4dec5 Fix the file names
010ca3f Attach application to ivi-layer not to surface
c2110a3 Fix internal function name for consistency
Change-Id: I29ad5ca818f1a88dcea23637ef4c0f60ad01bf76
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Jacobo Aragunde Pérez [Thu, 20 Dec 2018 18:47:17 +0000 (19:47 +0100)]
Integrate Chromium and WAM recipes.
Create a new layer called meta-html5-framework.
It contains the following recipes:
* chromium68 to build the browser shared library and browser code.
* chromium-browser-service for the browser widget.
* wam for the web application manager.
* wam-tinyproxy is a direct dependency of wam.
Defines a new packagegroup, which is added to the agl-demo-platform
image in case agl-html5-framework is configured as a feature.
Bug-AGL: SPEC-1885
Change-Id: I39f01ab09e198cd139e95ff3c784af563b54329b
Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
(cherry picked from commit
19e71462fc44093c6f9046e60c72adeedfca7858)
Scott Murray [Sat, 5 Jan 2019 02:57:51 +0000 (21:57 -0500)]
4a-mixer: quiet debug messages in non-devel
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>
Stephane Desneux [Fri, 4 Jan 2019 19:08:09 +0000 (20:08 +0100)]
4a-hal-device-config: bump to latest revision
Changes included:
*
d651952 hal-4a-unicens: uses the renamed plugin
Change-Id: I13bbf00dbdca792f385ca536f69ed127d8e1925f
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Fri, 4 Jan 2019 19:05:29 +0000 (20:05 +0100)]
4a-softmixer: bump to latest revision
New changes:
*
1103db2 bluetooth: fixes the cleanup at SCO hangup
*
c85fd2f Implemented the bug cleanup at application exit
Change-Id: I9f0869e6f34f70816d20c9f8155ffd304687d51e
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Thierry Bultel [Wed, 26 Dec 2018 20:33:45 +0000 (21:33 +0100)]
bluez-alsa: Added a patch to fix the crash at PCM close
This fixes the random crash at PCM close
Change-Id: I373e4b7e55d6d7d4c3be4a4a7a9f460c00758215
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Stephane Desneux [Thu, 20 Dec 2018 11:58:04 +0000 (11:58 +0000)]
4a-softmixer: add missing dependency on liburcu
Change-Id: If46cb938504f47456d106be4f3cd59c1407a9b6f
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Thu, 20 Dec 2018 11:58:42 +0000 (11:58 +0000)]
4a-hal-generic: add missing dependencies on bluez-alsa and liburcu
Change-Id: I4efd9ad4b4d4653706a2038cd9770578f81544fe
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Thu, 20 Dec 2018 22:36:04 +0000 (23:36 +0100)]
4a-hal-generic: bump to latest revision
This includes the following changes:
*
01d55ed Adds support for bluetooth audio through bluez-alsa
*
dbe555b Remove old comments not true anymore
*
ef3b6e3 Update version of app-controller submodule.
*
f278417 Add halmap controls events generation for all hal
*
ec6351b Add streams events generation for each hal
*
a480485 Rework calls to mixer streams
*
ecb0392 Add 'halmap' controls in hal 'info' verb response
*
f741fc8 Add setting values of a ALSA control using a +/-
*
cdbaaf3 Send back control previous and current values
*
3aa9dec Send back control current values if no request json
*
07c240d Add a function to get values of an alsa control
*
03776c5 Improve ALSA controls volume values conversion
*
a34509b Update syntax of a request of an halmap verb
*
86a1b87 Typo fix in halmap call response
*
cb1dfa9 Correct halmap calls request json syntax
*
be74611 Move hal configuration files into 4a-hal-configs repository
*
265d86d Add master branch into .gitreview file
*
4b299e6 Merge "Add autobuild to top tree"
|\
| *
55561d8 Add autobuild to top tree
* |
2a0c79f Move hal controls actions at the end of hal init
|/
*
7db42de Add tests for 4a-hal-generic
*
d3c0253 Change .gitmodules following submodule migration
*
3c2fbe2 hal-bt : Each plugin has its own data structure
*
226aa0f Use new ctl functions to set/get ctl external data
*
71a57c4 Update version of app-controller submodule.
*
32b4b5c Force each hal to have its own ctl section data
*
be188c3 Use ctl defines to call afb functions
*
cabdc82 Add .gitreview to 4a-hal-generic
*
50be438 Migrate app-templates to CMake module
Change-Id: I94fca26ecfbad784500230b3183f1e2e187c62e9
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Thu, 20 Dec 2018 22:27:02 +0000 (23:27 +0100)]
4a-hal-device-config: bump to latest revision
The following changes are in:
*
d6d9822 bluetooth audio: uses the new bluealsa plugin
*
6fdd9c5 Change the control name to be the same everywhere
Change-Id: I9ecff909244d3b3ea751fcdc84da624bd68f83ba
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Thu, 20 Dec 2018 22:22:04 +0000 (23:22 +0100)]
4a-alsa-core: bump to last revision
This includes the following changes:
*
985df9f alsaSetGetCtls: fixed a memory leak
*
25e4773 Move autobuild to top tree
*
838192f Add test for 4a-alsa-core
*
2a9a1b6 Change .gitmodules following submodule migration
*
6a6963c Migrate app-templates to CMake module
Change-Id: Id5344ff70e2c5d30c55be3f40ffaf6ad2b5ef880
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Thu, 20 Dec 2018 22:09:47 +0000 (23:09 +0100)]
4a-softmixer: bump to last revision
The following changes are now in:
*
e0f57e5 Add support for bluetooth telephony
*
7df040a Move autobuild to top tree
*
bab2030 Add tests for 4a-softmixer
*
44e34ee Update version of app-controller-submodule
*
8135317 Change .gitmodules following submodule migration
*
6f89839 Add gitreview file to 4a-softmixer repo
Change-Id: I0674f2852f4d27c27ecd6e7086a9fc45ca9a11b0
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Stephane Desneux [Thu, 20 Dec 2018 15:34:19 +0000 (15:34 +0000)]
4a-mixer: bump to laster version
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>
Thierry Bultel [Tue, 11 Dec 2018 15:16:59 +0000 (16:16 +0100)]
bluez-alsa: removed the PCM hack, and build a shared lib
This removes the deprecated PCM proxy hack, and brings mandatory
features for the softmixer.
This change applies on top of the latest bluez-alsa master of 2018-12-04
and brings 3 patches:
1) builds a shared library and links bluez-alsa and ioplug controls & pcm
to it.
2) func log by default
3) increase the number of max connections from clients (pcm & ctrls)
-----
Upstream status for the patches:
1) pending. Based on a submitted PR that is not clean enough and
that the maintainer does not want to take before at least 6 months
https://github.com/Arkq/bluez-alsa/pull/95
2) pending. Was submitted as part of the Ofono support in bluez-alsa,
but was not retained. See the original PR for Ofono for that.
3) pending. The maintainer is OK with this but wants to refactor the
client-server protocol in the coming months. In a private mail of
12/06/2018:
"Yes, you can increase this hardcoded limit as a temporary workaround.
I've put in there (and made it rather low) as a reminder, that clients
are stored in the list, which might not be optimal for larger number of
connected clients. In the future bluealsa will support audio mixing, so
connecting many clients to a single transport will be a common case. So,
I've thought about incorporating more efficient structure for storing
(in particular searching) connected client - something with log(n)
search complexity. Then, it might be worth to implement this container
to be dynamic with an upper capacity limit (which might be high, like
200-300 clients)."
Change-Id: Ia771613a7a83cc9ed6108399cdaacdeda603d39b
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Frederic Marec [Wed, 19 Dec 2018 15:08:25 +0000 (16:08 +0100)]
docs: add yaml book
Bug-AGL: SPEC-1988
Change-Id: Ic596e9903dea74334acdb90a1cdb9a9863a742c2
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Scott Murray [Fri, 7 Dec 2018 17:09:20 +0000 (12:09 -0500)]
weston: Add patch to improve gst-record robustness
Add a patch to do some retries with a delay when the gst-record
feature is initializing and attempts to query the omx encoder plugin
for its buffer pools. It is not clear why exactly the encoder is
not consistently ready at this point, but in my testing this change
greatly improved the robustness of weston startup with gst-record
enabled.
Change-Id: Ibd26ad64be035e1f9d40cc3cd9337e9efeabfad4
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Scott Murray [Tue, 4 Dec 2018 22:13:31 +0000 (17:13 -0500)]
Update agl-gstrecorder feature
The agl-gstrecorder feature was not setting a DISTRO_FEATURE, add an
include file that does so and a reference to it in the feature's
local.conf.inc file. The "gst-record" DISTRO_FEATURE is already
referred to meta-agl/meta-agl-bsp, so this fixes that usage.
Change-Id: I2140d75a44f128226ea901ed9edfd1bce5526c53
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Tobias Jahnke [Tue, 18 Dec 2018 16:03:34 +0000 (17:03 +0100)]
move 4a-hal-unicens (plugin) to gerrit
Bug-AGL: SPEC-1505
Change-Id: Ia9e2098ecaede966a49e9926a915c31dc7470813
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Mark Farrugia [Thu, 13 Dec 2018 06:54:06 +0000 (17:54 +1100)]
Bump snd-avirt revision
Crucial fixes, including cure for potential kernel panic crash
Change-Id: I3d163e1a5a1c387d09481d162f748e3b63c288d2
Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
Kazumasa Mitsunari [Fri, 14 Dec 2018 02:28:03 +0000 (11:28 +0900)]
Bump qlibwindowmanager revision
This patch includes the followings
3ff0715 Inherit LibWindowmanager
d186c2c Use simple API of libwindowmanager
93b1927 Fix memory leak when application dead
Change-Id: I75b29152c7ea6cb75ccdff06baa7049603ed5191
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Jan-Simon Möller [Fri, 7 Dec 2018 14:50:58 +0000 (15:50 +0100)]
Move hal configuration files into own repository
... and own recipe
This allows to manage the various types of configuration files
independently of the source code as these might not always fit
into the git repo context-wise.
Initial recipe is 4a-hal-device-config.bb .
This is re-using the same mechanism as previously used.
Samples for alternative implementations and vendor hals are
included as well to explore improved ways of handling
the multipe configuration files possible.
Bug-AGL: SPEC-2011
Change-Id: Ib04b5c4e7b764bed85dbceb50a62a8c6fd031c5a
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Jan-Simon Möller [Thu, 29 Nov 2018 21:28:20 +0000 (22:28 +0100)]
Change 4a-softmixer SRC_URI to gerrit
Change the softmixer SRC_URI to gerrit.
Change-Id: I54e78d80a83e9ff7e8726ecd803ec10eb8dbdc70
Bug-AGL: SPEC-1731
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Shotaro Uchida [Wed, 21 Nov 2018 21:17:37 +0000 (06:17 +0900)]
speech-framework: Add initial speech-framework feature
Change-Id: I458161fea56928e338c1fe208e643e9a33141f6e
Signed-off-by: Shotaro Uchida <shotaru@amazon.com>