Age | Commit message (Collapse) | Author | Files | Lines |
|
Bug-AGL: SPEC-2164
Change-Id: I46069208b8da06546796258bfcc80ff7e4d7769c
Signed-off-by: raquel medina <raquel.medina@konsulko.com>
|
|
The BBE is has fairly limited CPU and Graphics power so everything is
sluggish at 1080p. Things work much better at 720p.
Change-Id: I359f7fcfff0868de31f78b324595d9891b5848a0
Signed-off-by: Paul Barker <paul@betafive.co.uk>
|
|
The default gbm-format needs to be changed on the BeagleBone Enhanced
due to a hardware errata on the AM335x SoC.
For further details see the following section of the TI wiki:
http://processors.wiki.ti.com/index.php/Processor_Linux_SDK_Graphics_and_Display#AM3_Beagle_Bone_Black_Board_Configuration
The TI documentation recommends further changes to powervr.ini and
qt_env.sh, however it was found that only the gbm-format change in
weston.ini is needed.
Change-Id: I968384d0014fef2285d83902de044a5e97274d84
Signed-off-by: Paul Barker <paul@betafive.co.uk>
(cherry picked from commit a237cf926dc7de7a6afe3980f58e877a40fbc3f9)
|
|
The tilcdc DRM driver needs more CMA memory available than we reserve by
default in order to give a working GUI in AGL guppy.
Change-Id: I3aea892889cdbc464acfdc5310cefd6654674286
Signed-off-by: Paul Barker <paul@betafive.co.uk>
|
|
This is the first step towards integration of the Sancloud BeagleBone
Enhanced (BBE) BSP with AGL.
When building the BBE kernel for AGL we need to pick up the correct .inc
files.
Change-Id: I7cab264f4e53d389fd94150d6ed9697f968accc4
Signed-off-by: Paul Barker <paul@betafive.co.uk>
(cherry picked from commit ae3a8f1589a4528b580ef3f230e5b419da1508e7)
|
|
Move agl-login-manager recipe to meta-agl-profile-core layer from
meta-agl-profile-graphical to make it available for non-graphical
profiles, e.g. the telematics profile.
Change-Id: Ic3c875bb499f781ea2c0d48558cba6cf4cc704c3
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Add base packagegroup and image definitions for the telematics
profile. The basic agl-image-telematics image defined pulls in the
application framework and the can-low-level and network bindings.
Change-Id: Ifca8649da3ed3473361556cbdc578247f84fbefe
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
The git history shows that the weston-ini-conf changes in
meta-agl-bsp/meta-ti were added to support the dra7xx-evm.
These changes should not be applied for other machines which use the
meta-ti layer such as the beaglebone and bbe.
Change-Id: Id777d751be033e6671ebf387977ec7f5be0e5514
Signed-off-by: Paul Barker <paul@betafive.co.uk>
(cherry picked from commit 78fe3e0999b3f9a124c1dd8e0157002d0af55cee)
|
|
Backport from openembedded-core layer because needs the
respective WiFi improvements:
Fix issue with WiFi background scanning handling.
Fix issue with WiFi disconnect+connect race condition.
Fix issue with WiFi scanning and tethering operation.
Fix issue with WiFi security change handling.
Fix issue with missing signal for WPS changes.
Bug-AGL: SPEC-1165
Change-Id: Ibf2b2039b39c2b7096f9549d569b83e86fa759bc
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
(cherry picked from commit d06dcbb08fccbb92ce8c79c39db7ea20e2bd2e6c)
|
|
neard service clients registered for tag interface call a series
of getter methods via dbus. In the case of a tag programmed with a
valid NDEF containing an empty record (D0 00 00) no valid dbus
string type is associated with the record and the
get_type_property call results in a dbus error and neard service
exit.
This commit offers a workaround to avoid this particular situation
while a more comprehensive solution is found (there are other
record types that would fall in this same scenario).
Bug-AGL: SPEC-2123
Change-Id: I1b6d639bdc2aea0a331e8c06d6eac18da21482f5
Signed-off-by: raquel medina <raquel.medina@konsulko.com>
(cherry picked from commit a4a506023da9ebe77539af167712320a3e0cd850)
|
|
When building for RPi3-64, there will have an error at do_rootfs.
The error messages are: nothing provides linux-firmware-bcm43430 needed by linux-firmware-1:0.0+git0+8fc2d4e556-r0.noarch
This is happened because RPi3 change to use linux-firmware-raspbian, but doesn't change config about RPi3-64
Change-Id: I4b1881f63e8fffca08d8edc32f19b057fbc0c637
Signed-off-by: Che-Hao, Liu <genesisgardian@gmail.com>
|
|
support
Backport changes to enable configuration of CANbus interfaces automatically on device
detected, and on bootup.
Bug-AGL: SPEC-2189
Change-Id: I837aa50038e25f32ec3143513067fc3eec69385d
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
(cherry picked from commit 6a89e444a26a854e482b39b50d04f8e16aa01744)
|
|
If DISTRO_FEATURES contains '3g' then includ the libqmi package to allow
configuration of WWAN modules that have a Qualcomm MSM Interface.
Change-Id: I96c890ef42a24039d9156a1a336d1dab17c66b75
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Backport from thud that pulls in various Qualcomm WWAN bugfixes and
feature enchancements that are required for functional support.
Bug-AGL: SPEC-2160
Change-Id: Ic82508a5b747a2ddd9c0ead774be1e5ef416e358
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Backport of libqmi from thud for various bugfixes, and to include the
firmware programming tool.
Bug-AGL: SPEC-2160
Change-Id: I426e9beb961cfce05b0e5bccad23821a1c3852b6
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Add CONFIG_CAN_MCBA_USB to allow usage of Microchip CANbus analyzers
Change-Id: I86d5726150373cb14630a95c7767fd13dd5d0924
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Change-Id: I8ac4eef4309a52c1d59f13709fa48d3187f2ca70
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change the distro config for v7.0.0 .
Change-Id: I13dd2ba0b63a0b9dd51b7764bdf90e4f14f40f07
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
This changes takes care to increment the
the count of reference before using it.
Bug-AGL: SPEC-2163
Change-Id: I598b15bcd7c5cfde632f60bc63a4181e3e82307e
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
Use the guppy branch and change version to rc5.
Change-Id: Ide35a594c83daace7e63a8f1c6415def19cfeb54
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Includes:
* d07c7f7 Set default version 7.0.0 GRUMPY GUPPY
* 61c6490 Revert "afm-unit: Restore removal of capabilities"
* 8e5fc40 wgtpkg-unit: Fix Segmentation fault
* 728c665 Add gitreview file for guppy branch
* 9f24684 afm-user-setup service: disable start rate limit
* 9e6f77a Merge "Revert "afm-unit: add autoapi in required-api feature""
* da0ec3a Revert "afm-unit: add autoapi in required-api feature"
* d683362 Merge "Fixed book.yml file"
* 80c2030 Merge "afm-unit: add autoapi in required-api feature"
* adc590a Fixed book.yml file
* f2a2f13 afm-unit: Restore removal of capabilities
* 2b6e13b afm-unit: add autoapi in required-api feature
Bug-AGL: SPEC-2144
Bug-AGL: SPEC-2006
Change-Id: Ie081e394414f15a7f025110619027e8883556397
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
Bug-AGL: SPEC-2145
Change-Id: I8b098f464b50eda76b1ceb0c3d752a8a5377f0c7
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
(cherry picked from commit 919826f57c44ef2c28f598d9fc63ff122539e79a)
|
|
Execute attribute on usbaudio.cfg is useless and should be removed.
Change-Id: I0e7706a25c9668977a1104e25793d25b0f692f09
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
(cherry picked from commit 39de28be03450e629f3953486c13770988c5053f)
|
|
Change-Id: I4a064972e1ed98dbcda209889d8e75b849cc56a5
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
(cherry picked from commit ba32016b5b4aa34059573f251e830e7eba873372)
|
|
To enable WWAN support for AGL add 3g to AGL_DISTRO_FEATURES
Change-Id: Ib43344a6b6796afe19296fee14fddb5b2b23636a
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
(cherry picked from commit de05674fb955234fe399e633dec9003fc42022e1)
|
|
Remove ModemManager from deps by removing defaults PACKAGECONFIG options since
this conflicts with oFono access to LTE modems.
Change-Id: I85832b0790c24d1132fecbaaedf41f0399f66b0f
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
(cherry picked from commit dcaf0758fa1bbfe4363cd610ad8fd6fd4a098aec)
|
|
Included changes:
* 8b58a16 jobs: Ensure releasing event loop
* 4bb7ed6 Set default version to 7.0.0: GRUMPY GUPPY
* 3facd51 Add gitreview file for guppy branch
* 77bf8a3 Merge changes from topic 'spec-2089'
* 194031d hello3: Fix warning unused variable
* 0c68d46 afb-hsrv: Avoid call to getnameinfo
* 2ff91c0 jobs: Remove conditionnal REMOVE_SYSTEMD_EVENT
* 48df1b4 jobs: Separate internal threads from others
* e9c6530 jobs: Refactor event loop handling
* bb5dd7a afb-proto-ws: Serialize incoming message
* a4bb03e packaging: update dependency on libmicrohttpd version
* a785953 Merge "afb-api-v3: Fix potential buffer overflow"
Bug-AGL: SPEC-2089, SPEC-2133
Change-Id: I9aa7fc1e33b57e4de629f6d1c4e241aed68b2888
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
Fix version has a fix for a crash when PCM are released
Also, no longer populate the PCM and control plugins in
the recipe, because it is done by the "install" rule
of the package makefile.
BUG-AGL:SPEC-2126
Change-Id: Iff582a3c7dec7f215a109673582f210ef40f1903
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
(cherry picked from commit c45640696cbd5579168b317ab4ed27320fce3eb4)
|
|
Change-Id: I3e549a3bf1625fe7b72ade672c9f509b0eac0919
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: I5883f78b91740ffc06f77dba1fed6c33218370d9
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Cut the rc4 of guppy.
Change-Id: I29803ddf028d6c46cb300d03f31fe2ade9931add
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Some scriptlets installed in /etc/agl-postinsts/ have a priority greater than 90
This patch raises the priority of the fragment that restarts systemd to be sure
that it's executed last.
Change-Id: If1b261b7e75223eed65ce3e2937f525f2fe5d8d7
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
enable modem events
To detect modem addition and removal in the agl-service-telephony binding
the interface needs to be enabled in the dbus policy
Bug-AGL: SPEC-2117
Change-Id: Ib610188d72404e338c59d64c4b84a183632efb1f
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Add TaskManager service to recipes-apis.
Change-Id: I58f67af6117f98cd802e7c6f7f863450ad46504f
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
|
|
Re-add the patchqueue for 4.9 . The 4.14 Kernel is missing the dtb for the screen.
This reverts commit 6fc5ad52250e6dc63b40b17376668f40a016926e.
Change-Id: I25f7650df642bb6c6e5fcb5cd0be525cc7938bcb
|
|
The 4.14 kernel is missing the dtb of our screen. For now stay on 4.9 until the status is clear.
This reverts commit 629062a55c41e8993761edf4a2a44400b72a6b91.
Change-Id: Ibe4e87d1b81fff907bc35cacf10690b21fe45cb2
|
|
Add agl-service-network to RDEPENDS to allow it to disable rfkill on bluetooth
interfaces
Bug-AGL: SPEC-2124
Change-Id: I6a222a6b3e4d9056737ea05a4f0093ae87fd8062
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
gpsd-defaults was typo as gspd-defaults which causes the incorrect
gpsd default settings on M3+KF
Bug-AGL: SPEC-2111
Change-Id: I47a098893f214054a7cb687e1cf3a6897d077863
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
we're heading towards rc4 now.
Change-Id: I06afbe8fd76a4d7eaf8a72353eae0363ee8f8a53
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
This following changes are included:
* 1bce833 afb-api-v3: Fix potential buffer overflow
* 3bb9874 afb-binding-v3: Fix issues in includes
* eb9be95 packaging: Remove hard dependency to samples
* 7508331 hello3: Add verb 'after'
* 7916ea9 bindings/samples: Cleanup and tiny comment
Change-Id: Ifa0f941e22096b46278951f6e8fa939d3215803d
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
This commit includes a neardal patch to fix
the random segfault seen on agl-service-nfc.
The problem (random memory corruption)
was due to invalid access to freed
memory on neardal library.
The proposed fix has been submitted upstream
and this commit is only a temporary measure
while the solution is not provided directly from
neardal repo.
Bug-AGL: SPEC-1976
Change-Id: I21984cb8135537ff1232a4387a31688e1a140642
Signed-off-by: raquel medina <raquel.medina@konsulko.com>
|
|
This allows to install more than one target
in a same widget.
Includes:
* 0eb4c25 book doc: add book yaml file
* a8ffd52 wrap-json: Upgrade to latest version
* f8b0495 afm-unit: Fix http port multi allocation
Bug-AGL: SPEC-2068
Change-Id: If018c063ab11724721c4b06861ee515a9be7641b
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
|
|
Add the latest controller & afb-helpers libraries with a separated
Qt library to avoid dependency problem on AGL image without Qt support
Bug-AGL: SPEC-1689
Change-Id: I69d79b35a8dae0749f1947c641f28342c97d461b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Bump to the version that fix the lock of
call in multi-threaded case.
Bug-AGL: SPEC-2089
Change-Id: I21baf120398f89cda3dfba06c44fa4773cda04c4
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
|
|
We cut GG rc3 after the CES integration session.
Notable changes:
- Microphones working
- Bluetooth
-- A2DP in mediaplayer
-- HFP (one call due to pending bug)
- Mediaplayer and Radio ramping (radio lower prio)
- btwilink disabled on kingfisher (unstable)
- agl-demo-preload feature (load maps, POI api key, ...)
- nfc improvements
Change-Id: I978dd02a0b4d5aefcfc0d7d46287b27bc1f1d396
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
This is due to the dependency on QT (cmake_qt5) which breaks the build of non-qt5 targets.
This reverts commit 73351742e32772a19f62086cea5a5e7a38fe02f7.
which is https://gerrit.automotivelinux.org/gerrit/#/c/19225/ .
Change-Id: I81b0638ab34dad59d3fe5522c0abe8e9d4f3f6c1
|
|
This takes the mandatory commits to have HFP support over Ofono
(56fcc3 from 2018-12-04)
Also adds the needed options to the daemon in the service file
The license changed due to change of year and author list
It was bogus to have hcitop in PACKAGECONFIG.
Namely, this is not a feature in yocto, but only an optional
feature of bluez-alsa (that helps to perform bandwith measures)
However, Ofono is one.
This also adds hcitop and rfcomm tools in development images.
Those tools help to diagnose bt issues.
Change-Id: I426dbee5aa8911c9c64f4ec7399528d149dc651b
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
Migration for afb-helpers and app-controller from submodule to
library. This adds the library in the AGL SDK.
Bug-AGL: SPEC-1689
Change-Id: I95b1e66b2a363ce1bbea7cc8989992a7b592d264
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
On systems like the CES demo units with MOST adapters, the virtual
ethernet interface created by MOST interferes with connman's
management of the shared connection of the Wi-fi and main ethernet
interface, eg. the MOST ethernet being present results in the Wi-fi
not auto-connecting at boot. To avoid this, ignore the "meth"
interfaces by adding them to the blacklist. This seems reasonable,
as they are unlikely to be used for internet connectivity.
Change-Id: I9b56333df4b4d7e128a765855065efce58abb734
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
When running the cluster demo, we do not want the second ethernet
interface managed by connman, as it will be used for a separate
connection to the cluster board, and should not be considered part
of the shared connection pool. To do this, NetworkInterfaceBlacklist
is tweaked if agl-cluster-demo-support is enabled.
Change-Id: Iab8c17662bb7f5b06b5eda6c97dd32a6c5ef3f5a
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|