Age | Commit message (Collapse) | Author | Files | Lines |
|
Rework the agl-demo-preload feature to specify a new demo-specific
PREFERRED_RPROVIDER for the new virtual/low-can-dev-mapping virtual
package. This enables using the sllin0 interface on the CES demo
setup as the low-speed interface.
Bug-AGL: SPEC-3076
Change-Id: I872137d8acb1f5ec5df9eac92f25953b28128b36
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Add agl-speech-framework as a dependency of agl-demo now that
agl-service-voice-high is not dependent on the Alexa voiceagent.
This will enable having the homescreen application dynamically
displaying a push to talk button when a voiceagent is available.
Bug-AGL: SPEC-2858
Change-Id: I6249b4538661bcc8f76a9472f563c03f047cefc1
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
THIS IS STILL WIP - not all features/machines are described
Bug-AGL: SPEC-1902
Change-Id: Ibe5b4afe039a65594bb30e0fc0ecedb1f4539de4
Signed-off-by: Stéphane Desneux <stephane.desneux@iot.bzh>
|
|
This moves all soundmanager components off into meta-agl-devel/meta-audio-soundmanager-framework .
Soundmanager is not supported in HH.
Furthermore, I simplified the image and packagegroup recipes.
Feature templates were modified to reflect the change as well.
Bug-AGL: SPEC-2473
Change-Id: I48b437fb2ed727ed362d92af56596096df62dd8d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
To be merged together with:
https://gerrit.automotivelinux.org/gerrit/#/c/AGL/AGL-repo/+/21389/
Change-Id: I6100761e56ab7198454532a65c68a7b7c532929b
Bug-AGL: SPEC-2450
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Remove old feature during uprev cycle.
Change-Id: I7b4802849d50d1afabe4fbb9b58885c43c94c68d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Add a feature to preload the maps for the navigation app and the API key
for the POI app. The intent is to allow building an image that works
"out of the box" without manually installing things. The selection of
UK or Japan maps can be controlled by setting the variable
DEMO_MAPS_LOCALE to either "uk" (default) or "jp" in local.conf or
site.conf. The POI API key should be set in one of those locations with
the variable POIAPP_API_KEY (default value is an empty string).
Change-Id: I25537935ddac740090f2121d0a83305c746185b0
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Add new feature to enable support for the cluster demo. At the moment,
it pulls in the agl-gstrecorder feature and enables building the required
mapviewer application.
Bug-AGL: SPEC-1730
Change-Id: I18c0312eefca9bb8c591e8b8a2b8113b4e94c7fc
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
(cherry picked from commit af3ecc175fdb3cfbb7501ec5f1aad7718c08472a)
|
|
agl-demo-pulseaudio is a duplicate of agl-demo, except that agl-pulseaudio
has been removed from the dependencies
This has been discussed at Dev Meeting on 2018-10-02.
Bug-AGL: SPEC-1601
Change-Id: I7cef03084ce715eaaa9253bdf1191e887810979b
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
This is related to review 15883.
Bug-AGL: SPEC-1601
Change-Id: I0f612d582d0f8126c0f2f8b3a03b61530d9bff04
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
When running aglsetup with feature 'agl-demo', 4A is now enabled.
The feature 'agl-audio-4a-framework' is added to the feature deps.
For the agl-audio-soundmanager framework use agl-demo-soundmanager.
Discussed in SAT meeting on 20180719.
Bug-AGL: SPEC-1234
Bug-AGL: SPEC-1598
Change-Id: Ief75404c6ab818e58394b3ab55f221f823363362
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
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>
|
|
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>
|
|
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>
|
|
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 makes the new hmi-framework enabled by default as we start to port apps to it.
Attention: legacy apps will stop to work - you'll have to port your app.
See https://wiki.automotivelinux.org/_media/kickstart_apps_migration_guide.pdf .
Change-Id: Ie29ecff66e1669f6046bf6ceb74b3d9ed2a401d3
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Add the new packagegroup name packagegroup-agl-smartdevicelink.
This install to agl-demo-platform image with "agl-sdl" in DISTRO_FEATURES
Tested build ok with:
source meta-agl/scripts/aglsetup.sh -m raspberrypi3 agl-demo agl-netboot agl-appfw-smack agl-sdl
Change-Id: I1b348affa88f0f3c1a313b2856bd38482fd8e778
Depends-On: I416d8418c0ef4fe4de5e5ce084e7b9075e64f85f
Signed-off-by: Phong Tran <tranmanphong@gmail.com>
|
|
Ship packagegroup-iotivity from meta-oic
to take extra libs instead of just iotivity-examples.
For convenience, screen remains as part agl-demo.
For more details about OCF support check:
https://wiki.iotivity.org/automotive
Bug-AGL: SPEC-158
Change-Id: I1ba476889e68da3bb010753b3c19d7d9b581b30b
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
|
|
* Having a minimlal local.conf serving the only purpose
of user customization is the "Yocto" way of doing things
* After a source synchronization (repo sync), feature code
must be update without regenerate local.conf
Change-Id: Ie4cdfde42424f455181ee4bde8087a9cc746e231
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
|