Age | Commit message (Collapse) | Author | Files | Lines |
|
Add a subdirectory id-agent-modules for simple-id-agent.
And load this library in ivi-controller.
These codes are copy from this commit create by Emre Ucan.
This commit is from meta-agl and can not cherrypick to meta-agl-demo.
So copy it and create a new patch, change a litte line number to 0002.
https://gerrit.automotivelinux.org/gerrit/#/c/11991/
0001-simple-id-agent-initial-commit.patch
0002-ivi-controller-load-id-agent-module.patch
Change-Id: I5e5278c9b6b536681ba0665e8549f98d75d69245
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Signed-off-by: Emre Ucan <eucan at de.adit-jv.com>
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Signed-off-by: Tadao Tanikawa <taniakwa.tadao@jp.panasonic.com>
|
|
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>
|
|
This patch removes the Mocca box application and the related
USB driver from the demo platform. It is needed to clean up
as the Mocca box is not used anymore.
Change-Id: Iebba72e773476b18974f7fff343f4e7b998090d9
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
|
|
|
|
This is the last part of the layer rework series.
Notable changes are:
- move demo specific recipes to the demo (dlt, web-runtime mocca-usb)
- wayland-ivi-extension moved to the meta-agl-demo layer for now.
- web-runtime moved here (from appfw layer to allow console-only builds with appfw)
- adapted packagegroups and agl-features
v2: squashed with commit on sandbox to form single commit (tnx, Scott)
v3: inclusion of old packagegroup-agl-image-ivi (TODO: refactor and include in profile packagegroups. Tnx, Stephane)
v4: base packagegroup-agl-demo-platform on packagegroup-agl-profile-graphical-qt5
v5: fix MOST_DRIVERS_append (disable due to FTBS)
v6: re-add RDEPENDS for virtual/pulseaudio-config
Bug-AGL: SPEC-145
Bug-AGL: SPEC-1422
Change-Id: I20bd5b9a957ea54a7ecd08bd4f8b99a32266c9c8
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
The authentication method of Yelp Web API used by POI App has been changed.
This patch is to change the POI App corresponding to the new authentication method.
This fix makes POI App work again.
Bug-AGL: SPEC-1442
Change-Id: I1e95c71837d157ed407f11e52ccbe9a1437380b2
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
|
|
mediaplayer application exclusively uses the agl-service-gstreamer service
for media playback, and the respective qtmultimedia isn't needed anymore.
Change-Id: I739ef696de70266ff24a909711e06574f1e0161c
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Add packagegroup-agl-image-weston to ensure that
Weston will be successfully launched and the demo
applications will appear with image agl-demo-platform
on Raspberry Pi 3 as well as on other machines.
Bug-AGL: SPEC-1427
Change-Id: Iae5ddeea612598750de565fecb0e51b79de56d57
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|
Main goal of this is to move the agl-service-* bindings into the core and to
unify common recipes like wayland/weston into meta-agl-profile-graphical.
As a placeholder for recipes is meta-agl-profile-demo which are being reshuffled.
TLDR: remove recipes from meta-agl-demo that were moved to other layers
Bug-AGL: SPEC-145 , SPEC-876 , SPEC-877
v2: moving updated udisks changes to meta-agl
Change-Id: I873107f00adadeb6f3f266cce37b513fe6d44cf2
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
To allow running as system service changes Wants= field to
multi-user.target
Change-Id: I321e8ff88f273f3f36cd2b62a00037f3ece83d9d
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Add to DEPENDS both qtwebsockets and libqtappfw to allow removal
of QML Websockets usage in the UI
Bug-AGL: SPEC-1385
Change-Id: I5d7b09e4acdb571a4628e54bef0b45519a1e28f2
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Some media disks may not have a partition table and only have a
file systems (i.e. /dev/sdX vs /dev/sdX1) allow automounting of those.
Change-Id: I5b38264fb4c11f945e811a700fa00adf74011ec1
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Add missing json-c and glib-2.0 to DEPENDS, and agl-service-data-persistence
to RDEPENDS for data storage.
Change-Id: I048d59d3f3d9b7dc50672999e1ca9fedffa8eb7d
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Update dependecies as follows:
* remove agl-service-mediascanner as RDEPENDS
* remove sqlite from DEPENDS
* add libqtappfw and qtwebsockets to DEPENDS
* add previously missing agl-service-bluetooth, and
agl-service-mediaplayer to RDEPENDS
Bug-AGL: SPEC-1375
Change-Id: I10213180e174da9df9b513d8519c8ce5b429896e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
This change fixes the following errors during scanning which produced
invalid id3 results
ERROR: could not add conversion charset 'UTF-16BE': Invalid argument
ERROR: could not add conversion charset 'UTF-16LE': Invalid argument
ERROR: could not add conversion charset 'Latin1': Invalid argument
Bug-AGL: SPEC-1241
Change-Id: I67045575d6d198fb0b767c01701853244361b329
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Bug-AGL: SPEC-1276
Change-Id: Ia87b9d9d06311893fdfb626fa64ee8fc9205aced
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
This patch adds a set of patches to enable DT usage of the DIM2 module.
It is needed to use the MediaLB (DIM) interface with the Kingfisher.
Change-Id: Idd71bea6f2c17cb579f0b44884037e7046380034
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
|
|
libgps is needed for agl-service-gps to communicate to gpsd
Change-Id: I73f32d50728111962b9201927796f5594835a807
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
It is currently a warning to use ${COREBASE}/LICENSE and instead we need
to use ${COMMON_LICENSE_DIR}/MIT. Switch to this syntax.
Change-Id: Id0fc4ff0709d8f36f2d609aa43da1b2304ae04d0
Signed-off-by: Tom Rini <trini@konsulko.com>
|
|
- Update package version, older is not avalable anymore.
- remove patch "missing deps" already include upstream.
Note:
gn is a set of tools require for chromium build.
nativesdk-gn is mandatory to build chromium with AGL SDK.
Bug-AGL: SPEC-1317 (Duplicate SPEC-1319)
Change-Id: I92818ecad74ff65d81826bab5f9b8485a52d14fc
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
GPLv2/GPLv3 logic is now handled via the agl-gplv2 feature, so stop
always adding meta-gplv2 for the agl-demo feature. agl-demo will need to
work with both GPLv2 and GPLv3 recipes, as different users will have
different requirements with regard to GPL versioning.
Depends-On: I62d7f2daa58b0690b5b27740257bd15097fcee5c
Change-Id: I2a4119f856ba78b2e718044d8095ed168a70f47f
Signed-off-by: Martin Kelly <mkelly@xevo.com>
|
|
The most drivers need fix for newer kernels. Disable build until fixed.
Change-Id: I16b0af82bf1a7ed8b50efeb335e99ac141cf8aaf
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
* agl/sandbox/ronan/rocko:
Remove weston virtual screen
Fix most for kernel 4.14
Fix qtwayland patch
Fix build of qtwayland 5.9 without evdev
Remove backport patch from Qt5 to show cover art
ninja,harfbuzz: Remove .bbappend
libdbus-c++:Fix build error in GCC-7
qtbase: Remove -no-use-gold-linker option
unicens-config: Add bash to rdeps
libdbus-c++: Remove bbappend file
opencv: Rename .bbappend to match new version from meta-openembedded
Bug-AGL: SPEC-1181
Change-Id: Icc3062631994e8afbddeb18a52c72619156d219a
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
* agl/sandbox/locust2001/rocko:
ninja,harfbuzz: Remove .bbappend
libdbus-c++:Fix build error in GCC-7
qtbase: Remove -no-use-gold-linker option
unicens-config: Add bash to rdeps
libdbus-c++: Remove bbappend file
opencv: Rename .bbappend to match new version from meta-openembedded
Bug-AGL: SPEC-1181
Change-Id: I0fc0ee1e50dc20b57b943b7128d157d51eb9cafa
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: I027a46a0cbe2ff3c46102d781158e2a979c07282
Signed-off-by: ronan <ronan.lemartret@gmail.com>
|
|
Change-Id: I799a4e5bac5f381ba72ee889d34a9faec29205e7
Signed-off-by: ronan <ronan.lemartret@gmail.com>
|
|
Change-Id: I9d905493c49b82e4cf87400260f4276405867a71
Signed-off-by: ronan <ronan.lemartret@gmail.com>
|
|
This fixes a FTBS due to no evdev present.
Change-Id: If00dff352e4b270b2dbd1d7df15869d984c883b8
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: I2ae50b3c5e4576414433001dda02f8ed14161016
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
This is already applied in upstream.
Bug-AGL: SPEC-1181
Change-Id: I9d378f7da1874b7f679cad0a1948f381899a85e3
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
|
|
See: https://sourceforge.net/p/dbus-cplusplus/patches/18/
Bug-AGL: SPEC-1181
Change-Id: Ic8f923a03407e58aff2133747a65799f90d15286
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
|
|
Bug-AGL: SPEC-1181
Change-Id: I104b459c6ad0fb904dfeca0b7a8c1fdc73da1794
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
|
|
Fixes
QA Issue: /usr/bin/unicens-config.sh contained in package unicens-config
requires /bin/bash , but no providers found in RDEPENDS_unicens-config?
[file-rdeps]
Bug-AGL: SPEC-1181
Change-Id: I6d7ec9487d22c05ce531b38f997d376ae24d8863
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
|
|
PNBLACKLIST is removed in upstream
meta-oe(5693b474a5014b27db5d842ebd1a690dec9ccc17)
Bug-AGL: SPEC-1181
Change-Id: Iaee722d92e6b6d121e13ed2953654ce4b13e158e
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
|
|
Bug-AGL: SPEC-1181
Change-Id: I5ead5abbb6717d0a85ed67b083af766d677cd469
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
|
|
Change-Id: I2ea9154d0cbeb28dbe32a73225d4a8df10c73879
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Bug-AGL: SPEC-1273
Change-Id: Ic4ea8ee6aa247ab12e191f83cbb78cdb69ff97c1
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Change-Id: I86427f0c48d88f27d11657b4d42786154972866f
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
Change-Id: I2a4717674d6ca1afdc878f3bb2f8d9886ec6f15f
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
Add virtual/libhomescreen and qlibwindowmanager
Bug-AGL: SPEC-1279
Change-Id: I7c5104e551fe58fff201684d45452f3b9233c586
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
|
|
agl-demo feature needs meta-gplv2 layer to pull in respective
package versions
Bug-AGL: SPEC-1256
Change-Id: I67bacd56797fa44547fd45676a117b8f2ab49b77
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
lightmediascanner is needed at runtime, and sqlite3 is a buildtime
dependency.
Bug-AGL: SPEC-1248
Change-Id: Id8677cfbfb94faf7005d4b5e8eb12709ef5d1caf
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
To reduce build times make qtwebengine only build when agl-devel DISTRO_FEATURES
is enabled.
Bug-AGL: SPEC-1266
Change-Id: I3d323d9aaae4fae0cc7ba073c9404492cfc31d6e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
agl-devel feature has significant amount of the GPLv3 packages within
AGL that shouldn't be shipped in a release.
Require the user explictly build with development packages.
Bug-AGL: SPEC-1256
Change-Id: If7b8609f1c1a866aaad821ebe65cd66daec15407
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
This is already applied in upstream.
Bug-AGL: SPEC-1181
Change-Id: I9d378f7da1874b7f679cad0a1948f381899a85e3
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
|
|
See: https://sourceforge.net/p/dbus-cplusplus/patches/18/
Bug-AGL: SPEC-1181
Change-Id: Ic8f923a03407e58aff2133747a65799f90d15286
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
|
|
Bug-AGL: SPEC-1181
Change-Id: I104b459c6ad0fb904dfeca0b7a8c1fdc73da1794
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
|
|
Fixes
QA Issue: /usr/bin/unicens-config.sh contained in package unicens-config
requires /bin/bash , but no providers found in RDEPENDS_unicens-config?
[file-rdeps]
Bug-AGL: SPEC-1181
Change-Id: I6d7ec9487d22c05ce531b38f997d376ae24d8863
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
|
|
PNBLACKLIST is removed in upstream
meta-oe(5693b474a5014b27db5d842ebd1a690dec9ccc17)
Bug-AGL: SPEC-1181
Change-Id: Iaee722d92e6b6d121e13ed2953654ce4b13e158e
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
|
|
Bug-AGL: SPEC-1181
Change-Id: I5ead5abbb6717d0a85ed67b083af766d677cd469
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
|